Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Feature request: create a "vagrant" security group if none is specified #95

Open
mdub opened this issue Jun 14, 2013 · 4 comments
Open

Comments

@mdub
Copy link

mdub commented Jun 14, 2013

The default security group won't necessarily allow SSH access. vagrant-aws could/should create it's own security group allowing inbound SSH connections.

@tralamazza
Copy link
Collaborator

Should vagrant-aws modify the default security group or create a new one? and if it creates, with what name? It would have to be an unique one.

@deinspanjer
Copy link

I ran into this. I'd suggest using "vagrant" if it exists and creating it with ssh inbound only if it doesn't already exist.

@tralamazza
Copy link
Collaborator

I'm marking this as enhancement, but it should be implemented as an option, not the default behavior.

@tralamazza
Copy link
Collaborator

For now I'll test if any security group allows incoming TCP 22 d87df07 and print a warning (the test is not perfect yet).

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

No branches or pull requests

3 participants