- A
The patching window is too short and the instance times out.
Why wrong: The error is about registration, not timeout.
- B
The IAM role attached to the instance does not have permissions to list patches.
Why wrong: The error indicates registration failure, not permission to list patches.
- C
The instance does not have outbound internet access or a VPC endpoint for Systems Manager.
SSM requires connectivity to Systems Manager endpoints.
- D
The SSM Agent is not installed because the instance is running in a container.
Why wrong: SSM Agent runs on EC2 instances, not containers.
Quick Answer
The answer is the instance lacks outbound internet access or a VPC endpoint for Systems Manager. The SSM Agent requires continuous connectivity to the Systems Manager service endpoints to register and receive patching commands; without a route to these endpoints—either via a NAT gateway, internet gateway, or a VPC interface endpoint—the agent cannot complete its registration handshake, triggering the “Unable to retrieve SSM Agent registration” error. On the AWS Certified SAP on AWS Specialty PAS-C01 exam, this question tests your understanding of Systems Manager’s network dependency for hybrid and EC2 environments, a common trap being that students confuse IAM permissions or instance health with connectivity requirements. Remember, the SSM Agent is a local service that must “phone home” to the AWS control plane—no route means no registration, regardless of roles or OS state. Memory tip: “No route, no root” — if the instance can’t reach the SSM endpoint, patching fails at the first step.
PAS-C01 Operations and Maintenance Practice Question
This PAS-C01 practice question tests your understanding of operations and maintenance. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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 is using AWS Systems Manager to automate patching of SAP EC2 instances. The patching fails for some instances with the error 'Unable to retrieve SSM Agent registration'. What is the MOST likely cause?
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.
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
The instance does not have outbound internet access or a VPC endpoint for Systems Manager.
Option B is correct because the SSM Agent needs to connect to the Systems Manager endpoints. If the instance does not have internet access or a VPC endpoint, the agent cannot communicate. Option A is wrong because the SSM Agent runs on the instance, not in a container. Option C is wrong because the error is about registration, not permissions. Option D is wrong because patching does not require a reboot by default.
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.
- ✗
The patching window is too short and the instance times out.
Why it's wrong here
The error is about registration, not timeout.
- ✗
The IAM role attached to the instance does not have permissions to list patches.
Why it's wrong here
The error indicates registration failure, not permission to list patches.
- ✓
The instance does not have outbound internet access or a VPC endpoint for Systems Manager.
Why this is correct
SSM requires connectivity to Systems Manager endpoints.
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.
- ✗
The SSM Agent is not installed because the instance is running in a container.
Why it's wrong here
SSM Agent runs on EC2 instances, not containers.
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 company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
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 PAS-C01 NAT questions on configuration and troubleshooting.
- →
Operations and Maintenance — study guide chapter
Learn the concepts, then practise the questions
- →
Operations and Maintenance practice questions
Targeted practice on this topic area only
- →
All PAS-C01 questions
1,733 questions across all exam domains
- →
AWS Certified SAP on AWS Specialty PAS-C01 study guide
Full concept coverage aligned to exam objectives
- →
PAS-C01 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PAS-C01 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Design of SAP Workloads on AWS practice questions
Practise PAS-C01 questions linked to Design of SAP Workloads on AWS.
Technology practice questions
Practise PAS-C01 questions linked to Technology.
Migration practice questions
Practise PAS-C01 questions linked to Migration.
Operations and Maintenance practice questions
Practise PAS-C01 questions linked to Operations and Maintenance.
PAS-C01 fundamentals practice questions
Practise PAS-C01 questions linked to PAS-C01 fundamentals.
PAS-C01 scenario practice questions
Practise PAS-C01 questions linked to PAS-C01 scenario.
PAS-C01 troubleshooting practice questions
Practise PAS-C01 questions linked to PAS-C01 troubleshooting.
Practice this exam
Start a free PAS-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 PAS-C01 question test?
Operations and Maintenance — This question tests Operations and Maintenance — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: The instance does not have outbound internet access or a VPC endpoint for Systems Manager. — Option B is correct because the SSM Agent needs to connect to the Systems Manager endpoints. If the instance does not have internet access or a VPC endpoint, the agent cannot communicate. Option A is wrong because the SSM Agent runs on the instance, not in a container. Option C is wrong because the error is about registration, not permissions. Option D is wrong because patching does not require a reboot by default.
What should I do if I get this PAS-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 PAS-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 →
Same concept, more angles
2 more ways this is tested on PAS-C01
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company is using AWS Systems Manager to automate patching of EC2 instances. The patch baseline includes both security and non-security updates. The Operations team notices that some instances are not patching within the scheduled maintenance window. What is the most likely cause?
medium- A.The maintenance window schedule is set to a different time zone.
- B.The instances do not have an IAM instance profile attached.
- ✓ C.The SSM Agent on the instances is outdated.
- D.The patch baseline is configured in the wrong AWS Region.
Why C: Option C is correct because Systems Manager Patch Manager requires the SSM Agent to be installed and updated. Option A is wrong because the patch baseline being in the wrong Region would affect all instances in that Region, not just some. Option B is wrong because instance profile is required for Systems Manager to manage instances. Option D is wrong because the maintenance window schedule being set to a different time zone would affect all instances uniformly.
Variation 2. A company uses AWS Systems Manager to automate patching of SAP EC2 instances. The patching fails for some instances with the error 'SSM Agent not running'. What should the administrator do to resolve this?
medium- A.Reboot the instances.
- B.Install the Amazon CloudWatch Agent on the instances.
- C.Configure a VPC endpoint for Systems Manager.
- ✓ D.Verify that the SSM Agent is installed and running on the instances.
Why D: Option B is correct because SSM Agent must be running. Option A is wrong because CloudWatch Agent is unrelated. Option C is wrong because VPC endpoint is not needed if instances have internet access. Option D is wrong because restarting the instance may not fix the agent if it's not installed.
Last reviewed: Jun 20, 2026
This PAS-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 PAS-C01 exam.
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.
Sign in to join the discussion.