Last active
May 12, 2018 03:42
-
-
Save hanhdt/a4b5aa81d2cb4088cc3df9fa749b0b9a to your computer and use it in GitHub Desktop.
Update AWS Elastic Beanstalk Platform Version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use AWS CLI (Not EB CLI) | |
$aws elasticbeanstalk update-environment --solution-stack-name "64bit Amazon Linux 2017.09 v2.7.2 running Ruby 2.5 (Puma)" --environment-name "website-dev" --region "us-west-2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment