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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南