Create two instances in two different vpc in same region and make them to ping to each other over internal ip(local ip)
step1: Create Two VPC , one is Privpc and another is Pubvpc . step2: Now create two subnet , one is Pubsub and another is Prisub . step3: Now create two route tables , one is pubRT and another is PriRT . And attach pubRT to pubvpc . Then, PriRT attach with privpc . step4: Now select pubRT and then below select subnet associate . Then, Edit subnet associate and select pubsub (subnet) and Save it. Now repeate same like this but this time for PriRT . Now sleect PriRT and then below select subnet associcate . Then, Edit subnet associate and select prisub (subnet) and Save it. step5: Now, create two Internet Gateway , one is pubigw and another is priigw . Then, Attach pubigw with ...