Ask
For compliance users, customers might require customizing the ingress and egress of the EnvironmentSecurityGroup:
|
EnvironmentSecurityGroup: |
For example, folks might want to remove the
default egress rule that gets generated by CloudFormation.
Sample manifest
name: test
type: 'Environment'
security_group:
ingress:
- <config>
egress:
- <config>
Ask
For compliance users, customers might require customizing the ingress and egress of the
EnvironmentSecurityGroup:copilot-cli/internal/pkg/template/templates/environment/cf.yml
Line 138 in a28a468
For example, folks might want to remove the default egress rule that gets generated by CloudFormation.
Sample manifest