Skip to content

Instantly share code, notes, and snippets.

@mince27
Created January 11, 2017 16:37
Show Gist options
  • Save mince27/188872eae1a165b3ba647d74a6fa407c to your computer and use it in GitHub Desktop.
Save mince27/188872eae1a165b3ba647d74a6fa407c to your computer and use it in GitHub Desktop.
AWS Lightsail open port
aws lightsail open-instance-public-ports \
--instance-name 'LightsailDemo' \
--port-info fromPort='3030',toPort='3030',protocol='tcp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment