Hard1 markMultiple Choice
AWS SAA-C03 · Question 63 · Domain 4.4: Network Cost Optimization
A company is designing a multi-tier architecture. They want to minimize cross-AZ data transfer costs while maintaining high availability. Which TWO architectural decisions will help minimize these costs? (Select TWO.)
A company is designing a multi-tier architecture. They want to minimize cross-AZ data transfer costs while maintaining high availability. Which TWO architectural decisions will help minimize these costs? (Select TWO.)
Answer options:
A.
Deploy all resources in a single Availability Zone.
B.
Keep the web and application tier instances in the same Availability Zone where possible.
C.
Use Amazon CloudFront to cache content.
D.
Use a Network Load Balancer instead of an Application Load Balancer.
E.
Replicate the RDS database across three regions.
How to approach this question
Balance HA with cost. Keeping traffic local to an AZ saves money. Caching saves money.
Full Answer
Keep the web and application tier instances in the same Availability Zone where possible., Use Amazon CloudFront to cache content.
Data transfer within the same AZ is free. Designing the application to prefer same-AZ routing between tiers reduces costs. CloudFront reduces data transfer out of the region entirely.
Common mistakes
Choosing single AZ, which sacrifices High Availability.
Practice the full AWS SAA-C03 Practice Exam 7
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert