DevopsArtFactory / goployer

AWS Deployer with Go
https://goployer.dev
Apache License 2.0
72 stars 13 forks source link

Private Subnet Selection #133

Closed GwonsooLee closed 1 year ago

GwonsooLee commented 3 years ago

Currently goployer select subnets with name prefix. If use_public_subnets is true, then it selects subnets with prefix public, otherwise 'private'.

This is name dependent so that users cannot select subnets to use per application.

Adding subnets option in manifest file like serverless manifest file can be helpful