跳至內容

New EC2 instance launching after Termination. How to stop/prevent this cycle ?

0

I terminated an EC2 instance but a few minutes later a new one launched. I terminated once again, but another instance launches. How do I prevent this from happening ? I checked for auto-scaling and elastic-beanstalk but neither are enabled ?

Thanks in advance for any pointers.

已提問 3 年前檢視次數 558 次

2 個答案
0
已接受的答案

You can start by seeing if there is information in the CloudTrail logs that points to who is issuing the ec2:RunInstance API call. See: Viewing events with CloudTrail Event history.

AWS
專家

已回答 3 年前

專家

已審閱 3 年前

0

Thank you @kentrad ! There were enough breadcrumbs in the CloudTrail logs you suggested (i was not aware of this ability to track previously) to narrow down my rookie-error :) Somewhat embarrassing, a-hem.... These were spot instances which I'd set as persistent. First time doing this. So, basically I had to navigate in the console to "Spot Requests" and then: "actions" --> "cancel request".

Thanks again!

已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。