diff --git a/infra/staging-task-def.json b/infra/staging-task-def.json deleted file mode 100644 index dbd366a..0000000 --- a/infra/staging-task-def.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "executionRoleArn": "arn:aws:iam::696230526504:role/ecsTaskExecutionRole", - "containerDefinitions": [ - { - "image": "696230526504.dkr.ecr.us-east-1.amazonaws.com/upshot-compute-node-staging", - "essential": true, - "name": "upshot-compute-node", - "portMappings": [ - { - "hostPort": 8080, - "protocol": "tcp", - "containerPort": 8080 - }, - { - "hostPort": 9527, - "protocol": "tcp", - "containerPort": 9527 - } - ], - "mountPoints": [] - } - ], - "taskRoleArn": "arn:aws:iam::696230526504:role/ECS_TASK_ROLE", - "family": "upshot-compute-node-staging", - "requiresCompatibilities": [ - "FARGATE" - ], - "networkMode": "awsvpc", - "cpu": "512", - "memory": "1024" -}