File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Use a t2.micro instance if you are using the AWS free tier. Otherwise, use t3.na
1010Create environment:
1111```
1212git tag -f -a -m "First deploy" eb
13- eb init rssbox --platform "Ruby 2.7 running on 64bit Amazon Linux 2" --keyname id_rsa
13+ eb init rssbox --platform ruby-3.0 --keyname id_rsa
1414eb create --single --instance_type t2.micro
1515```
1616
@@ -63,7 +63,7 @@ While testing, it is a lot faster to deploy if there is only one instance runnin
6363To upgrade an existing app to a new major version of Ruby:
6464```
6565aws elasticbeanstalk list-available-solution-stacks --region us-west-2 --query 'SolutionStacks[?contains(@,`Ruby`)==`true`]'
66- aws elasticbeanstalk update-environment --region us-west-2 --environment-name rssbox --solution-stack-name "64bit Amazon Linux 2 v3.2.1 running Ruby 2.7 "
66+ aws elasticbeanstalk update-environment --region us-west-2 --environment-name rssbox --solution-stack-name "64bit Amazon Linux 2 v3.4.0 running Ruby 3.0 "
6767```
6868
6969Supported Ruby versions: https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.ruby
You can’t perform that action at this time.
0 commit comments