File: machine/examples/aws.md, CC @londoncalling

Hi @MikeMitterer , when I walked through this example, I never explicitly opened a port on AWS.
@nathanleclaire @shin- @dnephin can you verify this is necessary?
It seems @MikeMitterer must need this to access his app, which presumably is listening on port 8000?
Generally I'd consider it in the realm of general AWS knowledge -- but it might be good to make a generic mention about opening ports in security groups to access anything --publish-ed.
This is not really obvious. Usually AWS machines only have port 22 accessible from the outside.
If I'm new to Docker and deployed a sample app like wordpress or nginx, I'm expecting to be able to reach my app. If you don't know that you need to tweak the security group for the AWS instance, this can be hard to troubleshoot, and you might think there's something wrong with the way you deployed the app.
Ah, so, I did not realize that this was in reference to an article where we explicitly say to run a container and access it: https://docs.docker.com/machine/examples/aws/#step-3-run-docker-commands-on-the-instance
Since it is a walkthrough (I thought it was about the generic AWS reference), I'd say this is very valid feedback and should be added
@MikeMitterer This would make a good docs PR if you wanted to contribute ;)
@nathanleclaire thanks! @MikeMitterer I can either add this, or you can create a docs PR. If I don't hear from you in a day or two, I'll make the update.
If it's still available, I'll take this up for the hackathon!
@jpooler great! Please have at it!
No action for two days, so this is up for grabs!
Added to PR: https://github.com/docker/docker.github.io/pull/2913
Most helpful comment
If it's still available, I'll take this up for the hackathon!