Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # Currently (2017/2018) it's not possible to change the Ruby 'minor' version (eg. 2.3 => 2.4) using the web console
  2. # However, it's possible using the 'awscli' tool.
  3.  
  4. brew install awscli # pip install awscli
  5. aws elasticbeanstalk update-environment \
  6. --solution-stack-name "Puma with Ruby 2.5 running on 64bit Amazon Linux/2.8.1" \
  7. --application-name "Enconta" --environment-name "Staging" --region "us-west-2" --profile enconta
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement