Exam: AWS Certified Cloud Practitioner 0 Likes
The company must ensure that all users can view these videos with low (CLF-C02)
A company is planning to run a global marketing application in the AWS Cloud. The application will feature videos that can be viewed by users. The company must ensure that all users can view these videos with low latency.
Which AWS service should the company use to meet this requirement?
A) AWS Auto Scaling.
B) Amazon Kinesis Video Streams.
C) Elastic Load Balancing.
D) Amazon CloudFront.
Solution
Correct answer: D) Amazon CloudFront.
Amazon CloudFront is a content delivery network (CDN) service provided by AWS that helps deliver content, including videos, with low latency and high transfer speeds. CloudFront has a global network of edge locations, and it caches content close to the end-users to reduce latency. By using CloudFront, the company can ensure that users around the world can view the videos with low latency, providing a better user experience.
While services like AWS Auto Scaling, Amazon Kinesis Video Streams, and Elastic Load Balancing are valuable for other purposes, they are not specifically designed for content delivery and may not provide the same level of performance and low latency as Amazon CloudFront in this context.
Category: Basic AWS services