Bootstrap FreeKB - Amazon Web Services (AWS) - List Elastic File Systems (EFS) Access Points using the AWS CLI
Amazon Web Services (AWS) - List Elastic File Systems (EFS) Access Points using the AWS CLI

Updated:   |  Amazon Web Services (AWS) articles

The aws efs describe-access-points command can be used to list your Elastic File System (EFS) Access Points.

~]# aws efs describe-access-points
{
    "AccessPoints": [
        {
            "ClientToken": "006A893D-B549-487C-9CBB-843DEE9D2DCC",
            "Name": "EFS Access Point",
            "Tags": [
                {
                    "Key": "Name",
                    "Value": "EFS Access Point"
                },
                {
                    "Key": "Role",
                    "Value": "EFS Access Point"
                }
            ],
            "AccessPointId": "fsap-05046c078d7543b8d",
            "AccessPointArn": "arn:aws:elasticfilesystem:us-east-1:123456789012:access-point/fsap-05046c078d7543b8d",
            "FileSystemId": "fs-0d1500aa4f4b50839",
            "RootDirectory": {
                "Path": "/"
            },
            "OwnerId": "123456789012",
            "LifeCycleState": "available"
        },
        {
            "ClientToken": "72E6EE1F-96D2-47E7-92B6-379B8258D040",
            "Name": "vault Access Point",
            "Tags": [
                {
                    "Key": "Name",
                    "Value": "foo Access Point"
                },
                {
                    "Key": "Role",
                    "Value": "foo Access Point"
                }
            ],
            "AccessPointId": "fsap-0b1e78c83d3f6ff17",
            "AccessPointArn": "arn:aws:elasticfilesystem:us-east-1:123456789012:access-point/fsap-0b1e78c83d3f6ff17",
            "FileSystemId": "fs-0d1500aa4f4b50839",
            "RootDirectory": {
                "Path": "/foo"
            },
            "OwnerId": "123456789012",
            "LifeCycleState": "available"
        }
    ]
}

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 0bc0be in the box below so that we can be sure you are a human.