Medium1 markMultiple Choice
AWS SAA-C03 · Question 60 · Domain 4.4: Network Cost Optimization
A media company serves large video files directly from an Amazon S3 bucket to users globally. Their AWS bill shows massive Data Transfer Out costs. What is the MOST cost-effective way to reduce these data transfer costs?
A media company serves large video files directly from an Amazon S3 bucket to users globally. Their AWS bill shows massive Data Transfer Out costs. What is the MOST cost-effective way to reduce these data transfer costs?
Answer options:
A.
Enable S3 Transfer Acceleration.
B.
Implement Amazon CloudFront and use the S3 bucket as the origin.
C.
Move the S3 bucket to a different AWS Region.
D.
Use AWS Global Accelerator.
How to approach this question
Look for the CDN service.
Full Answer
B.Implement Amazon CloudFront and use the S3 bucket as the origin.✓ Correct
Amazon CloudFront caches content at edge locations. Data transfer from S3 to CloudFront is free, and serving data from CloudFront is generally more cost-effective than serving directly from S3.
Common mistakes
Choosing Transfer Acceleration, which actually costs extra.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert