404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.225.254.112: ~ $
**To create an encrypted file system**

The following ``create-file-system`` example creates an encrypted file system using the default CMK. It also adds the tag ``Name=my-file-system``. ::

    aws efs create-file-system \
        --performance-mode generalPurpose \
        --throughput-mode bursting \
        --encrypted \
        --tags Key=Name,Value=my-file-system

Output::

    {
        "OwnerId": "123456789012",
        "CreationToken": "console-d7f56c5f-e433-41ca-8307-9d9c0example",
        "FileSystemId": "fs-c7a0456e",
        "FileSystemArn": "arn:aws:elasticfilesystem:us-west-2:123456789012:file-system/fs-48499b4d",
        "CreationTime": 1595286880.0,
        "LifeCycleState": "creating",
        "Name": "my-file-system",
        "NumberOfMountTargets": 0,
        "SizeInBytes": {
            "Value": 0,
            "ValueInIA": 0,
            "ValueInStandard": 0
        },
        "PerformanceMode": "generalPurpose",
        "Encrypted": true,
        "KmsKeyId": "arn:aws:kms:us-west-2:123456789012:key/a59b3472-e62c-42e4-adcf-30d92example",
        "ThroughputMode": "bursting",
        "Tags": [
            {
                "Key": "Name",
                "Value": "my-file-system"
            }
        ]
    }

For more information, see `Creating Amazon EFS file systems <https://docs.aws.amazon.com/efs/latest/ug/creating-using-create-fs.html>`__ in the *Amazon Elastic File System User Guide*.

Filemanager

Name Type Size Permission Actions
create-file-system.rst File 1.44 KB 0644
create-mount-target.rst File 931 B 0644
delete-file-system.rst File 404 B 0644
delete-mount-target.rst File 398 B 0644
describe-file-systems.rst File 1.54 KB 0644
describe-mount-targets.rst File 978 B 0644
describe-tags.rst File 674 B 0644
list-tags-for-resource.rst File 698 B 0644
tag-resource.rst File 484 B 0644
untag-resource.rst File 471 B 0644