Explain the difference between a Region, an Availability Zone, and an Edge Location.
AWS · Basic level
Answer
A Region is a separate geographic AWS area, an Availability Zone is an isolated failure domain inside a Region, and an Edge Location is part of AWS's global edge network for services like CloudFront and Route 53. I use Regions for geography and compliance, AZs for high availability, and Edge Locations for user-facing performance.
Technical explanation
Regions are isolated; AZs are regional failure domains; Edge Locations are for edge services rather than normal compute placement.
AWS foundation answers should clarify ownership boundaries, global infrastructure concepts, failure domains, and the service-specific split between AWS-managed and customer-managed responsibilities.
A strong interview answer connects definitions to architecture decisions: compliance, latency, blast radius, operational ownership, and high availability.
Always state that the exact responsibility or placement decision depends on the specific AWS service and workload requirements.
Hands-on example
1. Choose a simple workload such as a web API with S3 and RDS, then map each component to AWS-owned and customer-owned responsibilities.
2. Place the workload in one Region, spread compute across at least two AZs, and put static assets behind CloudFront to show the Region/AZ/Edge distinction.
3. Create a responsibility matrix covering IAM, encryption, patching, networking, data, backups, monitoring, and incident response.
4. Use that matrix as the interview-ready explanation of how AWS concepts become production operating controls.
Check how well your resume matches the role with our free resume checker— match score, ATS check, and the skills you're missing.
More AWS interview questions
- What is the AWS shared responsibility model, and where is the line between AWS and the customer?
- What is a VPC, and what are its core components (subnets, route tables, IGW, NAT)?
- Difference between a public and a private subnet, and how does each reach the internet?
- What is the difference between a Security Group and a Network ACL?
- Are Security Groups stateful or stateless? What about NACLs?
- What is an Internet Gateway versus a NAT Gateway, and when do you need each?
- How does a NAT Gateway differ from a NAT instance?
- Explain VPC peering and its limitations (e.g., non-transitive routing).