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

Unique SSH security groups #80

Merged
merged 4 commits into from
Jun 24, 2022
Merged

Conversation

GavinBurris42
Copy link
Contributor

@GavinBurris42 GavinBurris42 commented Jun 23, 2022

Issue #, if available: #78

Description of changes: Fixed bug where SSH security group used static group name, causing errors when creating multiple ssh security groups. Set limit of 5 on how many security groups can be added to a VPC in order to avoid an error.

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

Security Group Name Before: simple-ec2 SSH
Security Group Name After: simple-ec2 SSH-d5d9c678-7afb-4fb8-b734-d8bef1c4216d

@GavinBurris42 GavinBurris42 requested a review from snay2 June 23, 2022 20:38
@GavinBurris42 GavinBurris42 requested a review from a team as a code owner June 23, 2022 20:38
@snay2
Copy link
Contributor

snay2 commented Jun 23, 2022

Can you update the description with a before/after example? I want to verify that appending a raw UUID will satisfy the naming requirements Bryan described.

Burris added 2 commits June 24, 2022 11:54
…rder to avoid an error. Also removed the ability to add all SGs at once to also avoid this error.
Copy link
Contributor

@snay2 snay2 left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants