Skip to content

Commit

Permalink
Update default instance in cloudformation (elastic#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-weisman authored Apr 25, 2023
1 parent d884a61 commit a95f3af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/cloudformation/elastic-agent-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ Parameters:
Default: '/aws/service/canonical/ubuntu/server/jammy/stable/current/arm64/hvm/ebs-gp2/ami-id'
InstanceType:
Type: String
Default: a1.xlarge
Default: a1.2xlarge
AllowedValues:
- a1.xlarge
- a1.2xlarge
- a1.4xlarge
Description: The type of EC2 instance to create
Expand Down

0 comments on commit a95f3af

Please sign in to comment.