Medium1 markMultiple Choice
AWS SAA-C03 · Question 62 · Domain 4.4: Network Cost Optimization
A company serves a popular mobile app that downloads large media files. The files are stored in an S3 bucket in us-east-1. The company is seeing high 'Data Transfer Out to Internet' costs on their AWS bill. What is the MOST cost-effective way to reduce these data transfer costs?
A company serves a popular mobile app that downloads large media files. The files are stored in an S3 bucket in us-east-1. The company is seeing high 'Data Transfer Out to Internet' costs on their AWS bill. What is the MOST cost-effective way to reduce these data transfer costs?
Answer options:
A.
Enable S3 Transfer Acceleration.
B.
Implement Amazon CloudFront to serve the media files.
C.
Move the S3 bucket to a different AWS Region.
D.
Use a NAT Gateway to route the traffic.
How to approach this question
Recognize that CloudFront reduces data transfer costs because S3 to CloudFront transfer is free, and CloudFront internet transfer rates are often lower.
Full Answer
B.Implement Amazon CloudFront to serve the media files.✓ Correct
Implement Amazon CloudFront to serve the media files.
Amazon CloudFront caches content at edge locations. Data transfer from AWS origins (like S3) to CloudFront is free. You only pay for the data transfer from CloudFront to the internet, which is often cheaper.
Common mistakes
Assuming adding a CDN always increases costs. In AWS, it often decreases costs for heavy outbound data.
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