Software Engineering High Availability Reference Architecture
Why re-invent the wheel when you can rapidly document your software engineering system architectures with templates
There are generally fairly common steps conceptually around AWS High Available Architectures the world over. As with every System Architecture, there are always nuances along the way so it’s important to adapt these architectures to accurately document your actual process. This sample high available architecture is using an additional level of abstraction through the AWS service called Elastic Beanstalk.
- Traffic for architech360.com is routed into AWS Elastic Beanstalk
- Which then forwards the Request into the Application Load Balancer
- And one of the many ES2 Instances inside the Target Group handles the request
- Which ultimately communicates with a Database Instance with Fail Over Capacity