Open toshitanian opened 2 years ago
Hello @toshitanian. The request makes sense to me. We have very similar field for Load Balanced Web Service. It seems like we just need to create its counterpart for Request-Driven Web Service as well.
@iamhopaul123 Sounds good! Hope it will be get available 👍
In network section of Request-Driven Web Service, we can enable VPC connection of App Runner. It adds App Runner service's security group by default as the cfn configuration as below. This is enough in most cases but I want to add extra security group to the network.
The security group is copilot's environment wise security group
${App}-${Env}-EnvironmentSecurityGroup
. It's nice if we can add extra security group in the network section. Below is just one idea.