Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "taskDefinitionArn": "REDACTED",
- "containerDefinitions": [
- {
- "name": "pipeline",
- "image": "REDACTED",
- "cpu": 65536,
- "memory": 117964,
- "portMappings": [],
- "essential": true,
- "entryPoint": [
- "./ecsPipeline.sh"
- ],
- "environment": [
- ],
- "mountPoints": [
- {
- "sourceVolume": "config",
- "containerPath": "/config",
- "readOnly": false
- },
- {
- "sourceVolume": "esRepo",
- "containerPath": "/esRepo",
- "readOnly": false
- }
- ]
- }
- }
- ],
- "family": "pipelineTask-prod",
- "networkMode": "awsvpc",
- "revision": 2,
- "status": "ACTIVE",
- "requiresAttributes": [
- {
- "name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
- },
- {
- "name": "ecs.capability.execution-role-awslogs"
- },
- {
- "name": "ecs.capability.efsAuth"
- },
- {
- "name": "com.amazonaws.ecs.capability.ecr-auth"
- },
- {
- "name": "com.amazonaws.ecs.capability.docker-remote-api.1.19"
- },
- {
- "name": "ecs.capability.efs"
- },
- {
- "name": "com.amazonaws.ecs.capability.docker-remote-api.1.28"
- },
- {
- "name": "com.amazonaws.ecs.capability.task-iam-role"
- },
- {
- "name": "com.amazonaws.ecs.capability.docker-remote-api.1.25"
- },
- {
- "name": "ecs.capability.execution-role-ecr-pull"
- },
- {
- "name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
- },
- {
- "name": "ecs.capability.task-eni"
- }
- ],
- "placementConstraints": [],
- "compatibilities": [
- "EC2"
- ],
- "requiresCompatibilities": [
- "EC2"
- ],
- "registeredAt": "2023-01-16T17:32:08.776Z"
- }
Advertisement
Add Comment
Please, Sign In to add comment