Elastic Beanstalk

0

Hello,

How can i stop Beanstalk in development environment for cost optimization. So that it will not effect my database and EC2 instances. Also please provide the relevant documents for understanding and configuration or videos.

Thank you!!

Monica
已提问 3 个月前1743 查看次数
1 回答
1
已接受的回答

Hi ,
You can terminate a running AWS Elastic Beanstalk environment using the Elastic Beanstalk console. By doing this, you avoid incurring charges for unused AWS resources[1].

If you terminate an environment, you must also delete any CNAME mappings that you created, as other customers can reuse an available hostname. Be sure to delete DNS records that point to your terminated environment to prevent a dangling DNS entry. A dangling DNS entry can expose internet traffic destined for your domain to security vulnerabilities. It can also present other risks.

And you can save your configuration[2].

[1]https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.terminating.html
[2]https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-configuration-savedconfig.html

profile picture
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则