Medium1 markMultiple Choice
AWS SAA-C03 · Question 65 · Domain 4.4: Network Cost Optimization
A company hosts a media-heavy website on EC2 instances behind an Application Load Balancer (ALB). The company is experiencing high AWS monthly bills due to 'Data Transfer Out to Internet' charges.<br/><br/>Which AWS service should be implemented to significantly reduce these data transfer costs?
A company hosts a media-heavy website on EC2 instances behind an Application Load Balancer (ALB). The company is experiencing high AWS monthly bills due to 'Data Transfer Out to Internet' charges.<br/><br/>Which AWS service should be implemented to significantly reduce these data transfer costs?
Answer options:
A.
AWS Global Accelerator
B.
Amazon CloudFront
C.
Amazon ElastiCache
D.
AWS Transit Gateway
How to approach this question
Identify the service that caches content and reduces origin data transfer.
Full Answer
B.Amazon CloudFront✓ Correct
Amazon CloudFront
Amazon CloudFront is a CDN. Data transfer from AWS origins (like EC2, ALB, or S3) to CloudFront is free. By caching content at the edge, CloudFront serves requests directly to users, drastically reducing the 'Data Transfer Out' from the EC2 instances/ALB.
Common mistakes
Not realizing that data transfer from AWS origins to CloudFront is free.
Practice the full AWS SAA-C03 Practice Exam 6
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...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert