Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 837 Bytes

03-security-groups.md

File metadata and controls

20 lines (13 loc) · 837 Bytes
title date weight tags
c. Security Groups
2022-08-18
40
Ray
Security Groups

The default security group in a VPC does not have ssh permission which is needed by the head node to connect to the worker nodes. Also, also need a security group with permissions to mount FSx filesystem. It is straight forward to create security groups from the AWS EC2 console.

Create a security group with the following inbound rules and call it ray-cluster-sg:

ray-cluster-sg-inbound-rules

Leave the outbound rules as default.

Next, create a security group for FSxL with the following inbound/outbound rules and call it ray-fsx-sg:

ray-fsx-sg-inbound-rules

Again, leave the outbound rules as default.