Skip to content

Instantly share code, notes, and snippets.

@bdpiprava
Last active July 25, 2018 05:22
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 bdpiprava/048aa09f7afd637330f52265ebd69f9d to your computer and use it in GitHub Desktop.
Save bdpiprava/048aa09f7afd637330f52265ebd69f9d to your computer and use it in GitHub Desktop.
{
"DryRun": false,
"ImageId": "ami-d781d4a8",
"MinCount": 1,
"MaxCount": 1,
"UserData": "<powershell>\n Import-Module ECSTools \n Initialize-ECSAgent -Cluster 'GoCD' -EnableTaskIAMRole \n </powershell>",
"InstanceType": "m5.large",
"IamInstanceProfile": {
"Name": "ecsInstanceRole"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment