josmo / drone-ecs

Drone plugin for triggering Amazon EC2 Container Service (ECS) deployments
Apache License 2.0
30 stars 41 forks source link

Add support for setting Fargate network configuration #34

Closed jrasell closed 5 years ago

jrasell commented 5 years ago

When deploying to Fargate you can supply networking configuration to dictate the subnets and security groups used by the tasks. If this is not supplied the defaults are used, which works but is not ideal. It would therefore be advantageous to add support for supplying network configuration when deploying to ECS.