spotty-cloud / spotty

Training deep learning models on AWS and GCP instances
https://spotty.cloud
MIT License
491 stars 43 forks source link

AWS: Inbound IP whitelist #97

Open mattlbeck opened 3 years ago

mattlbeck commented 3 years ago

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

mattlbeck commented 3 years ago

@apls777 Thank you for the feedback, I have made all the requested changes.