A scalable web application with a load balancer, two application servers, and a managed database. Should be talking to a...
A scalable web application with a load balancer, two application servers, and a managed database. Should be talking to an LLM. IF possible show the MCP. Also a mobile app that serves the same function as the web app. Choose AWS Tech Stack.
A scalable web application with a load balancer, two application servers, and a managed database. Should be talking to an LLM. IF possible show the MCP. Also a mobile app that serves the same function as the web app. 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’m most concerned that the design mixes two serving paths without a clear ownership boundary: ALB to EC2 app servers for the web app, and API Gateway/Lambda for mobile plus MCP/LLM access. In production this can create duplicated auth, rate limiting, observability, and business logic, especially if both paths call Bedrock or the RDS database differently.
Praveen Praveen
@praveenmj
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
1 person has remixed this design
Estimated monthly cost
Calculate based on components
27 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…