Skip to content

Commit

Permalink
Create testing.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shesaave authored Jun 28, 2024
1 parent 60ec296 commit 61622e0
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions testing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"taskDefinitionArn": "arn:aws:ecs:us-west-2:851725652419:task-definition/testing:1",
"containerDefinitions": [
{
"name": "test",
"image": "851725652419.dkr.ecr.us-west-2.amazonaws.com/amazon-ecs-deploy-task-definition",
"cpu": 0,
"portMappings": [
{
"name": "test-80-tcp",
"containerPort": 80,
"hostPort": 80,
"protocol": "tcp",
"appProtocol": "http"
}
],
"essential": true,
"environment": [],
"environmentFiles": [],
"mountPoints": [],
"volumesFrom": [],
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/testing",
"awslogs-create-group": "true",
"awslogs-region": "us-west-2",
"awslogs-stream-prefix": "ecs"
},
"secretOptions": []
},
"systemControls": []
}
],
"family": "testing",
"executionRoleArn": "arn:aws:iam::851725652419:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 1,
"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": "1024",
"memory": "3072",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2024-06-27T20:28:00.685Z",
"registeredBy": "arn:aws:sts::851725652419:assumed-role/Admin/shesaave-Isengard",
"tags": []
}

0 comments on commit 61622e0

Please sign in to comment.