Amazon Elastic File System Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Amazon Elastic File System") |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Amazon Elastic File System#Subjects|Amazon Elastic File System]] | * [[Amazon Elastic File System#Subjects|Amazon Elastic File System]] | ||
=Mount an EFS File System on an EC2 Instance= | |||
Install 'amazon-efs-utils' package: | |||
<syntaxhighlight lang='bash'> | |||
sudo yum install -y amazon-efs-utils | |||
</syntaxhighlight> |
Revision as of 04:01, 15 June 2020
Internal
Mount an EFS File System on an EC2 Instance
Install 'amazon-efs-utils' package:
sudo yum install -y amazon-efs-utils