AWS fsx documentation change
Summary
Updated terminology from 'AWS CloudFormation' to 'CloudFormation' throughout the document, including section headers, descriptions, and references to console/stack operations.
Security assessment
Changes are purely branding/nomenclature updates without any security context. No vulnerabilities, security features, or access controls were modified or documented. The snapshot scheduling functionality remains unchanged.
Diff
diff --git a/fsx/latest/OpenZFSGuide/custom-snapshot-schedule.md b/fsx/latest/OpenZFSGuide/custom-snapshot-schedule.md index e353e587a..1d5c63bc3 100644 --- a//fsx/latest/OpenZFSGuide/custom-snapshot-schedule.md +++ b//fsx/latest/OpenZFSGuide/custom-snapshot-schedule.md @@ -5 +5 @@ -Architecture overviewAWS CloudFormation templateAutomated deploymentAdditional options +Architecture overviewCloudFormation templateAutomated deploymentAdditional options @@ -17 +17 @@ Deploying this solution builds the following resources in the AWS Cloud: - + @@ -21 +21 @@ The diagram illustrates the following custom snapshot schedule workflow: - 1. The solution AWS CloudFormation template deploys an CloudWatch Event, an AWS Lambda function, an Amazon Simple Notification Service (Amazon SNS) queue, and an IAM role. The IAM role gives the Lambda function permission to invoke the necessary Amazon FSx API operations. + 1. The solution CloudFormation template deploys an CloudWatch Event, an AWS Lambda function, an Amazon Simple Notification Service (Amazon SNS) queue, and an IAM role. The IAM role gives the Lambda function permission to invoke the necessary Amazon FSx API operations. @@ -34 +34 @@ The diagram illustrates the following custom snapshot schedule workflow: -The following permissions are required to use the custom snapshot schedule AWS CloudFormation template: +The following permissions are required to use the custom snapshot schedule CloudFormation template: @@ -53 +53 @@ The following permissions are required to use the custom snapshot schedule AWS C -## AWS CloudFormation template +## CloudFormation template @@ -55 +55 @@ The following permissions are required to use the custom snapshot schedule AWS C -This solution uses AWS CloudFormation to automate the deployment of the Amazon FSx custom snapshot scheduling solution. To use this solution, download the [fsx-openzfs-scheduled-snapshot.template](https://solution-references.s3.amazonaws.com/fsx/snapshot/fsx-openzfs-scheduled-snapshot.yaml) AWS CloudFormation template. +This solution uses CloudFormation to automate the deployment of the Amazon FSx custom snapshot scheduling solution. To use this solution, download the [fsx-openzfs-scheduled-snapshot.template](https://solution-references.s3.amazonaws.com/fsx/snapshot/fsx-openzfs-scheduled-snapshot.yaml) CloudFormation template. @@ -67 +67 @@ Implementing this solution incurs billing for the associated AWS services. For m - 1. Download the [fsx-openzfs-scheduled-snapshot.template](https://solution-references.s3.amazonaws.com/fsx/snapshot/fsx-openzfs-scheduled-snapshot.yaml) AWS CloudFormation template. For more information on creating an AWS CloudFormation stack, see [Creating a stack on the AWS CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-create-stack.html) in the _AWS CloudFormation User Guide_. + 1. Download the [fsx-openzfs-scheduled-snapshot.template](https://solution-references.s3.amazonaws.com/fsx/snapshot/fsx-openzfs-scheduled-snapshot.yaml) CloudFormation template. For more information on creating an CloudFormation stack, see [Creating a stack on the AWS CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-create-stack.html) in the _CloudFormation User Guide_. @@ -95 +95 @@ Email address | No default value | The email address to use in subscribing to th -You can view the status of the stack in the AWS CloudFormation console in the **Status** column. You should see a status of **CREATE_COMPLETE** in about five minutes. +You can view the status of the stack in the CloudFormation console in the **Status** column. You should see a status of **CREATE_COMPLETE** in about five minutes. @@ -99 +99 @@ You can view the status of the stack in the AWS CloudFormation console in the ** -You can use the Lambda function created by this solution to perform custom scheduled snapshots of more than one FSx for OpenZFS volume. The volume ID is passed to the Amazon FSx function in the input JSON for the CloudWatch event. The default JSON passed to the Lambda function is as follows, where the values for `VolumeId` and `SuccessNotification` are passed from the parameters specified when launching the AWS CloudFormation stack. +You can use the Lambda function created by this solution to perform custom scheduled snapshots of more than one FSx for OpenZFS volume. The volume ID is passed to the Amazon FSx function in the input JSON for the CloudWatch event. The default JSON passed to the Lambda function is as follows, where the values for `VolumeId` and `SuccessNotification` are passed from the parameters specified when launching the CloudFormation stack. @@ -112 +112 @@ To schedule snapshots for an additional FSx for OpenZFS volume, create another C -Any additional CloudWatch Event rules you create manually aren't part of the AWS CloudFormation stack for the Amazon FSx custom scheduled snapshot solution. Thus, they aren't removed if you delete the stack. +Any additional CloudWatch Event rules you create manually aren't part of the CloudFormation stack for the Amazon FSx custom scheduled snapshot solution. Thus, they aren't removed if you delete the stack.