Skip to content

EC2 Instance Shutdown by SystemD event "Power key pressed" but no CloudTrail event were logged

0

On Jan 04 12:00 GMT, our EC2 t3a.medium Instance placed in AZ ap-southeast-1c Has been Shutdown by AWS Datacenter (from our findings of SystemD event "Power key pressed")

Why are this Instance Shutdown not recorded on CloudTrail event log?

asked 3 years ago244 views
1 Answer
0

The log message “Power key pressed” in the context of an AWS EC2 instance is unusual because physical access to EC2 instances is generally not possible. EC2 instances are virtual machines hosted in Amazon's data centers, so there’s no physical power button to press The most likely causes include:

Someone may have manually stopped or rebooted the instance via the AWS Console or CLI. An automated script or service (e.g., Auto Scaling, Lambda) may have triggered the shutdown. Check the AWS Personal Health Dashboard for any scheduled maintenance. System Failure: Kernel panics, hardware issues, or OS-level crashes may have triggered an unexpected shutdown. CloudTrail Logs: Review CloudTrail for any API actions related to stopping, restarting, or terminating the instance.

EXPERT
answered a year ago
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.