Skip to content

Commit

Permalink
[hotfix] task-definition.json 수정
Browse files Browse the repository at this point in the history
새로 만들어진 테스크 정의로 업데이트
  • Loading branch information
0112leesy authored Dec 24, 2023
1 parent 73855d5 commit c45d3a5
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions book-service/task-definition.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:133172301128:task-definition/bookServiceFamily:11",
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:085136004895:task-definition/bookServiceFamily:1",
"containerDefinitions": [
{
"name": "bookService",
"image": "133172301128.dkr.ecr.ap-northeast-2.amazonaws.com/book-service",
"cpu": 1024,
"image": "085136004895.dkr.ecr.ap-northeast-2.amazonaws.com/book-service:9428625b417d941af23ba21607414f2fce3b034d",
"cpu": 0,
"portMappings": [
{
"name": "bookservice-80-tcp",
Expand All @@ -18,31 +18,34 @@
"environment": [
{
"name": "CONFIG_SERVER_URI",
"value": "http://10.0.3.105:8888"
"value": "http://10.0.3.203:8888"
},
{
"name": "TZ",
"value": "Asia/Seoul"
}
],
"environmentFiles": [],
"mountPoints": [],
"volumesFrom": [],
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/bookServiceFamily",
"awslogs-region": "ap-northeast-2",
"awslogs-stream-prefix": "ecs"
}
},
"secretOptions": []
}
}
],
"family": "bookServiceFamily",
"taskRoleArn": "arn:aws:iam::133172301128:role/ecsTaskExecutionRole",
"executionRoleArn": "arn:aws:iam::133172301128:role/ecsTaskExecutionRole",
"taskRoleArn": "arn:aws:iam::085136004895:role/ecsTaskExecutionRole",
"executionRoleArn": "arn:aws:iam::085136004895:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 11,
"revision": 1,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
Expand Down Expand Up @@ -88,12 +91,12 @@
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2023-09-14T06:34:42.490Z",
"registeredBy": "arn:aws:iam::133172301128:user/soma1415",
"registeredAt": "2023-12-23T15:41:50.681Z",
"registeredBy": "arn:aws:iam::085136004895:root",
"tags": [
{
"key": "Name",
"value": "bookService"
"value": "bookServiceFamily"
}
]
}

0 comments on commit c45d3a5

Please sign in to comment.