You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-efs/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,12 @@ AWS SDK for JavaScript EFS Client for Node.js, Browser and React Native.
9
9
<fullname>Amazon Elastic File System</fullname>
10
10
11
11
<p>Amazon Elastic File System (Amazon EFS) provides simple, scalable file storage for
12
-
use with Amazon EC2 Linux and Mac instances in the Amazon Web Services Cloud. With Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you add and
13
-
remove files, so that your applications have the storage they need, when they need it. For
14
-
more information, see the <ahref="https://docs.aws.amazon.com/efs/latest/ug/api-reference.html">Amazon Elastic File System API Reference</a> and the <ahref="https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html">Amazon Elastic File System User Guide</a>.</p>
12
+
use with Amazon EC2 Linux and Mac instances in the Amazon Web Services Cloud. With
13
+
Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you
14
+
add and remove files, so that your applications have the storage they need, when they need it.
15
+
For more information, see the <ahref="https://docs.aws.amazon.com/efs/latest/ug/api-reference.html">Amazon Elastic File System API Reference</a> and
16
+
the <ahref="https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html">Amazon Elastic File System
Copy file name to clipboardExpand all lines: clients/client-efs/src/EFS.ts
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -685,9 +685,12 @@ export interface EFS {
685
685
/**
686
686
* <fullname>Amazon Elastic File System</fullname>
687
687
* <p>Amazon Elastic File System (Amazon EFS) provides simple, scalable file storage for
688
-
* use with Amazon EC2 Linux and Mac instances in the Amazon Web Services Cloud. With Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you add and
689
-
* remove files, so that your applications have the storage they need, when they need it. For
690
-
* more information, see the <a href="https://docs.aws.amazon.com/efs/latest/ug/api-reference.html">Amazon Elastic File System API Reference</a> and the <a href="https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html">Amazon Elastic File System User Guide</a>.</p>
688
+
* use with Amazon EC2 Linux and Mac instances in the Amazon Web Services Cloud. With
689
+
* Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you
690
+
* add and remove files, so that your applications have the storage they need, when they need it.
691
+
* For more information, see the <a href="https://docs.aws.amazon.com/efs/latest/ug/api-reference.html">Amazon Elastic File System API Reference</a> and
692
+
* the <a href="https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html">Amazon Elastic File System
* <p>Amazon Elastic File System (Amazon EFS) provides simple, scalable file storage for
417
-
* use with Amazon EC2 Linux and Mac instances in the Amazon Web Services Cloud. With Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you add and
418
-
* remove files, so that your applications have the storage they need, when they need it. For
419
-
* more information, see the <a href="https://docs.aws.amazon.com/efs/latest/ug/api-reference.html">Amazon Elastic File System API Reference</a> and the <a href="https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html">Amazon Elastic File System User Guide</a>.</p>
417
+
* use with Amazon EC2 Linux and Mac instances in the Amazon Web Services Cloud. With
418
+
* Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you
419
+
* add and remove files, so that your applications have the storage they need, when they need it.
420
+
* For more information, see the <a href="https://docs.aws.amazon.com/efs/latest/ug/api-reference.html">Amazon Elastic File System API Reference</a> and
421
+
* the <a href="https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html">Amazon Elastic File System
* <p>After the file system is fully created, Amazon EFS sets its lifecycle state to
78
78
* <code>available</code>, at which point you can create one or more mount targets for the file
79
-
* system in your VPC. For more information, see <a>CreateMountTarget</a>. You mount your Amazon EFS file system on an EC2 instances in
80
-
* your VPC by using the mount target. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html">Amazon EFS: How it Works</a>. </p>
79
+
* system in your VPC. For more information, see <a>CreateMountTarget</a>. You mount
80
+
* your Amazon EFS file system on an EC2 instances in your VPC by using the mount
81
+
* target. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html">Amazon EFS: How it Works</a>. </p>
* <p>Creates a mount target for a file system. You can then mount the file system on EC2
32
32
* instances by using the mount target.</p>
33
-
* <p>You can create one mount target in each Availability Zone in your VPC. All EC2
34
-
* instances in a VPC within a given Availability Zone share a single mount target for a given
35
-
* file system. If you have multiple subnets in an Availability Zone, you create a mount target
36
-
* in one of the subnets. EC2 instances do not need to be in the same subnet as the mount target
37
-
* in order to access their file system.</p>
38
-
* <p>You can create only one mount target for a One Zone file system.
39
-
* You must create that mount target in the same Availability Zone in which the file system is
40
-
* located. Use the <code>AvailabilityZoneName</code> and <code>AvailabiltyZoneId</code>
41
-
* properties in the <a>DescribeFileSystems</a> response object to get this
42
-
* information. Use the <code>subnetId</code> associated with the file system's Availability Zone
43
-
* when creating the mount target.</p>
33
+
* <p>You can create one mount target in each Availability Zone in your VPC. All EC2 instances
34
+
* in a VPC within a given Availability Zone share a single mount target for a given file system. If
35
+
* you have multiple subnets in an Availability Zone, you create a mount target in one of the subnets.
36
+
* EC2 instances do not need to be in the same subnet as the mount target in order to
37
+
* access their file system.</p>
38
+
* <p>You can create only one mount target for a One Zone file system. You must
39
+
* create that mount target in the same Availability Zone in which the file system is located. Use the
40
+
* <code>AvailabilityZoneName</code> and <code>AvailabiltyZoneId</code> properties in the <a>DescribeFileSystems</a> response object to get this information. Use the
41
+
* <code>subnetId</code> associated with the file system's Availability Zone when creating the mount
42
+
* target.</p>
44
43
* <p>For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html">Amazon EFS: How it Works</a>. </p>
45
44
* <p>To create a mount target for a file system, the file system's lifecycle state must be
46
45
* <code>available</code>. For more information, see <a>DescribeFileSystems</a>.</p>
* the mount target creation status by calling the <a>DescribeMountTargets</a> operation, which among other things returns the mount
135
135
* target state.</p>
136
136
* </note>
137
-
* <p>We recommend that you create a mount target in each of the Availability Zones. There
138
-
* are cost considerations for using a file system in an Availability Zone through a mount target
139
-
* created in another Availability Zone. For more information, see <a href="http://aws.amazon.com/efs/">Amazon EFS</a>. In addition, by always using a mount target local to the
140
-
* instance's Availability Zone, you eliminate a partial failure scenario. If the
141
-
* Availability Zone in which your mount target is created goes down, then you can't access
142
-
* your file system through that mount target. </p>
137
+
* <p>We recommend that you create a mount target in each of the Availability Zones. There are cost
138
+
* considerations for using a file system in an Availability Zone through a mount target created in
139
+
* another Availability Zone. For more information, see <a href="http://aws.amazon.com/efs/pricing/">Amazon EFS pricing</a>. In addition, by always using a mount target local to the
140
+
* instance's Availability Zone, you eliminate a partial failure scenario. If the Availability Zone in
141
+
* which your mount target is created goes down, then you can't access your file system
142
+
* through that mount target. </p>
143
143
* <p>This operation requires permissions for the following action on the file
* <p>The calling account has reached the limit for elastic network interfaces for the
237
240
* specific Amazon Web Services Region. Either delete some network interfaces or request
238
-
* that the account quota be raised. For more information, see <a href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Appendix_Limits.html">Amazon VPC Quotas</a>
241
+
* that the account quota be raised. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon VPC Quotas</a>
239
242
* in the <i>Amazon VPC User Guide</i> (see the <b>Network
240
243
* interfaces per Region</b> entry in the <b>Network
* <p>Returned if the size of <code>SecurityGroups</code> specified in the request is
249
-
* greater than five.</p>
251
+
* <p>Returned if the number of <code>SecurityGroups</code> specified in the request is
252
+
* greater than the limit, which is based on account quota. Either delete some security groups
253
+
* or request that the account quota be raised. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon VPC Quotas</a>
254
+
* in the <i>Amazon VPC User Guide</i> (see the <b>Security Groups</b>
0 commit comments