Skip to content
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(deadline): add security group property to ubl #396

Merged
merged 1 commit into from
Apr 19, 2021

Conversation

horsmand
Copy link
Contributor

Fixes #394

Notes

This PR adds securityGroup as a construct property on the UBL construct to be used by the ASG that gets created to host the container running the license forwarder, similarly to how we accept a securityGroup on the RenderQueue construct for the same purpose.

Testing

A unit test was added to pass a security group into the UBL constructor and confirm that the security group's ID was present in the LaunchConfiguration of the ASG that the UBL construct creates.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@ddneilson ddneilson self-requested a review April 19, 2021 17:35
Copy link
Contributor

@ddneilson ddneilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotta love the simple ones. Thanks for adding this David.

@horsmand horsmand merged commit cf44a13 into aws:mainline Apr 19, 2021
@horsmand horsmand deleted the ubl-sg branch April 19, 2021 18:05
@jusiskin jusiskin added the contribution/core This is a PR that came from AWS. label Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accept Security Group as a property on UBL construct
4 participants