@@ -28,51 +28,50 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
28
28
29
29
/**
30
30
* @public
31
- * <p>Creates a <code>Domain</code>. A domain consists of an associated
32
- * Amazon Elastic File System (EFS) volume, a list of authorized users, and a variety of security, application,
33
- * policy, and Amazon Virtual Private Cloud (VPC) configurations.
34
- * Users within a domain can share notebook files and other artifacts with each other.</p>
31
+ * <p>Creates a <code>Domain</code>. A domain consists of an associated Amazon Elastic File System volume, a list
32
+ * of authorized users, and a variety of security, application, policy, and Amazon Virtual Private Cloud (VPC)
33
+ * configurations. Users within a domain can share notebook files and other artifacts with each
34
+ * other.</p>
35
35
* <p>
36
36
* <b>EFS storage</b>
37
37
* </p>
38
38
* <p>When a domain is created, an EFS volume is created for use by all of the users within the
39
- * domain. Each user receives a private home directory within the EFS volume for notebooks,
40
- * Git repositories, and data files.</p>
41
- * <p>SageMaker uses the Amazon Web Services Key Management Service (Amazon Web Services KMS) to encrypt the EFS volume attached to the domain with
42
- * an Amazon Web Services managed key by default. For more control, you can specify a
43
- * customer managed key. For more information, see
44
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/encryption-at-rest.html">Protect Data at
45
- * Rest Using Encryption</a>.</p>
39
+ * domain. Each user receives a private home directory within the EFS volume for notebooks, Git
40
+ * repositories, and data files.</p>
41
+ * <p>SageMaker uses the Amazon Web Services Key Management Service (Amazon Web Services KMS) to
42
+ * encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by
43
+ * default. For more control, you can specify a customer managed key. For more information, see
44
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/encryption-at-rest.html">Protect Data
45
+ * at Rest Using Encryption</a>.</p>
46
46
* <p>
47
47
* <b>VPC configuration</b>
48
48
* </p>
49
- * <p>All traffic between the domain and the EFS volume is through the specified
50
- * VPC and subnets. For other traffic, you can specify the <code>AppNetworkAccessType</code>
51
- * parameter. <code>AppNetworkAccessType</code> corresponds to the network access type that you
52
- * choose when you onboard to the domain. The following options are available:</p>
49
+ * <p>All traffic between the domain and the Amazon EFS volume is through the specified VPC and
50
+ * subnets. For other traffic, you can specify the <code>AppNetworkAccessType</code> parameter.
51
+ * <code>AppNetworkAccessType</code> corresponds to the network access type that you choose
52
+ * when you onboard to the domain. The following options are available:</p>
53
53
* <ul>
54
54
* <li>
55
55
* <p>
56
56
* <code>PublicInternetOnly</code> - Non-EFS traffic goes through a VPC managed by
57
- * Amazon SageMaker, which allows internet access. This is the default value.</p>
57
+ * Amazon SageMaker, which allows internet access. This is the default value.</p>
58
58
* </li>
59
59
* <li>
60
60
* <p>
61
- * <code>VpcOnly</code> - All traffic is through the specified VPC and subnets.
62
- * Internet access is disabled by default. To allow internet access, you must specify a
63
- * NAT gateway.</p>
64
- * <p>When internet access is disabled, you won't be able to run a Amazon SageMaker Studio notebook or to
65
- * train or host models unless your VPC has an interface endpoint to the SageMaker API and runtime
66
- * or a NAT gateway and your security groups allow outbound connections.</p>
61
+ * <code>VpcOnly</code> - All traffic is through the specified VPC and subnets. Internet
62
+ * access is disabled by default. To allow internet access, you must specify a NAT
63
+ * gateway.</p>
64
+ * <p>When internet access is disabled, you won't be able to run a Amazon SageMaker Studio notebook
65
+ * or to train or host models unless your VPC has an interface endpoint to the SageMaker API and
66
+ * runtime or a NAT gateway and your security groups allow outbound connections.</p>
67
67
* </li>
68
68
* </ul>
69
69
* <important>
70
70
* <p>NFS traffic over TCP on port 2049 needs to be allowed in both inbound and outbound rules
71
- * in order to launch a Amazon SageMaker Studio app successfully.</p>
71
+ * in order to launch a Amazon SageMaker Studio app successfully.</p>
72
72
* </important>
73
- * <p>For more information, see
74
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-notebooks-and-internet-access.html">Connect
75
- * Amazon SageMaker Studio Notebooks to Resources in a VPC</a>.</p>
73
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-notebooks-and-internet-access.html">Connect Amazon SageMaker Studio
74
+ * Notebooks to Resources in a VPC</a>.</p>
76
75
* @example
77
76
* Use a bare-bones client and the command you need to make an API call.
78
77
* ```javascript
0 commit comments