Skip to content

Commit

Permalink
Merge pull request #28 from plus-tdd/feature/alarm
Browse files Browse the repository at this point in the history
task definition update
  • Loading branch information
codesejin authored Jul 16, 2023
2 parents ed67926 + 7bdb473 commit 9269912
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions task-definition.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:528993883127:task-definition/task-nestjs:4",
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:528993883127:task-definition/task-nestjs:28",
"containerDefinitions": [
{
"name": "container-nestjs",
"image": "528993883127.dkr.ecr.ap-northeast-2.amazonaws.com/repository-nestjs:1fbe780d3b153767a0b6934f091f61480ab35ef5",
"image": "528993883127.dkr.ecr.ap-northeast-2.amazonaws.com/repository-nestjs:ed67926e252db6e9dd99ab7d0e072777645b8085",
"cpu": 0,
"portMappings": [
{
Expand All @@ -13,6 +13,7 @@
}
],
"essential": true,
"environment": [],
"mountPoints": [],
"volumesFrom": []
}
Expand All @@ -21,7 +22,7 @@
"taskRoleArn": "arn:aws:iam::528993883127:role/role-nestjs",
"executionRoleArn": "arn:aws:iam::528993883127:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 4,
"revision": 28,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
Expand Down Expand Up @@ -55,7 +56,7 @@
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2023-07-12T13:16:46.122Z",
"registeredBy": "arn:aws:iam::528993883127:user/jaechaol",
"registeredAt": "2023-07-16T15:51:06.233Z",
"registeredBy": "arn:aws:iam::528993883127:user/sejin",
"tags": []
}
}

0 comments on commit 9269912

Please sign in to comment.