Skip to content

Instantly share code, notes, and snippets.

@vthub
Created January 4, 2020 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vthub/8491a69c4f5f1eb0b3cff9e6678a7cc2 to your computer and use it in GitHub Desktop.
Save vthub/8491a69c4f5f1eb0b3cff9e6678a7cc2 to your computer and use it in GitHub Desktop.
[
{
"name": "${definition_name}",
"image": "${image_tag}",
"cpu": 64,
"memory": 256,
"memoryReservation": 128,
"essential": true,
"logConfiguration": {
"logDriver": "awslogs",
"Options": {
"awslogs-region": "${region}",
"awslogs-group": "${log_group}",
"awslogs-stream-prefix": "${definition_name}"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment