Skip to content

Commit

Permalink
Create frontend-ecs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toychip authored Jan 22, 2024
1 parent b2ee442 commit 95e3f3a
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions aws/frontend-ecs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:962588844400:task-definition/100shot-front-task-definition:17",
"containerDefinitions": [
{
"name": "100shot-front",
"image": "962588844400.dkr.ecr.ap-northeast-2.amazonaws.com/100shot-front:newv",
"cpu": 0,
"portMappings": [
{
"name": "front-80-tcp",
"containerPort": 80,
"hostPort": 80,
"protocol": "tcp",
"appProtocol": "http"
}
],
"essential": true,
"environment": [],
"environmentFiles": [],
"mountPoints": [],
"volumesFrom": [],
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/100shot-front-task-definition",
"awslogs-region": "ap-northeast-2",
"awslogs-stream-prefix": "ecs"
},
"secretOptions": []
}
}
],
"family": "100shot-front-task-definition",
"executionRoleArn": "arn:aws:iam::962588844400:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 17,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
{
"name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
},
{
"name": "ecs.capability.execution-role-awslogs"
},
{
"name": "com.amazonaws.ecs.capability.ecr-auth"
},
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.19"
},
{
"name": "ecs.capability.execution-role-ecr-pull"
},
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
},
{
"name": "ecs.capability.task-eni"
},
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.29"
}
],
"placementConstraints": [],
"compatibilities": [
"EC2",
"FARGATE"
],
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "512",
"memory": "1024",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2024-01-22T07:23:08.679Z",
"registeredBy": "arn:aws:iam::962588844400:root",
"tags": []
}

0 comments on commit 95e3f3a

Please sign in to comment.