Deleting an S3 access point attachment
This section explains how to delete S3 access points using the Amazon Web Services Management Console, Amazon Command Line Interface, or REST API.
The fsx:DetatchAndDeleteS3AccessPoint
and s3control:DeleteAccessPoint
permissions are
required to delete an S3 access point attachment.
Open the Amazon FSx console at https://console.amazonaws.cn/fsx/
. Navigate to the volume that the S3 access point attachment that you want to delete is attached to.
Choose S3 - new to display the list of S3 access points attached to the volume.
Select the S3 access point attachment that you want to delete.
Choose Delete.
Confirm that you want to delete the S3 access point, and choose Delete.
To delete an S3 access point attachments, use the detach-and-delete-s3-access-point CLI command (or the equivalent DetachAndDeleteS3AccessPoint API operation), as shown in the following example. Use the
--name
property to specify the name of the S3 access point attachment that you want to delete.aws fsx detach-and-delete-s3-access-point \ --region
us-east-1
\ --namemy-openzfs-ap