Scalable AWS web app with ALB, frontend and application tiers, and managed RDS. Uses segmented networking, security grou...
Scalable AWS web app with ALB, frontend and application tiers, and managed RDS. Uses segmented networking, security groups, encryption, monitoring, and threat detection.
A scalable web application with a load balancer, two frontend servers, two application servers, and a managed database. Should be talking securely openned to the internet but with access control beteween the different layers. Show the MCP, the networking and the security views. Choose AWS Tech Stack.
Sign in to join the discussion
Sign in to commentBe the first to comment
Share your thoughts on this architecture
12 days ago
I see a solid layered intent with ALB, frontend, application, and RDS security groups, but the biggest production risk is that the network and availability model is incomplete. The design shows private route tables per AZ, but no NAT Gateway, VPC endpoints, internet gateway, subnets, or explicit routing, so private EC2 instances may not be able to patch, pull packages, reach Secrets Manager, send logs, or use SSM without opening unsafe paths.
Jose Silva
@joseluis3356
Open an interactive version — fork it, generate AI variants, or share it with your team.
Make this template your own
Takes 30 seconds • No credit card required
Estimated monthly cost
$148.73/month
22 cloud services in this architecture
Ready to build this?
Clone this architecture into your workspace and deploy it to your cloud account.
Takes 30 seconds • No credit card required
Please create a cloud architecture for an ad network. Features that we need include: user authentication on our…
Design a serverless e-commerce platform with real-time inventory management. Use AWS Lambda for order processing,…
Create a global e-commerce platform with multi-cloud redundancy. Use AWS in us-east-1 for the primary application with…
Create a basic web application on AWS with EC2 instances behind an Application Load Balancer, using RDS for the…