Skip to content

Instantly share code, notes, and snippets.

@dkeightley
Last active April 12, 2019 02:30
Show Gist options
  • Save dkeightley/cf8a917c7cf85454b3f8e2b44cb8cdf9 to your computer and use it in GitHub Desktop.
Save dkeightley/cf8a917c7cf85454b3f8e2b44cb8cdf9 to your computer and use it in GitHub Desktop.
ecs-proxyConfiguration
"proxyConfiguration": {
"type": "APPMESH",
"containerName": "envoy",
"properties": [
[...]
{
"name": "AppPorts",
"value": "80"
},
{
"name": "EgressIgnoredIPs",
"value": "169.254.170.2,169.254.169.254"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment