AWS efs documentation change
Summary
Updated multiple API reference links from relative paths to absolute URLs
Security assessment
Changes are link formatting improvements only. No security content modifications or vulnerability fixes.
Diff
diff --git a/efs/latest/ug/creating-using-create-fs.md b/efs/latest/ug/creating-using-create-fs.md index 85b4e868f..606833d9c 100644 --- a//efs/latest/ug/creating-using-create-fs.md +++ b//efs/latest/ug/creating-using-create-fs.md @@ -71 +71 @@ For more information about file system types, see [Availability and durability o -When you create a file system by using the AWS CLI, Amazon EFS API, or AWS SDKs, you cannot set a lifecycle policy at the same time. You must wait until the file system is created, and then use the [PutLifecycleConfiguration](./API_PutLifecycleConfiguration.html) API operation to update the lifecycle policy. For more information about lifecycle management, see [Managing storage lifecycle](./lifecycle-management-efs.html). +When you create a file system by using the AWS CLI, Amazon EFS API, or AWS SDKs, you cannot set a lifecycle policy at the same time. You must wait until the file system is created, and then use the [PutLifecycleConfiguration](https://docs.aws.amazon.com/efs/latest/APIReference/API_PutLifecycleConfiguration.html) API operation to update the lifecycle policy. For more information about lifecycle management, see [Managing storage lifecycle](./lifecycle-management-efs.html). @@ -101 +101 @@ The IP address type must match the IP type of the subnet. Additionally, the IP a -When you create a file system by using the AWS CLI, Amazon EFS API, or AWS SDKs, you cannot create a mount target at the same time. You must wait until the file system is created, and then use the [CreateMountTarget](./API_CreateMountTarget.html) API operation to create the mount targets. For more information about mount targets, see [Managing mount targets](./accessing-fs.html). +When you create a file system by using the AWS CLI, Amazon EFS API, or AWS SDKs, you cannot create a mount target at the same time. You must wait until the file system is created, and then use the [CreateMountTarget](https://docs.aws.amazon.com/efs/latest/APIReference/API_CreateMountTarget.html) API operation to create the mount targets. For more information about mount targets, see [Managing mount targets](./accessing-fs.html). @@ -275 +275 @@ The following examples use `adminuser` for the `--profile` parameter values. You - * To create an encrypted file system with automatic backups enabled, use the Amazon EFS `create-file-system` CLI command (the corresponding operation is [CreateFileSystem](./API_CreateFileSystem.html)), as shown following. + * To create an encrypted file system with automatic backups enabled, use the Amazon EFS `create-file-system` CLI command (the corresponding operation is [CreateFileSystem](https://docs.aws.amazon.com/efs/latest/APIReference/API_CreateFileSystem.html)), as shown following. @@ -368 +368 @@ After successfully creating the file system, Amazon EFS returns the file system -Amazon EFS also provides the `describe-file-systems` CLI command (the corresponding API operation is [DescribeFileSystems](./API_DescribeFileSystems.html)), which you can use to retrieve a list of file systems in your account, as shown following. +Amazon EFS also provides the `describe-file-systems` CLI command (the corresponding API operation is [DescribeFileSystems](https://docs.aws.amazon.com/efs/latest/APIReference/API_DescribeFileSystems.html)), which you can use to retrieve a list of file systems in your account, as shown following.