Files
ray/python/ray/autoscaler
Dmitri Gekhtman 40234ad631 [autoscaler][AWS] Make sure subnets belong to same VPC as user-specified security groups (#13558)
* initial commit

* Filter subnets by security groups' VPCs

* fix stubs

* wip

* Fix inbound rule logic. Tests WIP.

* wip

* unit test

* example yaml

* Unit test tests for bug being fixed

* Update python/ray/tests/aws/utils/constants.py

Co-authored-by: Thomas Desrosiers <681004+thomasdesr@users.noreply.github.com>

Co-authored-by: Thomas Desrosiers <681004+thomasdesr@users.noreply.github.com>
2021-01-27 17:00:52 -08:00
..

## Note on interface stability.

All the public Python methods and attributes declared in this package can be considered stable public interfaces (except for those in the _private package).

We also guarantee backwards compatibility for the cluster YAMLs.