- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
When the instance is in the "stopped" state, what does the field "State transition message" show for the instance in the EC2 management console?
Most often, it will say Client.UserInitiatedShutdown
, meaning that the instance was stopped by calling the StopInstances
EC2 API, which would show in CloudTrail logs for the region. You mentioned you didn't find any of those events. The next most common reason code would be Client.InstanceInitiatedShutdown
, which indicates that the shutdown was requested by the operating system on your instance. The System event log on a Windows server would record an event when a shutdown is initiated, and if the server simply crashes, the System log would record an event on start-up that says the previous system shutdown was unexpected.
If the state transition message says Server.SpotInstanceShutdown
, it means that the server was running on spot capacity which AWS reclaimed for on-demand use. You shouldn't use EC2 spot capacity to run workloads that you expect to remain available uninterrupted.
All the instance stop reasons are listed on this documentation page, with general descriptions of what each of them means: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_StateReason.html
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor einem Jahr
- AWS OFFICIALAktualisiert vor 10 Monaten
"Sorry, re:Post Agent can't answer your question because the response could contain advice related to security or compliance. As these topics are sensitive, re:Post Agent didn't generate an answer." what is this?
Hi, Chaitanya, this is related to https://repost.aws/articles/ARVLsS_fjMT-uJkwvw-EZL_w/aws-re-post-introduces-re-post-agent