AWS fsx documentation change
Summary
Added note about MISCONFIGURED state behavior for S3 access points
Security assessment
Clarifies operational behavior during configuration issues without security implications
Diff
diff --git a/fsx/latest/ONTAPGuide/create-access-points.md b/fsx/latest/ONTAPGuide/create-access-points.md index 8e17f24bb..92317ee37 100644 --- a//fsx/latest/ONTAPGuide/create-access-points.md +++ b//fsx/latest/ONTAPGuide/create-access-points.md @@ -96,0 +97,4 @@ For a successful request, the system responds by returning the new S3 access poi +###### Note + +After an S3 access point is created and in the `AVAILABLE` state, it can transition to `MISCONFIGURED` if the file system identity associated with the access point can no longer be resolved on the file system, or if the attached volume becomes offline or unmounted. Amazon FSx periodically checks for these conditions and automatically returns the access point to `AVAILABLE` when the underlying issue is resolved. While in the `MISCONFIGURED` state, S3 requests made through the access point may fail. For more information, see [S3 access point is in MISCONFIGURED state](./troubleshooting-access-points-for-fsxn.html#misconfigured-access-point). +