Skip to content

Marc Abramowitz

  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing

Tag: EC2

General

How to open a port to an EC2 instance

To open a port to an EC2 instance, do: ec2-authorize -p <port number> <security group> (from any machine with the ec2 command-line tools) If the server has iptables: sudo /sbin/iptables -A INPUT -p tcp --dport...
Marc 2011-05-172011-05-17
Theme: flowp by Alex Gurghis.
  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing