Skip to content

Instantly share code, notes, and snippets.

@hanhdt
Last active May 12, 2018 03:42
Show Gist options
  • Save hanhdt/a4b5aa81d2cb4088cc3df9fa749b0b9a to your computer and use it in GitHub Desktop.
Save hanhdt/a4b5aa81d2cb4088cc3df9fa749b0b9a to your computer and use it in GitHub Desktop.
Update AWS Elastic Beanstalk Platform Version
# 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