Skip to content

Commit cfee823

Browse files
authored
[vpc_doc] Add link to create Security Group guide (#157)
1 parent 5377e15 commit cfee823

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/hopsworksai/aws/restrictive_permissions.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ Hopsworks.ai to only access resources in a specific VPC.
1212
To restrict Hopsworks.ai from accessing resources outside of a specific VPC, you need to create a new VPC
1313
connected to an Internet Gateway. This can be achieved in the AWS Management Console following this guide:
1414
[Create the VPC](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-getting-started.html#getting-started-create-vpc).
15-
The option VPC with a Single Public Subnet from the Launch VPC Wizard should work out of the box.
15+
The option VPC with a `Single Public Subnet` from the Launch VPC Wizard should work out of the box.
1616
Alternatively, an existing VPC such as the default VPC can be used and Hopsworks.ai will be restricted to this VPC.
1717
Note the VPC ID of the VPC you want to use for the following steps.
1818

1919
!!! note
20-
The VPC and its Network ACLs need to be configured so that at least port 80 is reachable from the internet or creating Hopsworks instances will fail when creating SSL certificates. DNS hostnames need to be enabled as well.
20+
Make sure you enable `DNS hostnames` for your VPC
21+
22+
After you have created the VPC either [Create a Security Group](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html#CreatingSecurityGroups) or use VPC's default.
23+
24+
!!! note
25+
The [Security Group](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html#AddRemoveRules) and/or [Network ACLs](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html#Rules)
26+
need to be configured so that at least port `80` is reachable from the internet otherwise creating Hopsworks instances will fail when creating SSL certificates.
2127

2228
## Step 2: Create an instance profile
2329

0 commit comments

Comments
 (0)