Interview AWS

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.

Preparing for an interview?

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

← All AWS questions