Question 559 of 1,705
Network ImplementationmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is an Amazon RDS database instance. This is correct because RDS creates managed elastic network interfaces (ENIs) to handle database traffic, and these ENIs always appear with a status of 'in-use' but deliberately do not show an InstanceId in the AWS console or CLI output—the instance identifier is abstracted away by the RDS service. On the AWS Certified Advanced Networking Specialty ANS-C01 exam, this scenario tests your understanding of how managed AWS services use ENIs differently from EC2 instances; a common trap is assuming any 'in-use' ENI without an InstanceId must be a NAT Gateway or VPC Endpoint, but those services attach specific description tags like "NAT Gateway" or "VPC Endpoint" that RDS ENIs lack. To remember this, think of RDS as a "hidden instance" ENI—if you see an ENI in-use with no InstanceId and no descriptive tag, it’s likely a database service like RDS.

ANS-C01 Network Implementation Practice Question

This ANS-C01 practice question tests your understanding of network implementation. 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.

Network Topology
$ aws ec2 describe-network-interfacesquery 'NetworkInterfaces[*].{Id:NetworkInterfaceIdoutput jsonRefer to the exhibit.```"Id": "eni-0a1b2c3d4e5f6g7h8","Status": "in-use","Description": "RDS-managed","Attachment": {"InstanceId": null},"Id": "eni-0b2c3d4e5f6g7h8i9","Description": "","InstanceId": "i-0c3d4e5f6g7h8i9j0"

A network engineer runs the above command and sees an ENI (eni-0a1b2c3d4e5f6g7h8) with status 'in-use' but no InstanceId attached. What AWS service is most likely using this ENI?

Clue words in this question

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

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1mediummultiple choice
Full question →
Network Topology
$ aws ec2 describe-network-interfacesquery 'NetworkInterfaces[*].{Id:NetworkInterfaceIdoutput jsonRefer to the exhibit.```"Id": "eni-0a1b2c3d4e5f6g7h8","Status": "in-use","Description": "RDS-managed","Attachment": {"InstanceId": null},"Id": "eni-0b2c3d4e5f6g7h8i9","Description": "","InstanceId": "i-0c3d4e5f6g7h8i9j0"

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

An Amazon RDS database instance.

Option C is correct because RDS uses managed ENIs that appear 'in-use' without an InstanceId. Option A is wrong because NAT Gateway ENIs have specific descriptions. Option B is wrong because VPC Endpoints use ENIs with descriptions like 'VPC Endpoint'. Option D is wrong because Transit Gateway does not use ENIs directly.

Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

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 endpoint (Interface type).

    Why it's wrong here

    Interface endpoint ENIs have descriptions like 'VPC Endpoint'.

  • An Amazon RDS database instance.

    Why this is correct

    RDS uses managed ENIs with 'RDS-managed' description.

    Clue confirmation

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

    Related concept

    Static NAT maps one inside address to one outside address.

  • A NAT gateway.

    Why it's wrong here

    NAT gateway ENIs have descriptions like 'NAT Gateway'.

  • An AWS Transit Gateway.

    Why it's wrong here

    Transit Gateway does not use ENIs; it uses attachments.

Common exam traps

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Detailed technical explanation

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Key takeaway

NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Real-world example

How this comes up in practice

A healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.

What to study next

Got this wrong? Here's your next step.

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related ANS-C01 NAT questions on configuration and troubleshooting.

Related practice questions

Related ANS-C01 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 ANS-C01 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 ANS-C01 question test?

Network Implementation — This question tests Network Implementation — Static NAT maps one inside address to one outside address..

What is the correct answer to this question?

The correct answer is: An Amazon RDS database instance. — Option C is correct because RDS uses managed ENIs that appear 'in-use' without an InstanceId. Option A is wrong because NAT Gateway ENIs have specific descriptions. Option B is wrong because VPC Endpoints use ENIs with descriptions like 'VPC Endpoint'. Option D is wrong because Transit Gateway does not use ENIs directly.

What should I do if I get this ANS-C01 question wrong?

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related ANS-C01 NAT questions on configuration and troubleshooting.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

Static NAT maps one inside address to one outside address.

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 20, 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 ANS-C01 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 ANS-C01 exam.