Skip to content

Commit

Permalink
change task definition
Browse files Browse the repository at this point in the history
  • Loading branch information
D-w-nJ committed Dec 1, 2023
1 parent 7e94df1 commit 2100946
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions task-definition-release.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
{
"ipcMode": null,
"executionRoleArn": "arn:aws:iam::224066583965:role/AWSECSTaskExecutionRole",
"executionRoleArn": "arn:aws:iam::804073597504:role/AWSECSTaskExecutionRole",
"containerDefinitions": [
{
"dnsSearchDomains": null,
"environmentFiles": null,
"logConfiguration": {
"logDriver": "awslogs",
"secretOptions": null,
"options": {
"awslogs-group": "/ecs/be-release",
"awslogs-region": "ap-northeast-2",
"awslogs-stream-prefix": "ecs"
}
},
"entryPoint": null,
"portMappings": [
{
Expand All @@ -37,7 +28,7 @@
"memoryReservation": 500,
"volumesFrom": [],
"stopTimeout": null,
"image": "224066583965.dkr.ecr.ap-northeast-2.amazonaws.com/be-repo:release",
"image": "804073597504.dkr.ecr.ap-northeast-2.amazonaws.com/be-repo:release",
"startTimeout": null,
"firelensConfiguration": null,
"dependsOn": null,
Expand All @@ -59,7 +50,7 @@
],
"placementConstraints": [],
"memory": null,
"taskRoleArn": "arn:aws:iam::224066583965:role/AWSECSTaskExecutionRole",
"taskRoleArn": "arn:aws:iam::804073597504:role/AWSECSTaskExecutionRole",
"family": "be-release",
"pidMode": null,
"requiresCompatibilities": [
Expand Down

0 comments on commit 2100946

Please sign in to comment.