Skip to content

Instantly share code, notes, and snippets.

@jg75
Created January 7, 2019 20:08
Show Gist options
  • Save jg75/404c2ec58afe361bf11c5ff98f99d56b to your computer and use it in GitHub Desktop.
Save jg75/404c2ec58afe361bf11c5ff98f99d56b to your computer and use it in GitHub Desktop.
UserData for ECS Agent on EC2 instances
#!/bin/bash
echo ECS_CLUSTER=My-Cluster >> /etc/ecs/ecs.config
echo ECS_BACKEND_HOST= >> /etc/ecs/ecs.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment