feat(ec2): add addSecurityGroup method to launth template by kuredev · Pull Request #25697 · aws/aws-cdk
LaunchTemplateProps is able to process a single securityGroup. Currently we are required to use connections when we wanted to use multiple security groups. #18712 (comment) I implemented addSecurit...