Topic 1 Question 241
A company’s data center is connected to a single AWS Region by an AWS Direct Connect dedicated connection. The company has a single VPC in the Region. The company stores logs for all its applications locally in the data center.
The company must keep all application logs for 7 years. The company decides to copy all application logs to an Amazon S3 bucket.
Which solution will meet these requirements?
Create a public VIF on the Direct Connect connection. Create an Amazon S3 gateway endpoint in the VPC.
Create a private VIF on the Direct Connect connection. Create an Amazon S3 gateway endpoint in the VPC.
Create a private VIF on the Direct Connect connection. Create an Amazon S3 interface endpoint in the VPC.
Create a public VIF on the Direct Connect connection. Create an Amazon S3 interface endpoint in the VPC.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: C
https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html you allow in-VPC applications to continue accessing Amazon S3 through the gateway endpoint, which is not billed. Then, only your on-premises applications would use interface endpoints to access Amazon S3.
👍 3woorkim2025/01/11 - 正解だと思う選択肢: C
C: because gateway endpoints are not accessible from sources outside the VPC (like DX)
👍 2c1193d42025/01/06 - 正解だと思う選択肢: A
How about (A) that has an S3 gateway (preferred as free) endpoint providing S3 for inside the VPC and the public VIF providing S3 service for the DC across DX.
👍 2secdaddy2025/01/31
シャッフルモード