Q83. AWS CloudFront로 글로벌 웹사이트 성능 최적화하기
AWS 자격증을 준비하는 여러분, 안녕하세요. 오늘은 글로벌 서비스 확장 시 웹사이트 성능을 최적화하는 방법에 대해 알아보겠습니다. 특히 기존 온프레미스 인프라를 유지하면서 해외 사용자 경험을 개선하는 방법을 다룰 예정입니다. 문제 상황 Q1: 한 회사의 동적 웹사이트가 미국의 온프레미스 서버에서 호스팅되고 있습니다. 이 회사는 유럽에서 새로운 제품을 출시할 예정이며, 유럽 사용자들을 위해 사이트 로딩 시간을 최적화하고자 합니다. 단, 사이트의 백엔드는 반드시 미국에 유지되어야 합니다. 제품 출시가 며칠 앞으로 다가온 상황에서 즉각적인 솔루션이 필요합니다. 솔루션 설계자는 어떤 방안을 추천해야 할까요? <small>A company's dynamic website is hosted using on-premises servers in the United States. The company is launching products in Europe and wants to optimize the site's load times for the new European users. The site's backend must remain in the United States. The product is launching in a few days, and an immediate solution is needed. What should a solutions architect recommend?</small> 선택지 A. us-east-1에서 Amazon EC2 인스턴스를 시작하고 사이트를 마이그레이션합니다. <small>Launch Amazon EC2 instances in us-east-1 and migrate the site.</small> B. 웹사이트를 Amazon S3로 이동합니다. 지역 간 교차 지역 복제를 사용합니다. <small>Move the website ...