a number of nice fixes.

This commit is contained in:
Bryce Covert
2020-09-15 21:24:29 -07:00
parent f944a2e90f
commit 80efc14d3a
4 changed files with 166 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
{
"taskDefinition": {
"taskDefinitionArn": "arn:aws:ecs:us-east-1:679918342773:task-definition/integreat-app:4",
"taskDefinitionArn": "arn:aws:ecs:us-east-1:679918342773:task-definition/integreat-app:7",
"containerDefinitions": [
{
"name": "integreat-app",
@@ -35,13 +34,27 @@
"awslogs-stream-prefix": "ecs"
}
}
},
{
"environment": [
{
"name": "DD_API_KEY",
"value": "pub253ebc8332538a122a32893c57488a0a"
},
{
"name": "ECS_FARGATE",
"value": "true"
}
],
"image": "datadog/agent:latest",
"name": "datadog-agent"
}
],
"family": "integreat-app",
"taskRoleArn": "arn:aws:iam::679918342773:role/datomic-ddb",
"executionRoleArn": "arn:aws:iam::679918342773:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 4,
"revision": 7,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
@@ -80,5 +93,4 @@
],
"cpu": "2048",
"memory": "4096"
}
}