Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sagarjauhari
Last active October 27, 2020 23:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagarjauhari/099d553e0c2401116d7868ad5b737d13 to your computer and use it in GitHub Desktop.
Save sagarjauhari/099d553e0c2401116d7868ad5b737d13 to your computer and use it in GitHub Desktop.
ECS Template
[
{
"secrets": [
{
"name": "DATABASE_PASSWORD",
"valueFrom": "arn:aws:ssm:${region}:${account}:parameter/${environment}/${appName}/DATABASE_PASSWORD"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment