Can I create attachments to more than one subnet in a sing AZ?

0

I know that is sufficient to have only one to be able to reach all the VPC, BUT in my scenario I would like to have a different default route rule on each of the attached subnets to be able to scale in-line NAT instances.
Is it possible ? Is 5 attachments per VPC a soft limit ? Anybody knows what is the maximum ?

Thanks

gefragt vor 5 Jahren264 Aufrufe
4 Antworten
0

After insisting in the searches, I think I found the answer to my own question: No. According to https://www.aviatrix.com/answers/does-aws-transit-gateway-allow-only-a-single-subnet-to-be-connected/ AWS explicitly states "you can only select one subnet per Availability Zone"..
Sad.. Seems to make it difficult to have a transit VPC with scalable inline appliances...

beantwortet vor 5 Jahren
0

Not clear on what it is, exactly, that you are trying to do. Are you trying to route all your outbound traffic from multiple VPCs through single VPC? If not, please provide some more detail about the problem you are trying to solve.

beantwortet vor 5 Jahren
0

Yes. Implement a transit VPC for a large company that requires 3rd party inline appliances for egress (instead of "the open" NAT Gateway). As per proposal of https://aws.amazon.com/answers/networking/controlling-vpc-egress-traffic/ the solution to scale is having multiple subnets so that default route can point to multiple appliances.
So far my conclusions is that with Transit Gateway one has to scale attachments to multiple "transit vpcs"...

beantwortet vor 5 Jahren
0

For reference found a better solution on NET402 re:invent session. Deploy the inline appliances on separate VPC, but connect those VPCs to TGW with IPSec attachments, so that with ECMP the different "default routes" of each are aggregated and fault tolerant... Not simple, not cheap, but does the job I guess.

beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen