How to test for different DeploymentStatus
for configuration settings of elastic beanstalk environment
#3299
-
According to the docs, there are a few possible deployment statuses available when describing the configuration settings of an elastic beanstalk environment.
However, I am only ever able to get it as Things I've tried on the Elastic Beanstalk Console:
Would appreciate some help on this! Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @joshtyf, thanks for reaching out! |
Beta Was this translation helpful? Give feedback.
Hi @joshtyf, thanks for reaching out!
Are you expecting more than one deploymentStatus? If so, could you share your code snippet or steps for me to reproduce?
It might also be helpful to share debug logs by adding
boto3.set_stream_logger('')
to your script.