Hard1 markMultiple Choice
Domain 4.4: Network Cost OptimizationDomain 4CostNetworkingCross-AZ

AWS SAA-C03 · Question 65 · Domain 4.4: Network Cost Optimization

A solutions architect is reviewing a company's AWS architecture to identify cost optimization opportunities. The architecture consists of a multi-tier application deployed across two Availability Zones. The architect notices high cross-AZ data transfer costs. Which TWO strategies can help reduce these specific costs? (Select TWO.)

Answer options:

A.

Keep traffic within the same Availability Zone where possible.

B.

Use public IP addresses for communication between EC2 instances in different AZs.

C.

Use Amazon ElastiCache to cache database queries locally in each AZ.

D.

Replace the Application Load Balancer with a Network Load Balancer.

E.

Enable Cross-Zone Load Balancing on the Application Load Balancer.

How to approach this question

Identify ways to minimize traffic crossing the AZ boundary. Keep traffic local and cache data.

Full Answer

A,C
Data transfer between Availability Zones incurs a per-GB charge. To optimize this, architectures should be designed to keep traffic within the same AZ when possible (e.g., web server in AZ-A talks to app server in AZ-A). Additionally, implementing a caching layer (like ElastiCache) in each AZ reduces the need to fetch data from a database located in a different AZ.

Common mistakes

Choosing 'Enable Cross-Zone Load Balancing'. While good for even distribution, it explicitly causes traffic to cross AZ boundaries, increasing costs.

Practice the full AWS SAA-C03 Practice Exam 1

65 questions · hints · full answers · grading

More questions from this exam