Medium1 markMultiple Choice
AWS SAA-C03 · Question 47 · Domain 4.4: Network Cost Optimization
A company is serving a media-heavy website to users globally. The media files are stored in an Amazon S3 bucket in the us-east-1 Region. The company is experiencing high AWS Data Transfer Out costs. <br/><br/>Which TWO actions should the solutions architect take to reduce these costs? (Select TWO.)
A company is serving a media-heavy website to users globally. The media files are stored in an Amazon S3 bucket in the us-east-1 Region. The company is experiencing high AWS Data Transfer Out costs. <br/><br/>Which TWO actions should the solutions architect take to reduce these costs? (Select TWO.)
Answer options:
A.
Implement Amazon CloudFront to serve the media files.
B.
Move the S3 bucket to a region with lower data transfer costs.
C.
Ensure the CloudFront distribution uses the S3 bucket as the origin.
D.
Enable S3 Transfer Acceleration.
E.
Use AWS Global Accelerator.
How to approach this question
Identify the service that caches content and has free data transfer from S3.
Full Answer
Implement Amazon CloudFront to serve the media files.<br/>Ensure the CloudFront distribution uses the S3 bucket as the origin.
Amazon CloudFront caches content at edge locations. More importantly, data transfer from Amazon S3 to Amazon CloudFront is free. You only pay for the data transfer from CloudFront to the user, which is generally cheaper than transferring directly from S3 to the internet.
Common mistakes
Selecting S3 Transfer Acceleration, which actually increases costs.
Practice the full AWS SAA-C03 Practice Exam 4
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 wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert