rstacruz / cheatsheets

Cheatsheets for web development - devhints.io
https://devhints.io
13.79k stars 3.59k forks source link

Cheatsheet request: aws cli -> elastic beanstalk #85

Open jdecoster opened 7 years ago

jdecoster commented 7 years ago

just an addition ..

aws elasticbeanstalk update-environment --solution-stack-name "<stack>" --environment-name="<environment>" --region="<region>"

example: aws elasticbeanstalk update-environment --solution-stack-name "64bit Amazon Linux 2017.03 v2.5.0 running PHP 7.1" --environment-name="example-production" --region="eu-central-1"

chadwithuhc commented 5 years ago

Is this an addition to an existing sheet or a new one you are requesting?