Skip to content

Commit

Permalink
Add an example for Gateway and Interface Endpoints for ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Motlik committed Nov 4, 2019
1 parent 3415acb commit 012ec72
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions stack-sets/08-vpc/stack-set.config.yaml
Expand Up @@ -2,8 +2,19 @@ stack: vpc
stack-set: vpc
vars:
AvailabilityZones: 3
GatewayEndpoints: []
InterfaceEndpoints: []
# Example Endpoints for deploying an ECS Cluster
# GatewayEndpoints:
# - s3
# InterfaceEndpoints:
# - monitoring
# - logs
# - ecs
# - ecs-agent
# - ecs-telemetry
# - ecr.dkr
# - ecr.api
# - cloudformation
# - ssm
# AccountCIDR:
# 123456789:
# "us-east-1": 11.0.0.0/16
Expand Down

0 comments on commit 012ec72

Please sign in to comment.