
Answer-first summary for fast verification
Answer: Set up a networking account in AWS, create a private VPC within this account, and establish an AWS Direct Connect connection using a private VIF to link the on-premises environment with the private VPC., In the networking account, create an Amazon S3 gateway endpoint to facilitate secure data transfer.
The correct answers are A and D. Option A ensures that there is a dedicated and private connection between the on-premises systems and the AWS VPC by establishing an AWS Direct Connect connection with a private VIF. This setup prevents the data from traveling across the public internet. Option D involves creating an Amazon S3 gateway endpoint in the networking account, which allows S3 requests to remain within AWS's private network. Both these options together ensure that the data is transferred securely and privately without utilizing the public internet.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company requires secure and private data transfer from its on-premises systems to Amazon S3 buckets across three different AWS accounts without utilizing the public internet. The company currently lacks dedicated AWS connectivity. What are the recommended steps for a solutions architect to ensure this secure data transfer? (Select two options.)
A
Set up a networking account in AWS, create a private VPC within this account, and establish an AWS Direct Connect connection using a private VIF to link the on-premises environment with the private VPC.
B
Set up a networking account in AWS, create a private VPC within this account, and establish an AWS Direct Connect connection using a public VIF to link the on-premises environment with the private VPC.
C
In the networking account, create an Amazon S3 interface endpoint to facilitate secure data transfer.
D
In the networking account, create an Amazon S3 gateway endpoint to facilitate secure data transfer.
E
Set up a networking account in AWS, create a private VPC within this account, and peer this VPC with the VPCs in the accounts hosting the S3 buckets to enable private data transfer.
No comments yet.