Skip to content

Commit

Permalink
deployment: Increase AMI size media nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Sep 19, 2023
1 parent a8acfae commit 4fccf86
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ Resources:
ImageId: !FindInMap [AMIMAP, !Ref 'AWS::Region', AMI]
InstanceType: "t2.2xlarge"
KeyName: AWS_KEY_NAME
BlockDeviceMappings:
- DeviceName: /dev/sda1
Ebs:
VolumeType: gp2
DeleteOnTermination: true
VolumeSize: 10
Tags:
- Key: Name
Value: !Ref AWS::StackName
Expand Down

0 comments on commit 4fccf86

Please sign in to comment.