AWS Automatically Generating New Instance After I Terminate It.

后端 未结 3 1594
予麋鹿
予麋鹿 2021-01-03 23:10

OK, odd thing is happening on AWS.

I downloaded the AWS .NET developer tools and created an elastic beanstalk default instance. I then, for one reason or another,

3条回答
  •  迷失自我
    2021-01-03 23:59

    I've experienced something similar. If the instance was created through Elastic Beanstalk, you need to go the Elastic Beanstalk screen in the AWS console and remove the application from there first. If you just terminate the instance from the EC2 screen, Elastic Beanstalk probably thinks that the instance crashed and launches a new one.

提交回复
热议问题