Cloud Quest: Resolve VPC Routing Conflicts

2

I'm trying to understand the issue I am facing in the exercise in the Networking Island: I have updating the routing tables (at least I think I have done it correctly). The environment doesn't seem to give me enough information to properly troubleshoot this. I have tried a number of different attempts at solving this but can't seem to get it right in the DIY section. Can anyone give me a hint beside the one in the exercise - it is not helpful at all.

The activity states: Update the routing table to route traffic between the APP VPC and Database VPC connected by VPC peering. No matter what I do, no matter how I update the table, nothing works. I have to be missing something.

AWS
已提问 9 个月前437 查看次数
3 回答
2

Update these values in your Route Tables: Enter image description here : Enter image description here

Enter image description here

Enter image description here

Enter image description here

Enter image description here

All the best!!!!

KARTHIK
已回答 9 个月前
  • If anyone else is fighting with the same assignment in Networking, I can say that the above screenshots helped me see where I was going wrong. I put in too many specific routes and not enough #.0.0.0/16 routes. Once I cleaned up my routes, I got the assignment correct. @KARTHIK did a great job. Thank you,

0

I have not seen this exercise but could you share the screen shots of what it’s asking?

Any examples of the VPC cidr ranges, subnets and peering information would be good.

profile picture
专家
已回答 9 个月前
0

Enter image description here In the DIY it asks (see screenshot).

These are the ranges it has for my environment: Load Balancer: 192.168.0.0/16

Application Server: 10.0.0.0/16

VPC Database: 172.16.0.0/16

App Instance 1: 10.0.0.19 curl -Iv http://10.0.0.19

App Instance 2: 10.0.1.248 curl -Iv http://10.0.1.248

Application Load Balancer: ApplicationLoadBalancer-900711537.us-east-1.elb.amazonaws.com

curl -Iv http://ApplicationLoadBalancer-900711537.us-east-1.elb.amazonaws.com

VPC APP <—> VPC DB

Route Table ID: rtb-0a6ade0a9907d77b3 / vpc-app-private-1 VPC ID: vpc-07db66725066c561c / VPC Application Servers

I've tried just about everything I know to get this and have even solicited the help of others without success. The Hint from the DIY is not very helpful.

AWS
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则