Topic 1 Question 514
2 つ選択A company operates a static content distribution platform that serves customers globally. The customers consume content from their own AWS accounts.
The company serves its content from an Amazon S3 bucket. The company uploads the content from its on-premises environment to the S3 bucket by using an S3 File Gateway.
The company wants to improve the platform’s performance and reliability by serving content from the AWS Region that is geographically closest to customers. The company must route the on-premises data to Amazon S3 with minimal latency and without public internet exposure.
Which combination of steps will meet these requirements with the LEAST operational overhead?
Implement S3 Multi-Region Access Points
Use S3 Cross-Region Replication (CRR) to copy content to different Regions
Create an AWS Lambda function that tracks the routing of clients to Regions
Use an AWS Site-to-Site VPN connection to connect to a Multi-Region Access Point.
Use AWS PrivateLink and AWS Direct Connect to connect to a Multi-Region Access Point.
ユーザの投票
コメント(11)
- 正解だと思う選択肢: AE
A and E
👍 5awsaz2024/06/28 - 正解だと思う選択肢: AB
A. Implement S3 Multi-Region Access Points and B. Use S3 Cross-Region Replication (CRR) to copy content to different Regions.
The combination of (A) and (B) allows the company to serve content from the closest region to the end-user and ensures that the data is replicated across multiple regions to support this. Multi-Region Access Points simplify the access and management of the data while CRR ensures that the content is available across these regions. This setup provides a straightforward and managed solution to meet the requirement of geographical content routing with minimal operational overhead. For all that voting for E... how does AWS DirectConnect and "LEAST operational overhead" fit toghether.
👍 3chris_spencer2024/10/15 A and B Multi-region access configuration allows content to be served from each region closest to the customer's AWS access using a cross-region replica of the AWS global network.
👍 2kupo7772024/06/28
シャッフルモード