Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
awsankur authored Jun 4, 2024
1 parent 57ecb06 commit a099ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.test_cases/2.nemo-launcher/EKS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ROLE_NAME=$(aws iam get-instance-profile --instance-profile-name ${INSTANCE_PROF
aws iam attach-role-policy --policy-arn ${POLICY_ARN} --role-name ${ROLE_NAME}
```

### 2.2 Create Security Grouo
### 2.2 Create Security Group

Next we can use the script below to create a security group that allows EKS nodes to access the filesystem:

Expand Down

0 comments on commit a099ba8

Please sign in to comment.