spotty
spotty copied to clipboard
AWS: Inbound IP whitelist
New config param instances.parameters.inboundIp.
Allows users to specify an inbound IP address or range, which is then used to whitelist all ports, including 22, in the instance's security group. By default this is set to 0.0.0.0/0 and therefore not whitelisted.
Resolves #96
@apls777 Thank you for the feedback, I have made all the requested changes.