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

SG Rule parameter #107

Open
Z3r0Sum opened this issue May 24, 2016 · 4 comments
Open

SG Rule parameter #107

Z3r0Sum opened this issue May 24, 2016 · 4 comments

Comments

@Z3r0Sum
Copy link
Contributor

Z3r0Sum commented May 24, 2016

It looks like there's a PR still open that is a much more robust enhancement (PR #32), but I think a hotfix is in order for being able to append SGs.

https://github.com/hudl/Tyr/blob/master/tyr/servers/server.py#L211

cc @jessehudl @citruspi - thoughts? I can craft something up.

@jessehudl
Copy link

jessehudl commented May 24, 2016

👍 Would be great since classic instances can't be changed after launching.

@citruspi
Copy link
Contributor

citruspi commented May 24, 2016

but I think a hotfix is in order for being able to append SGs.

What exactly are you looking for? To be able to have a set of "base" security group and then have additional, user-specifed security groups appended to that list?

classic instances can't be changes after launching.

In what way? The addition of security groups? That applies to all instances, not just classic ones. The primary difference between security groups on classic and VPC instances is that modifying the rules of a security group attached to a VPC instance doesn't cause network blips.

@jessehudl
Copy link

In what way? The addition of security groups? That applies to all instances, not just classic ones. The primary difference between security groups on classic and VPC instances is that modifying the rules of a security group attached to a VPC instance doesn't cause network blips.

Going by this answer here - http://serverfault.com/a/565852

this currently only applies to VPC instances. the security groups that a non-VPC instance belong to are fixed / immutable and are set when it's first launched. the only way to change them is to create a bundle from the existing instance and re-launch a new instance using the bundled ami. – ives Apr 9 '14 at 21:36

@citruspi
Copy link
Contributor

Oh damn, I wasn't aware of that. Thanks for letting me know.

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

No branches or pull requests

3 participants