AWS Certified Solutions Architect - Professional Exam QuestionsBrowse all questions from this exam

AWS Certified Solutions Architect - Professional Exam - Question 905


A company wants to send data from its on-premises systems to Amazon S3 buckets. The company created the S3 buckets in three different accounts. The company must send the data privately without the data traveling across the internet. The company has no existing dedicated connectivity to AWS.

Which combination of steps should a solutions architect take to meet these requirements? (Choose two.)

Show Answer
Correct Answer: AC

To send data from an on-premises environment to Amazon S3 buckets privately without it traveling across the internet, and without existing dedicated connectivity to AWS, one should first establish a networking account in the AWS Cloud and create a private VPC in that account. Next, an AWS Direct Connect connection should be set up with a private virtual interface (VIF) to ensure the data does not travel over the internet. Additionally, creating an Amazon S3 interface endpoint in the networking account is necessary, as interface endpoints allow access from on-premises environments and are suitable for cross-region and cross-account communication, unlike gateway endpoints, which are limited to a specific VPC and do not support access from on-premises systems.

Discussion

16 comments
Sign in to comment
Ni_yot
Sep 17, 2022

Ans is A C. S3 supports both gateway and interface endpoints. The main difference is that interface endpoint allows access from on-premises while gateway endpoint does not. https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html#types-of-vpc-endpoints-for-s3

Byrney
Nov 9, 2022

AC: https://aws.amazon.com/blogs/aws/aws-privatelink-for-amazon-s3-now-available/

redipaOptions: AC
Sep 21, 2022

Answer: Private VIF + Interface endpoint https://aws.amazon.com/premiumsupport/knowledge-center/s3-bucket-access-direct-connect/ Use a private IP address over Direct Connect (with an interface VPC endpoint) To access Amazon S3 using a private IP address over Direct Connect, perform the following steps: ... 3. Create a private virtual interface for your connection. ... 5. Create an interface VPC endpoint for Amazon S3 in a VPC that is associated with the virtual private gateway. The VGW must connect to a Direct Connect private virtual interface. This interface VPC endpoint resolves to a private IP address even if you enable a VPC endpoint for S3.

skywalker
Oct 9, 2022

AC Rule out B because it didn't mentioned creating an interface VPC endpoint for Amazon S3 which is needed for Using a private IP address over Direct Connect (with an interface VPC endpoint).. Thus A seems a logical choice instead of B.

pixepe
Sep 8, 2022

My Answer is A,C We all have consensus on A. Between D & E, D (S3 Gateway Endpoint) is Regional, and doesn't support in cross-VPC. Here question doesn't state anything on region on cross-account. So have doubt on D that it will NOT work. And C(S3 Interfcae endpoint) can work on multi-region, cross-account etc. REf - https://aws.amazon.com/blogs/architecture/choosing-your-vpc-endpoint-strategy-for-amazon-s3/

AwsBRFanOptions: AD
Sep 7, 2022

S3 - Gateway interface - https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints-s3.html

Rocketeer
Oct 17, 2022

BD Need public VIF + Gateway endpoint for S3

Rocketeer
Oct 31, 2022

changed to AC

SGES
Sep 6, 2022

A & C to me are preferable

cale
Sep 7, 2022

I think so too - it's A & C

Biden
Sep 10, 2022

As an architect consider future needs too. GW EPs is supported for resources in a specific VPC to which the EP is associated, which complicates future design. Hence A,C !!

Cloudxie
Sep 17, 2022

In scenarios where you must access S3 buckets securely from on-premises or from across Regions, we recommend using an interface endpoint. If you chose a gateway endpoint, install a fleet of proxies in the VPC to address transitive routing.

JohnPiOptions: BC
Oct 3, 2022

public VIF + interface endpoint

JohnPi
Oct 12, 2022

AC Private VIF + Interface endpoint

Blair77Options: AC
Oct 20, 2022

A&C: https://aws.amazon.com/blogs/architecture/choosing-your-vpc-endpoint-strategy-for-amazon-s3/

Cloudyheema
Aug 31, 2022

D & E make sense

alnadan
Nov 11, 2022

A & C https://aws.amazon.com/blogs/architecture/choosing-your-vpc-endpoint-strategy-for-amazon-s3/

alnadanOptions: AC
Nov 11, 2022

AC Here is the link: https://aws.amazon.com/blogs/architecture/choosing-your-vpc-endpoint-strategy-for-amazon-s3/

LrdKanien
Nov 14, 2022

A and C. You can't route from on prem to the gateway VPC endpoint.

ggrodskiy
Jul 13, 2023

Correct AC.

WhyIronManOptions: AC
Jul 15, 2024

A,C, as interface endpoint allows access from on-premises while gateway endpoint does not