Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 788 Bytes

jack-terminate.md

File metadata and controls

20 lines (14 loc) · 788 Bytes
title
jack terminate

Let's clean up after ourselves and delete the environment. You can delete your Elastic Beanstalk environment with the following command:

jack terminate hi-web-stag

Jack prompts you for confirmation. If you want to bypass the prompt use the --sure flag.

jack terminate hi-web-stag --sure

Congratulations! 🍾 You have created Elastic Beanstalk environments, downloaded and applied configuration changes, deployed new code to the environment and cleaned up after youself by terminating the environment. You have successfully used jack to manage an Elastic Beanstalk environment.

Back Next Step