AWS Certified SysOps Administrator – Associate (legacy) — Question 209

You have a Linux EC2 web server instance running inside a VPC The instance is In a public subnet and has an EIP associated with it so you can connect to It over the Internet via HTTP or SSH The instance was also fully accessible when you last logged in via SSH. and was also serving web requests on port 80.
Now you are not able to SSH into the host nor does it respond to web requests on port 80 that were working fine last time you checked You have double-checked that all networking configuration parameters (security groups route tables. IGW'EIP. NACLs etc) are properly configured {and you haven't made any changes to those anyway since you were last able to reach the Instance). You look at the EC2 console and notice that system status check shows "impaired."
Which should be your next step in troubleshooting and attempting to get the instance back to a healthy state so that you can log in again?

Answer options

Correct answer: A

Explanation

The correct answer is A because stopping and starting the instance will redeploy it on a different host, which can resolve issues related to system impairments. Options B, C, D, and E do not offer the same potential for recovery as the issue seems to be related to the underlying host, which a stop/start sequence would address.