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

add support to create asingle security group using a port range #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

craiglink
Copy link

Creating multiple security groups for HTTP and HTTPS use 2 of the 5 available security groups on EC2 resources. This pull requests adds the ability to use a single SG again by opening a port range from 80-443. Yes, this opens more ports than necessary, but it is listing CloudFront IP addresses, so we're narrowing the scope to those IPs. This is especially useful for placement on Load Balancers which also only listen on the listener ports, reducing the risk of openning the ports between 80 and 443.

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.

1 participant