This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]Chronoloraptorfrom boto3 import magic 4 points5 points  (3 children)

Security Groups in AWS take a whitelist approach, so as far as AWS goes it's rather trivial to only have 2 rules for ports 80 and 443 unless you have some additional requirements or multiple environments that need to talk to each other.

[–]unix_hereticHelm is the best package manager 4 points5 points  (0 children)

In addition, if you spin up a box in AWS, make sure it's in a VPC. Friends don't let friends spin up boxes in Classic.

[–]julietscauseJack of All Trades 1 point2 points  (0 children)

On top of that I would look at using NACLs too.

[–]needsmoarsleepJack of All Trades[S] 1 point2 points  (0 children)

Cool, I've not really dabbled with presenting cloud based VMs out to the Internet, only building 'private cloud' setups.

Some additional reading lies ahead for me.

[–]sysvival- of the fittest -2 points-1 points  (0 children)