Code Monkey home page Code Monkey logo

Comments (3)

freimer avatar freimer commented on August 29, 2024

Inbound connections are generally recommended to be fronted with an ALB. Then you can use IP Address targets, and send the traffic to a PaGroup. You would assign a port for the inbound application, such as mapping a web site from 443 to 40000. The ALB would SNAT the traffic, so if the connection were inbound on AZ1 the source would be this IP. The PA in AZ1 would advertise this subnet, while the PA in AZ2 would advertise its dmz subnet CIDR. So the return traffic would always come back to the appropriate PA. If a PA were to die, the connection would be lost, but the ALB, doing appropriate health checks on the application, would take it out and only send traffic to the other PA. There would be a period of intermittent connectivity depending on how you have your health checks setup.

With the new FQDN NAT in 8.1, you would also have the PAs DNAT to an internal ALB, and it would automatically update the NAT and do round-robin. These internal ALBs would be in the subscriber VPC. The DNAT would also send back to port 443, as it would be receiving traffic on the assigned port 40000 for this particular application.

from aws-transit-vpc.

freimer avatar freimer commented on August 29, 2024

I also converted everything over to Terraform except the PaGroupCft.json file, and will be submitting a PR once I clean it up a bit.

from aws-transit-vpc.

peterb154 avatar peterb154 commented on August 29, 2024

I also converted everything over to Terraform except the PaGroupCft.json file, and will be submitting a PR once I clean it up a bit.

@freimer did you ever share your terraform version of this? Would love to see that.

from aws-transit-vpc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.