Skip to content

Instantly share code, notes, and snippets.

View kyleishie's full-sized avatar

Kyle Ishie kyleishie

View GitHub Profile
@kyleishie
kyleishie / ecs_elasticsearch_task_definition.json
Created November 5, 2019 17:34 — forked from HarshadRanganathan/ecs_elasticsearch_task_definition.json
AWS ECS ElasticSearch Task Definition Template
{
"ipcMode": null,
"executionRoleArn": null,
"containerDefinitions": [
{
"dnsSearchDomains": null,
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/aws/ecs",