Merge pull request #139 from rstudio/fix-device-name
Update block device name for Amazon Linux 2
This commit is contained in:
commit
a575edc2af
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
|
||||
LaunchTemplateData:
|
||||
BlockDeviceMappings:
|
||||
- DeviceName: /dev/xvdcz
|
||||
- DeviceName: /dev/xvda
|
||||
Ebs:
|
||||
VolumeType: gp3
|
||||
VolumeSize: 96
|
||||
|
|
|
|||
Loading…
Reference in a new issue