Multi-region active-active deployment
Active-active app spanning two AWS regions with Route 53 latency-based routing, Aurora Global Database, and S3 cross-region replication.
The prompt
Active-active AWS deployment in us-east-1 and eu-west-1. Route 53 latency-based routing directs users to the nearest CloudFront distribution. Each region has a full ALB + ECS Fargate + Aurora Global Database stack in private subnets across two AZs. Aurora Global Database replicates writes between regions with sub-second lag. S3 has cross-region replication for static assets. ElastiCache Redis is regional with no cross-region replication. Show health checks, failover behaviour, and the data replication topology. CloudWatch alarms fire to SNS on regional health changes.
What it generates
A diagram showing both regions, the global load-balancing layer, and the data replication paths — including which data is replicated and which is regional only.
When to use it
When you need <1 minute regional failover, low-latency reads worldwide, or a regulatory data-residency story.
Generate this diagram in seconds
Copy the prompt above, sign in for free, and paste it into the generator.
Related cloud templates
AWS three-tier web application
Classic web app on AWS with CloudFront, ALB, ECS Fargate, and RDS Multi-AZ across two availability zones.
AWS serverless API
API Gateway + Lambda + DynamoDB with Cognito auth, async processing via SNS/SQS, and full observability.
Azure AKS microservices
Microservices on AKS behind Front Door + Application Gateway with hub-and-spoke networking, Cosmos DB, and Service Bus.