Created
January 11, 2017 16:37
-
-
Save mince27/188872eae1a165b3ba647d74a6fa407c to your computer and use it in GitHub Desktop.
AWS Lightsail open port
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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