Merge pull request #143 from rstudio/remove-userdata-for-now

remove for testing purposes
This commit is contained in:
Joshua C. Forest 2022-09-01 18:20:42 +00:00 committed by GitHub
commit 1d4f97f076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,11 +84,6 @@ rBuildsEcsLaunchTemplate:
Ebs:
VolumeType: gp3
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:
Type: AWS::Batch::ComputeEnvironment