Home
Launch type: Serverless | Template: cloud delivery network | Security: Low | Language: HCL
Use Case
- This setup is used to host a static website with automatic regional failover and global content delivery.
- It helps keep the site fast and always available, even if one region goes down.
Description
- Deployed two Azure storage accounts (US West & East) and enabled static website hosting on both.
- Azure CDN serves the site globally and caches the content for better performance.
- Failover is handled using AWS Route 53 with health checks — if the West region fails, traffic is rerouted to the East region.
- Logs and metrics are sent to a Log Analytics workspace, and the setup is fully managed as code using Terraform.