Using Console
Using CLI
aws configure
command by providing the Access Key ID, Secret Access Key, Default region name, and output format.
<environment-name>
with the name of the Elastic Beanstalk environment for which you want to enable managed platform updates.<environment-name>
with the name of the Elastic Beanstalk environment for which you have enabled managed platform updates.The output of the above command should be true
, which indicates that managed platform updates are enabled for the Elastic Beanstalk environment.Using Python
your_application_name
with the name of your Elastic Beanstalk application.