AWS Security ChangesHomeSearch

AWS efs documentation change

Service: efs · 2025-06-07 · Documentation low

File: efs/latest/ug/api-reference.md

Summary

Updated documentation links for Amazon EFS regions and retry behavior references

Security assessment

Changes involve updating hyperlinks and anchor text for better clarity. No security-related content was added or modified beyond routine documentation improvements.

Diff

diff --git a/efs/latest/ug/api-reference.md b/efs/latest/ug/api-reference.md
index 8adb6314b..de24e70a6 100644
--- a//efs/latest/ug/api-reference.md
+++ b//efs/latest/ug/api-reference.md
@@ -35 +35 @@ For example, the Amazon EFS API endpoint for the US West (Oregon) Region is the
-For a list of AWS Regions that Amazon EFS supports (where you can create and manage file systems), see [Amazon Elastic File System ](https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticfilesystem-region) in the _AWS General Reference_.
+For a list of AWS Regions that Amazon EFS supports (where you can create and manage file systems), see [Amazon Elastic File System ](https://docs.aws.amazon.com/general/latest/gr/elasticfilesystem.html#elasticfilesystem-region) in the _AWS General Reference_.
@@ -74 +74 @@ Your application might need to retry an API request after it fails, or to proces
-When you have to poll or retry an API request, we recommend using an exponential backoff algorithm to calculate the sleep interval between API calls. The idea behind exponential backoff is to use progressively longer waits between retries for consecutive error responses. For more information, and implementation examples of this algorithm, see [Error Retries and Exponential Backoff in AWS](https://docs.aws.amazon.com/general/latest/gr/api-retries.html) in the _Amazon Web Services General Reference._
+When you have to poll or retry an API request, we recommend using an exponential backoff algorithm to calculate the sleep interval between API calls. The idea behind exponential backoff is to use progressively longer waits between retries for consecutive error responses. For more information, and implementation examples of this algorithm, see [Retry behavior](https://docs.aws.amazon.com/general/latest/gr/api-retries.html) in the _Amazon Web Services General Reference._