-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtaskdef.json
More file actions
24 lines (24 loc) · 746 Bytes
/
taskdef.json
File metadata and controls
24 lines (24 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"executionRoleArn": "arn:aws:iam::439827524136:role/prod-app-stack-prodFargateServiceTaskDefExecutionRo-PDTXmko4PNLK",
"containerDefinitions": [
{
"name": "my-app",
"image": "439827524136.dkr.ecr.us-east-1.amazonaws.com/ecr-stack-myapp4aca6506-xnbeybdbgkh9:latest",
"portMappings": [
{
"containerPort": 8081,
"hostPort": 8081,
"protocol": "tcp"
}
],
"essential": true
}
],
"family": "prodappstackprodFargateServiceTaskDefE883E3CC",
"requiresCompatibilities": [
"FARGATE"
],
"networkMode": "awsvpc",
"cpu": "512",
"memory": "1024"
}