Question 1,263 of 1,546
Networking and Content DeliverymediumMultiple ChoiceObjective-mapped

Quick Answer

The correct solution is to create an S3 Gateway Endpoint and add a route in the private subnet route table pointing to it. This works because a Gateway Endpoint uses AWS’s internal network to connect a VPC directly to S3, keeping all traffic within the AWS backbone and eliminating the need for internet gateways, NAT devices, or public IPs. On the AWS Certified SysOps Administrator Associate SOA-C02 exam, this scenario tests your understanding of VPC networking and cost optimization—specifically that Gateway Endpoints are free and avoid NAT gateway data processing charges, while Interface Endpoints incur hourly and per-GB costs. A common trap is choosing a NAT gateway or an Interface Endpoint, but remember: Gateway Endpoints are the only endpoint type that uses route table entries and are ideal for S3 and DynamoDB. Memory tip: “Gateway goes in the route table, Interface goes on the ENI.”

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. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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 runs an application on Amazon EC2 instances in private subnets of a VPC. The application needs to upload files to an Amazon S3 bucket in the same AWS Region. The SysOps administrator wants to ensure that traffic to S3 does not traverse the internet and minimizes data transfer costs. Which solution should the administrator implement?

Question 1mediummultiple 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

Create an S3 Gateway Endpoint and add a route in the private subnet route table pointing to it.

An S3 Gateway Endpoint is the correct solution because it provides private connectivity from a VPC to S3 without traversing the internet, using AWS's internal network. By adding a route in the private subnet's route table pointing to the gateway endpoint, traffic to S3 stays within the AWS backbone, minimizing data transfer costs (no NAT gateway charges) and avoiding internet egress fees.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Create a NAT gateway in a public subnet and route private subnet traffic to it.

    Why it's wrong here

    This would route traffic over the internet, incurring NAT gateway costs and data transfer charges, and not fully private.

  • Create an S3 Gateway Endpoint and add a route in the private subnet route table pointing to it.

    Why this is correct

    Gateway Endpoints are free, provide private connectivity, and keep traffic within the AWS network.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Create an S3 Interface Endpoint and assign a security group.

    Why it's wrong here

    Interface Endpoints are charged per hour and per GB, making them more costly than Gateway Endpoints for S3.

  • Use AWS PrivateLink to connect to S3.

    Why it's wrong here

    PrivateLink for S3 is essentially an Interface Endpoint, which is costlier than a Gateway Endpoint.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse Gateway Endpoints with Interface Endpoints, assuming Interface Endpoints are always better because they use security groups, but for S3, Gateway Endpoints are free and more cost-effective, while Interface Endpoints incur additional charges.

Detailed technical explanation

How to think about this question

An S3 Gateway Endpoint uses prefix lists in the route table to direct traffic destined for S3's public IP ranges through the AWS network, bypassing NAT and internet gateways. Under the hood, the endpoint is a horizontally scaled, redundant set of AWS-managed resources that use route propagation to ensure traffic stays within the AWS global backbone, which is critical for compliance (e.g., HIPAA, PCI DSS) where data must not leave AWS's network. In real-world scenarios, this setup is essential for reducing costs in high-volume S3 uploads, as NAT gateway data processing fees can be significant.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

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

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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 — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Create an S3 Gateway Endpoint and add a route in the private subnet route table pointing to it. — An S3 Gateway Endpoint is the correct solution because it provides private connectivity from a VPC to S3 without traversing the internet, using AWS's internal network. By adding a route in the private subnet's route table pointing to the gateway endpoint, traffic to S3 stays within the AWS backbone, minimizing data transfer costs (no NAT gateway charges) and avoiding internet egress fees.

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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

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.