1 Answer
- Newest
- Most votes
- Most comments
2
You can run these commands to describe configuration-options and configuration-settings. These options and settings can be used to spin up the same environment repeatably.
aws elasticbeanstalk describe-configuration-settings --application-name <APP_NAME> --environment-name <ENV_NAME>
aws elasticbeanstalk describe-configuration-options --application-name <APP_NAME> --environment-name <ENV_NAME>
- https://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/describe-configuration-options.html
- https://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/describe-configuration-settings.html
Hope this helps.
Relevant content
asked 2 years ago
asked a year ago
