Question 908 of 1,040
Design Secure ArchitectureshardMultiple ChoiceObjective-mapped

Quick Answer

The answer is to create a gateway VPC endpoint for S3 and an interface VPC endpoint for Secrets Manager with private DNS enabled. This design is correct because a gateway endpoint provides private access to S3 directly from your VPC route table without requiring a NAT gateway, while an interface endpoint uses AWS PrivateLink to connect to Secrets Manager via an elastic network interface in your subnet, keeping all traffic within the AWS network. Enabling private DNS ensures that standard service endpoints resolve to the private IPs of these endpoints, so your application can use the same API calls without any code changes. On the SAA-C03 exam, this scenario tests your understanding of when to use gateway versus interface endpoints—a common trap is choosing a gateway endpoint for Secrets Manager, which is unsupported, or adding a NAT gateway, which is prohibited. Remember the memory tip: "S3 goes through the gate, Secrets Manager needs an interface."

SAA-C03 Design Secure Architectures Practice Question

This SAA-C03 practice question tests your understanding of design secure architectures. 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.

An application runs in private subnets and must download objects from Amazon S3 and read one secret from AWS Secrets Manager. NAT gateways are prohibited, and traffic must not traverse the public internet. The secret uses a customer managed KMS key. Which design is best?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1hardmultiple choice
Read the full NAT/PAT explanation →

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 a gateway VPC endpoint for S3 and an interface VPC endpoint for Secrets Manager with private DNS enabled.

Option C is correct because it uses a gateway VPC endpoint for S3, which provides private connectivity to S3 without traversing the internet, and an interface VPC endpoint for Secrets Manager, which allows private access via AWS PrivateLink. Enabling private DNS ensures that the standard DNS names for both services resolve to the endpoint IPs, keeping all traffic within the AWS network and meeting the requirement to avoid NAT gateways and public internet.

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.

  • Use a NAT gateway for outbound access and rely on security groups to block internet destinations.

    Why it's wrong here

    A NAT gateway sends traffic to AWS public endpoints over the public internet path, which violates the requirement. Security groups do not turn public-endpoint traffic into private connectivity.

  • Create interface VPC endpoints for both S3 and Secrets Manager and enable private DNS.

    Why it's wrong here

    Secrets Manager requires an interface endpoint, but S3 is more appropriately reached with a gateway endpoint. Using interface endpoints for both is not the best fit for the scenario and adds unnecessary cost and complexity.

  • Create a gateway VPC endpoint for S3 and an interface VPC endpoint for Secrets Manager with private DNS enabled.

    Why this is correct

    This combination keeps traffic on the AWS network without NAT. S3 is best accessed through a gateway endpoint, which is the native private connectivity option for S3. Secrets Manager requires an interface endpoint, and private DNS lets the application use standard service names while still resolving to the private endpoint. The KMS key is used by Secrets Manager service-side, not via a separate app network path.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Use VPC peering to a public subnet that hosts a proxy for S3 and Secrets Manager access.

    Why it's wrong here

    VPC peering does not provide access to AWS service endpoints by itself, and introducing a proxy in a public subnet creates unnecessary exposure. It also adds operational overhead and does not satisfy the simplest private connectivity design.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often assume all AWS services require interface VPC endpoints, but S3 and DynamoDB use gateway endpoints, which are more cost-effective and simpler to configure for private access.

Trap categories for this question

  • Scenario analysis trap

    Secrets Manager requires an interface endpoint, but S3 is more appropriately reached with a gateway endpoint. Using interface endpoints for both is not the best fit for the scenario and adds unnecessary cost and complexity.

Detailed technical explanation

How to think about this question

Gateway VPC endpoints for S3 use prefix lists in the route table to direct traffic to the S3 service via the AWS global network, bypassing the internet entirely, and they are free of charge. Interface VPC endpoints for Secrets Manager use AWS PrivateLink, which creates an elastic network interface in the subnet with a private IP, and require enabling private DNS to automatically resolve the service’s DNS name to the endpoint IP. The customer-managed KMS key for the secret is accessed via the Secrets Manager endpoint, and the S3 endpoint handles object downloads without needing internet access.

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 media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

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 SAA-C03 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 SAA-C03 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 SAA-C03 question test?

Design Secure Architectures — This question tests Design Secure Architectures — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Create a gateway VPC endpoint for S3 and an interface VPC endpoint for Secrets Manager with private DNS enabled. — Option C is correct because it uses a gateway VPC endpoint for S3, which provides private connectivity to S3 without traversing the internet, and an interface VPC endpoint for Secrets Manager, which allows private access via AWS PrivateLink. Enabling private DNS ensures that the standard DNS names for both services resolve to the endpoint IPs, keeping all traffic within the AWS network and meeting the requirement to avoid NAT gateways and public internet.

What should I do if I get this SAA-C03 question wrong?

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

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

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

Keep practising

More SAA-C03 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 SAA-C03 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 SAA-C03 exam.