Merge pull request #143 from rstudio/remove-userdata-for-now
remove for testing purposes
This commit is contained in:
commit
1d4f97f076
1 changed files with 0 additions and 5 deletions
|
|
@ -84,11 +84,6 @@ rBuildsEcsLaunchTemplate:
|
||||||
Ebs:
|
Ebs:
|
||||||
VolumeType: gp3
|
VolumeType: gp3
|
||||||
VolumeSize: 96
|
VolumeSize: 96
|
||||||
UserData:
|
|
||||||
Fn::Base64: |
|
|
||||||
#!/bin/bash
|
|
||||||
# Mitigate DockerTimeoutError errors from the default timeout of 4m
|
|
||||||
echo "ECS_CONTAINER_CREATE_TIMEOUT=10m" >> /etc/ecs/ecs.config
|
|
||||||
|
|
||||||
rBuildsBatchComputeEnvironment:
|
rBuildsBatchComputeEnvironment:
|
||||||
Type: AWS::Batch::ComputeEnvironment
|
Type: AWS::Batch::ComputeEnvironment
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue