Exam SAP-C02 All QuestionsBrowse all questions from this exam
Question 491

A solutions architect is importing a VM from an on-premises environment by using the Amazon EC2 VM Import feature of AWS Import/Export. The solutions architect has created an AMI and has provisioned an Amazon EC2 instance that is based on that AMI. The EC2 instance runs inside a public subnet in a VPC and has a public IP address assigned.

The EC2 instance does not appear as a managed instance in the AWS Systems Manager console.

Which combination of steps should the solutions architect take to troubleshoot this issue? (Choose two.)

    Correct Answer: A, B

    To troubleshoot why the EC2 instance does not appear as a managed instance in the AWS Systems Manager console, the solutions architect should verify that the Systems Manager Agent is installed on the instance and is running. This agent is essential for the instance to communicate with AWS Systems Manager. Additionally, the instance must be assigned an appropriate IAM role for Systems Manager that grants the necessary permissions to interact with Systems Manager services. These two steps are fundamental to ensure proper communication and authorization for the instance to be managed by AWS Systems Manager.

Discussion
ebbff63

Answer:AB SSM Agent - must for communication between EC2 instances and Systems Manager Appropriate IAM role allows the instance to interact with Systems Manager services

toma

correct.

G4ExamsOptions: AB

I also go for A and B. A, the agent for sure and I think B because without the role it would definitly have no access to that instance. I don't know why D should be related to the scenario.