Skip to content

Commit

Permalink
Update ecs-task-definition-chat.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldot authored Aug 2, 2024
1 parent 230145b commit fd82ecd
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .aws/ecs-task-definition-chat.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:008971651785:task-definition/cloud6-chat-server:1",
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:008971651785:task-definition/cloud6-chat-server:13",
"containerDefinitions": [
{
"name": "cloud6-chat",
"image": "008971651785.dkr.ecr.ap-northeast-2.amazonaws.com/cloud6-chat",
"image": "008971651785.dkr.ecr.ap-northeast-2.amazonaws.com/cloud6-chat:938df75d3687680cabd6c3fb4e6137181bd25aa7",
"cpu": 0,
"portMappings": [
{
Expand All @@ -16,10 +16,8 @@
],
"essential": true,
"environment": [],
"environmentFiles": [],
"mountPoints": [],
"volumesFrom": [],
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
Expand All @@ -36,7 +34,7 @@
"family": "cloud6-chat-server",
"executionRoleArn": "arn:aws:iam::008971651785:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 1,
"revision": 13,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
Expand Down Expand Up @@ -73,13 +71,13 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048",
"cpu": "4096",
"memory": "8192",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2024-08-02T15:32:38.338Z",
"registeredBy": "arn:aws:iam::008971651785:user/coldot.work",
"registeredAt": "2024-08-02T23:46:22.568Z",
"registeredBy": "arn:aws:iam::008971651785:user/chaeri9813",
"tags": []
}

0 comments on commit fd82ecd

Please sign in to comment.