Describe the feature
There is already an allowAllOutbound option. It confused my that this did not actually allow all outbound (only all IPv4 outbound), given that there was no corresponding IPv6 option. I think adding the option would make this more clear. It would also mirror the options on security group props.
Use Case
It's nice to be able to define a lambda function without explicitly setting up security groups. This option would allow me to do this when I need to allow outbound IPv6 traffic.
Proposed Solution
It looks like we'd just need to pipe this option through to the security group that gets created (it's already an option on security groups).
Other Information
No response
Acknowledgements
CDK version used
3.616
Environment details (OS name and version, etc.)
Ubuntu 22.04.4
Describe the feature
There is already an
allowAllOutboundoption. It confused my that this did not actually allow all outbound (only all IPv4 outbound), given that there was no corresponding IPv6 option. I think adding the option would make this more clear. It would also mirror the options on security group props.Use Case
It's nice to be able to define a lambda function without explicitly setting up security groups. This option would allow me to do this when I need to allow outbound IPv6 traffic.
Proposed Solution
It looks like we'd just need to pipe this option through to the security group that gets created (it's already an option on security groups).
Other Information
No response
Acknowledgements
CDK version used
3.616
Environment details (OS name and version, etc.)
Ubuntu 22.04.4