[AWS_Practitioner] Amazon CloudFront

hyun·2023년 1월 4일
0

AWS_Practitioner

목록 보기
1/18
post-thumbnail

A사는 AWS 클라우드에서 글로벌 마케팅 애플리케이션을 실행할 계획입니다. 그 애플리케이션은 사용자가 볼 수 있는 비디오를 특징으로 할 것입니다. 회사는 모든 사용자가 짧은 대기 시간으로 이러한 비디오를 볼 수 있도록 해야 합니다.
이 요구 사항을 충족하기 위해 회사에서 사용해야 하는 AWS 서비스는 무엇입니까?

To ensure low latency and high performance for video streaming to users globally, the company should use Amazon CloudFront.

전 세계 사용자에게 비디오 스트리밍을 위한 짧은 지연 시간과 높은 성능을 보장하려면 회사는 Amazon CloudFront를 사용해야 합니다.

Amazon CloudFront is a content delivery network (CDN) that speeds up the delivery of static and dynamic web content, such as HTML, CSS, JavaScript, and videos. It uses a network of edge locations around the world to cache content and serve it to users with low latency.

Amazon CloudFront는 HTML, CSS, JavaScript 및 비디오와 같은 정적 및 동적 웹 콘텐츠의 전송 속도를 높이는 콘텐츠 전송 네트워크(CDN)입니다. 전 세계 엣지 로케이션 네트워크를 사용하여 콘텐츠를 캐시하고 대기 시간이 짧은 사용자에게 제공합니다.

By using CloudFront to deliver its marketing videos, the company can ensure that users can view the videos with minimal delay, regardless of their location. CloudFront also provides high availability and scalability to handle large amounts of traffic, making it a good choice for running a global marketing application.

CloudFront를 사용하여 마케팅 비디오를 제공함으로써 회사는 사용자가 위치에 관계없이 최소한의 지연으로 비디오를 볼 수 있도록 보장할 수 있습니다. CloudFront는 또한 많은 양의 트래픽을 처리할 수 있는 고가용성과 확장성을 제공하므로 글로벌 마케팅 애플리케이션을 실행하는 데 적합합니다.

Other AWS services, such as AWS Auto Scaling, Elastic Load Balancing, and Amazon Kinesis Video Streams, may also be useful for different aspects of running a global marketing application, but they are not specifically designed for video streaming and may not provide the same level of performance and latency as CloudFront.

AWS Auto Scaling, Elastic Load Balancing 및 Amazon Kinesis Video Streams와 같은 다른 AWS 서비스도 글로벌 마케팅 애플리케이션 실행의 다양한 측면에 유용할 수 있지만 비디오 스트리밍을 위해 특별히 설계되지 않았고 CloudFront와 동일한 수준의 성능과 대기 시간을 제공하지 않을 수 있습니다.

0개의 댓글