-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ecs-patterns): allow passthrough of security groups to service #10501
feat(ecs-patterns): allow passthrough of security groups to service #10501
Conversation
ff12e4a
to
a3b51e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Could you add manual test to double check if this feature works as we expect?
Thanks @iamhopaul123 - I'm not quite sure what you mean by adding a manual test? I've tested it with my own CDK projects and it works as expected. |
That's exactly what I meant. Would you mind adding security groups option to ec2 pattern as well? Otherwise it might be a bit odd to see fargate supports passthrough of SGs but ec2 doesn't... |
Sure can do, and to the other patterns too such as NLB Fargate, multiple target groups etc? |
that'll be great! thank you so much! |
I'm not hugely familiar with the non-fargate Ec2 patterns, but it seems the |
yeah that's true. But it should be already handled by ec2service so I don't think we should overkill the issue. At least we can be sure that i'll error out before deploying to the CFN. |
@iamhopaul123 if Would it be okay if I raised a separate issue for the EC2 security groups and kept this MR focused on Fargate? |
Sounds good to me! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Closes #8953
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license