Skip to content

Instantly share code, notes, and snippets.

@SlootSantos
Last active June 29, 2020 17:11
Show Gist options
  • Select an option

  • Save SlootSantos/5f33f4926b9a7961a8f1f3b053ca1451 to your computer and use it in GitHub Desktop.

Select an option

Save SlootSantos/5f33f4926b9a7961a8f1f3b053ca1451 to your computer and use it in GitHub Desktop.
{
"AWSEBDockerrunVersion": 2,
"containerDefinitions": [
{
"name": "APP_NAME",
"image": "ACCOUNT_ID.dkr.ecr.REGION.amazonaws.com/REGISTRY/IMG_NAME",
"essential": true,
"memory": 128,
"portMappings": [
{
"hostPort": 80,
"containerPort": 80
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment