Update block device name for Amazon Linux 2
Amazon Linux 1 AMIs had a separate /dev/xvdcz volume used for Docker storage. Amazon Linux 2 AMIs now only have a single root volume at /dev/xvda. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-ami-storage-config.html
This commit is contained in:
parent
8a74b32f18
commit
27472d6bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ rBuildsEcsLaunchTemplate:
|
||||||
LaunchTemplateName: r-builds-${self:provider.stage}-batch-managed-ecs-larger-volume
|
LaunchTemplateName: r-builds-${self:provider.stage}-batch-managed-ecs-larger-volume
|
||||||
LaunchTemplateData:
|
LaunchTemplateData:
|
||||||
BlockDeviceMappings:
|
BlockDeviceMappings:
|
||||||
- DeviceName: /dev/xvdcz
|
- DeviceName: /dev/xvda
|
||||||
Ebs:
|
Ebs:
|
||||||
VolumeType: gp3
|
VolumeType: gp3
|
||||||
VolumeSize: 96
|
VolumeSize: 96
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue