Question 1,387 of 1,546
Networking and Content DeliveryeasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is a VPC Gateway Endpoint for S3. This is correct because a VPC Gateway Endpoint allows EC2 instances in private subnets to access S3 privately using AWS’s internal network, completely bypassing the internet. The endpoint works by adding a prefix list for S3 to the VPC route table, directing all S3 traffic through the AWS backbone rather than a NAT gateway or internet gateway, which also eliminates data transfer costs and reduces latency. On the AWS Certified SysOps Administrator Associate SOA-C02 exam, this scenario tests your understanding of private connectivity patterns versus public endpoints or NAT-based solutions—a common trap is choosing a VPC Interface Endpoint (which uses ENIs and incurs hourly charges) instead of the Gateway Endpoint, which is free and route-table-based. Remember: Gateway Endpoints are only for S3 and DynamoDB, and they require a route table entry, not a DNS change. Memory tip: “Gateway goes to the bucket, Interface goes to the service.”

SOA-C02 Networking and Content Delivery Practice Question

This SOA-C02 practice question tests your understanding of networking and content delivery. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. A key principle to apply: vPC Gateway Endpoints provide private connectivity to S3 and DynamoDB.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company has a VPC with public and private subnets. An Application Load Balancer (ALB) is in the public subnets, and Amazon EC2 instances are in the private subnets. The SysOps administrator needs to allow the EC2 instances to access an Amazon S3 bucket in the same AWS Region without traversing the internet. Which solution should the administrator implement?

Question 1easymultiple choice
Review the full subnetting walkthrough →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

A VPC Gateway Endpoint for S3

A VPC Gateway Endpoint for S3 allows EC2 instances in private subnets to access S3 buckets privately using AWS's internal network, without traversing the internet. This endpoint uses prefix lists and route table entries to direct S3 traffic through the AWS backbone, ensuring low latency and no data transfer costs.

Key principle: VPC Gateway Endpoints provide private connectivity to S3 and DynamoDB.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • A VPC Gateway Endpoint for S3

    Why this is correct

    A VPC Gateway Endpoint for S3 allows instances in private subnets to access S3 privately using AWS internal networks, without internet traffic.

    Related concept

    VPC Gateway Endpoints provide private connectivity to S3 and DynamoDB.

  • A NAT Gateway

    Why it's wrong here

    A NAT Gateway provides outbound internet access, but traffic still traverses the internet and incurs NAT Gateway data processing charges. It does not provide a private path to S3.

  • An Internet Gateway

    Why it's wrong here

    An Internet Gateway enables general outbound internet access but requires public IPs and uses the internet. It does not provide a private or cost-optimized path to S3.

  • VPC Peering

    Why it's wrong here

    VPC Peering connects two VPCs, allowing private IP communication between them. It does not provide access to a service endpoint like S3.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often choose a NAT Gateway or Internet Gateway because they think outbound traffic to AWS services must go through the internet, but Gateway Endpoints provide a private, cost-effective alternative for S3 and DynamoDB access within the same region.

Detailed technical explanation

How to think about this question

A Gateway Endpoint for S3 works by adding a route in the VPC route table that points the S3 prefix list (e.g., com.amazonaws.us-east-1.s3) to the endpoint ID. Traffic to S3 is then routed over the AWS private network, bypassing the internet. This endpoint supports only S3 and DynamoDB, and it does not require changes to the EC2 instances' security groups or network ACLs beyond allowing outbound HTTPS (443) traffic.

KKey Concepts to Remember

  • VPC Gateway Endpoints provide private connectivity to S3 and DynamoDB.
  • Traffic to S3 via a Gateway Endpoint stays within the AWS network.
  • Data transfer through S3 Gateway Endpoints within the same region is free.
  • Gateway Endpoints are configured in VPC route tables.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

VPC Gateway Endpoints provide private connectivity to S3 and DynamoDB.

Real-world example

How this comes up in practice

A startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.

What to study next

Got this wrong? Here's your next step.

Review vPC Gateway Endpoints provide private connectivity to S3 and DynamoDB., then practise related SOA-C02 questions on the same topic to reinforce the concept.

Related practice questions

Related SOA-C02 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SOA-C02 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SOA-C02 question test?

Networking and Content Delivery — This question tests Networking and Content Delivery — VPC Gateway Endpoints provide private connectivity to S3 and DynamoDB..

What is the correct answer to this question?

The correct answer is: A VPC Gateway Endpoint for S3 — A VPC Gateway Endpoint for S3 allows EC2 instances in private subnets to access S3 buckets privately using AWS's internal network, without traversing the internet. This endpoint uses prefix lists and route table entries to direct S3 traffic through the AWS backbone, ensuring low latency and no data transfer costs.

What should I do if I get this SOA-C02 question wrong?

Review vPC Gateway Endpoints provide private connectivity to S3 and DynamoDB., then practise related SOA-C02 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

VPC Gateway Endpoints provide private connectivity to S3 and DynamoDB.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More SOA-C02 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SOA-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SOA-C02 exam.