ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 775 - SAA-C03 discussion

Report
Export

A company has applications that run on Amazon EC2 instances in a VPC One of the applications needs to call the Amazon S3 API to store and read objects. According to the company's security regulations, no traffic from the applications is allowed to travel across the internet.

Which solution will meet these requirements?

A.
Configure an S3 gateway endpoint.
Answers
A.
Configure an S3 gateway endpoint.
B.
Create an S3 bucket in a private subnet.
Answers
B.
Create an S3 bucket in a private subnet.
C.
Create an S3 bucket in the same AWS Region as the EC2 instances.
Answers
C.
Create an S3 bucket in the same AWS Region as the EC2 instances.
D.
Configure a NAT gateway in the same subnet as the EC2 instances
Answers
D.
Configure a NAT gateway in the same subnet as the EC2 instances
Suggested answer: A

Explanation:

VPC Endpoint for S3: A gateway endpoint for Amazon S3 enables you to privately connect your VPC to S3 without requiring an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection.

Configuration Steps:

In the VPC console, navigate to 'Endpoints' and create a new endpoint.

Select the service name for S3 (com.amazonaws.region.s3).

Choose the VPC and the subnets where your EC2 instances are running.

Update the route tables for the selected subnets to include a route pointing to the endpoint.

Security Compliance: By configuring an S3 gateway endpoint, all traffic between the VPC and S3 stays within the AWS network, complying with the company's security regulations to avoid internet traversal.

VPC Endpoints for Amazon S3

asked 16/09/2024
Med Amine Aloui
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first