Listing S3 access point attachments - FSx for OpenZFS
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Listing S3 access point attachments

This section explains how to list S3 access point using the Amazon Web Services Management Console, Amazon Command Line Interface, or REST API.

  1. Open the Amazon FSx console at https://console.amazonaws.cn/fsx/.

  2. In the navigation pane on the left side of the console, choose Volumes.

  3. On the Volumes page, choose the OpenZFS volume that you want to view the access point attachments for.

  4. On the Volume details page, choose S3 - new to view a list of all the S3 access points attached to the volume.

The following describe-s3-access-point-attachments example command shows how you can use the Amazon CLI to list S3 access point attachments.

The following command lists all the S3 access points attached to volumes on the FSx for OpenZFS file system fs-0abcdef123456789.

aws fsx describe-s3-access-point-attachments --filter {[Name: file-system-id, Values:{[fs-0abcdef123456789]}}

The following command lists S3 access points attached to an FSx for OpenZFS volume vol-9abcdef123456789].

aws fsx describe-s3-access-point-attachments --filter {[Name: volume-id, Values:{[vol-9abcdef123456789]}}

For more information and examples, see list-access-points in the Amazon CLI Command Reference.