A global company hosts its web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The web application has static data and dynamic data. The company stores its static data in an Amazon S3 bucket. The company wants to improve performance and reduce latency for the static data and dynamic data. The company is using its own domain name registered with Amazon Route 53.
What should a solutions architect do to meet these requirements?
- A. Create an Amazon CloudFront distribution that has the S3 bucket and the ALB as origins. Configure Route 53 to route traffic to the CloudFront distribution.
- B. Create an Amazon CloudFront distribution that has the ALB as an origin. Create an AWS Global Accelerator standard accelerator that has the S3 bucket as an endpoint Configure Route 53 to route traffic to the CloudFront distribution.
- C. Create an Amazon CloudFront distribution that has the S3 bucket as an origin. Create an AWS Global Accelerator standard accelerator that has the ALB and the CloudFront distribution as endpoints. Create a custom domain name that points to the accelerator DNS name. Use the custom domain name as an endpoint for the web application.
- D. Create an Amazon CloudFront distribution that has the ALB as an origin. Create an AWS Global Accelerator standard accelerator that has the S3 bucket as an endpoint. Create two domain names. Point one domain name to the CloudFront DNS name for dynamic content. Point the other domain name to the accelerator DNS name for static content. Use the domain names as endpoints for the web application.
글로벌 회사는 ALB(Application Load Balancer) 뒤의 Amazon EC2 인스턴스에서 웹 애플리케이션을 호스팅합니다. 웹 애플리케이션에는 정적 데이터와 동적 데이터가 있습니다. 회사는 정적 데이터를 Amazon S3 버킷에 저장합니다. 회사는 정적 데이터 및 동적 데이터의 성능을 개선하고 대기 시간을 줄이려고 합니다. 회사는 Amazon Route 53에 등록된 자체 도메인 이름을 사용하고 있습니다.
솔루션 설계자는 이러한 요구 사항을 충족하기 위해 무엇을 해야 합니까?
- A. S3 버킷과 ALB를 원본으로 하는 Amazon CloudFront 배포를 생성합니다. 트래픽을 CloudFront 배포로 라우팅하도록 Route 53을 구성합니다.
- B. ALB를 오리진으로 하는 Amazon CloudFront 배포를 생성합니다. 엔드포인트로 S3 버킷이 있는 AWS Global Accelerator 표준 가속기를 생성합니다. 트래픽을 CloudFront 배포로 라우팅하도록 Route 53을 구성합니다.
- C. S3 버킷을 오리진으로 하는 Amazon CloudFront 배포를 생성합니다. ALB 및 CloudFront 배포를 엔드포인트로 포함하는 AWS Global Accelerator 표준 액셀러레이터를 생성합니다. 가속기 DNS 이름을 가리키는 사용자 지정 도메인 이름을 만듭니다. 사용자 지정 도메인 이름을 웹 애플리케이션의 엔드포인트로 사용합니다.
- D. ALB를 오리진으로 하는 Amazon CloudFront 배포를 생성합니다. S3 버킷을 엔드포인트로 포함하는 AWS Global Accelerator 표준 액셀러레이터를 생성합니다. 두 개의 도메인 이름을 만듭니다. 동적 콘텐츠에 대한 하나의 도메인 이름이 CloudFront DNS 이름을 가리킵니다. 다른 도메인 이름은 정적 콘텐츠에 대한 액셀러레이터 DNS 이름을 가리킵니다. 도메인 이름을 웹 애플리케이션의 끝점으로 사용합니다.
우선 필자는 글로벌회사라는것에 조금 집중을 했다. ALB에 EC2를 연결하여 웹 애플리케이션을 호스팅하고 있고 웹 애플리케이션에 정적 데이터와 동적 데이터가 있다. 정적 데이터는 S3 버킷에 저장하지만, 정적 데이터 및 동적 데이터의 성능을 개선하고 대기 시간을 줄이려고 한다. Route 53에 등록된 자체 도메인을 사용하고 있다.
필자는 글로벌이라는 단어때문에 해당 지문에 대한 답변을 C Global Accelerator로 판단을 했지만,
커뮤니티에서는 A가 올바른 답변이라는 의견이 많았다..
우선 Global Accelerator와 CloudFront의 차이점을 보자면, Global Accelerator와 CloudFront는 AWS 글로벌 네트워크와 전 세계 Edge 로케이션을 사용하는 별도의 서비스이다. CloudFront는 캐시 가능한 콘텐츠 (예: 이미지 및 비디오)와 동적 콘텐츠(예 : API 가속 및 동적 사이트 제공) 모두의 성능을 향상시킨다. Global Accelerator는 하나 이상의 AWS 리전에서 실행되는 애플리케이션에 대해 Edge 패킷을 프록시하여 TCP 또는 UDP를 통해 광범위한 애플리케이션의 성능을 개선한다.
Cloud Front는 Edge 로케이션을 사용하여 인터넷 대신 AWS 네트워크를 통해 연결함으로서 동적 콘텐츠의 지연 시간을 줄이는데 사용할 수 있으므로 지연 시간이 줄어든다. 따라서 콘텐츠를 캐시할 필요는 없지만 대기 시간을 줄이고 최소한의 작업으로 성능을 향상시키기 때문에 정답은 선택지 A라고 판단된다.
정답 A "S3 버킷과 ALB를 원본으로 하는 Amazon CloudFront 배포를 생성합니다. 트래픽을 CloudFront 배포로 라우팅하도록 Route 53을 구성합니다."
https://www.examtopics.com/exams/amazon/aws-certified-solutions-architect-associate-saa-c03/view/3/
'[AWSEXAM] > [AWS] SAA-C03' 카테고리의 다른 글
[AWS][SAA][EXAMTOPICS][C03] Question 14 (0) | 2022.11.23 |
---|---|
[AWS][SAA][EXAMTOPICS][C03] Question 13 (0) | 2022.11.23 |
[AWS][SAA][EXAMTOPICS][C03] Question 11 (0) | 2022.11.23 |
[AWS][SAA][EXAMTOPICS][C03] Question 10 (0) | 2022.11.23 |
[AWS][SAA][EXAMTOPICS][C03] Question 9 (0) | 2022.11.23 |