aws / copilot-cli

The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on AWS App Runner or Amazon ECS on AWS Fargate.
https://aws.github.io/copilot-cli/
Apache License 2.0
3.52k stars 417 forks source link

Lambda Observability #1635

Open elgohr opened 4 years ago

elgohr commented 4 years ago

At the moment Copilot creates Lambdas outside of a VPC (https://github.com/aws/copilot-cli/blob/mainline/templates/environment/partials/lambdas.yml). In this way internet traffic can't be limited.

To avoid and react on unwanted behaviour, it would be good to put the Lambdas into a VPC (maybe even inside https://github.com/aws/copilot-cli/blob/mainline/templates/environment/partials/vpc-resources.yml).

Would this be welcome?

efekarakus commented 4 years ago

Thanks for reaching out! That makes sense to me :) we'd need to experiment with the request, in the mean time we'll keep the issue open.