This document discusses VPC, ELB, Route53, and CloudFront in AWS. It describes that VPC allows users to create their own private networks and manage subnets, ACLs, and elastic IPs. ELB distributes traffic to multiple EC2 instances and handles SSL termination and health checks. Route53 provides DNS services with options for geography-based routing, load balancing, and integration with ELB health checks. CloudFront is a CDN that provides low latency access to static content through its global edge locations. The document poses the question of how these AWS services work together.
Route 53
• MultipleLoad Balancing Options
• Geography based
• Percentage Load Based
• Route 53 API
• Server Health Checks
• Elastic Load Balancing Health Checks
AWS