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!!

1 Antwort
1
Akzeptierte Antwort

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
beantwortet vor 3 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen