8.3 Hybrid Architecture — DNS, Storage, and Compute

Key Takeaways

  • AWS Outposts brings AWS infrastructure and services to your on-premises data center for a truly consistent hybrid experience.
  • Route 53 Resolver endpoints enable DNS resolution between on-premises networks and VPCs in both directions.
  • AWS Storage Gateway (File, Volume, Tape) provides hybrid cloud storage with local caching for low-latency access.
  • AWS Wavelength extends AWS compute to 5G network edges for ultra-low latency mobile applications.
  • AWS Local Zones bring select AWS services closer to end users in metropolitan areas for single-digit millisecond latency.
Last updated: March 2026

Hybrid Architecture — DNS, Storage, and Compute

Quick Answer: Outposts = AWS infrastructure on-premises. Storage Gateway = hybrid storage with local cache. Route 53 Resolver = DNS between on-premises and VPC. Local Zones = AWS services in metropolitan areas. Wavelength = AWS at 5G network edges. Choose based on latency, data residency, and integration needs.

AWS Outposts

AWS Outposts is AWS infrastructure deployed in your own data center, managed by AWS.

FeatureDetail
Services availableEC2, EBS, S3, RDS, ECS, EKS, EMR
ManagementAWS manages hardware, updates, patching
ConnectedRequires network connection to parent AWS Region
PricingCapacity reservation (pay for rack, not per-use)
Use casesLow latency to on-premises systems, data residency, local data processing

When to Use Outposts

RequirementSolution
Run AWS services in your data centerOutposts
Keep data on-premises but use AWS APIsOutposts
Sub-millisecond latency to on-premises systemsOutposts
Data sovereignty (data must stay on-premises)Outposts

Route 53 Resolver

Route 53 Resolver enables DNS resolution between your on-premises network and AWS VPCs.

ComponentDirectionDescription
Inbound EndpointOn-premises → VPCOn-premises DNS resolves AWS private hosted zone names
Outbound EndpointVPC → On-premisesVPC resources resolve on-premises domain names
Resolver RulesBothConditional forwarding rules (forward specific domains to specific DNS servers)

When You Need Resolver Endpoints

ScenarioEndpoint Type
On-premises apps need to resolve private.vpc.internalInbound
VPC apps need to resolve onprem.corp.localOutbound
Both directions neededBoth inbound and outbound

AWS Storage Gateway (Recap for Hybrid)

Gateway TypeProtocolBackendOn-Premises CacheUse Case
S3 File GatewayNFS/SMBS3YesFile shares backed by S3
FSx File GatewaySMBFSx for WindowsYesWindows file shares with local cache
Volume GatewayiSCSIS3 + EBSYesBlock storage DR, migration
Tape GatewayVTLS3 GlacierYesBackup (replace physical tape)

Edge Computing Services

AWS Local Zones

FeatureDetail
PurposeRun latency-sensitive applications closer to end users
ServicesEC2, EBS, VPC, ECS, EKS
LatencySingle-digit millisecond to nearby population centers
Use casesMedia creation, real-time gaming, AR/VR, live video

AWS Wavelength

FeatureDetail
PurposeRun applications at 5G network edges
InfrastructureAWS compute inside telecom provider data centers
LatencyUltra-low latency for 5G-connected devices
Use casesConnected vehicles, interactive live video, ML inference at edge

On the Exam: "Run AWS services on-premises" → Outposts. "Low-latency application for a specific city" → Local Zones. "Ultra-low latency for 5G devices" → Wavelength. "Hybrid file storage with local caching" → Storage Gateway.

Test Your Knowledge

A company needs to run EC2 instances in their own data center while using the same AWS APIs and tools. Which service should they use?

A
B
C
D
Test Your Knowledge

A company has on-premises DNS servers and wants their VPC-based applications to resolve on-premises domain names (e.g., app.corp.local). What should they configure?

A
B
C
D