From 1f43442a9ae296abe64b42e7b19a39c2328061a0 Mon Sep 17 00:00:00 2001 From: vladupshot <154623109+vladupshot@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:29:31 +1300 Subject: [PATCH] delete not needed ecs configs --- infra/staging-task-def.json | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 infra/staging-task-def.json 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" -}