Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix instance_profile default
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuuuun committed Aug 13, 2018
1 parent 1a886d2 commit 89da355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/rebi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stages: # Required: Hash
min: 1
max: 1
key_name: # Optional, if not set you cannot ssh into ec2 instances
instance_profile: iam_profile # Optional, default: aws-elasticbeanstalk-service-role
instance_profile: iam_profile # Optional, default: aws-elasticbeanstalk-ec2-role
# http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-instanceprofile.html
solution_stack_name: Ruby # Optional: default: "64bit Amazon Linux 2017.09 v2.6.0 running Ruby 2.4 (Puma)"
env_file: .env.development # Optional
Expand Down

0 comments on commit 89da355

Please sign in to comment.