From 0e79a8e6c4627b14b16e48e7425c3c96d342128d Mon Sep 17 00:00:00 2001 From: Coldot <41678750+Coldot@users.noreply.github.com> Date: Sun, 23 Mar 2025 00:49:45 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20ECS=20=ED=83=9C=EC=8A=A4=ED=81=AC=20?= =?UTF-8?q?=EC=A0=95=EC=9D=98=EC=97=90=20taskRoleArn=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .aws/ecs-task-definition.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.aws/ecs-task-definition.json b/.aws/ecs-task-definition.json index 8d2e6a7..66a712f 100644 --- a/.aws/ecs-task-definition.json +++ b/.aws/ecs-task-definition.json @@ -54,6 +54,7 @@ } ], "family": "xrpedia-user", + "taskRoleArn": "arn:aws:iam::864981757354:role/ecsTaskExecutionRole", "executionRoleArn": "arn:aws:iam::864981757354:role/ecsTaskExecutionRole", "networkMode": "awsvpc", "volumes": [],