Skip to content

Allow customizing the EnvironmentSecurityGroup with the environment manifest #3719

@efekarakus

Description

@efekarakus

Ask

For compliance users, customers might require customizing the ingress and egress of the 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>

Metadata

Metadata

Assignees

Labels

area/envIssues about environments.area/manifestIssues about infrastructure-as-code templates.type/featureIssues that are new feature requests.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions