AWS Security ChangesHomeSearch

AWS fsx documentation change

Service: fsx · 2025-11-19 · Documentation low

File: fsx/latest/LustreGuide/additional-info.md

Summary

Updated references from 'AWS CloudFormation' to 'CloudFormation' for consistency in terminology

Security assessment

Changes are branding/terminology updates (removing redundant 'AWS' prefix) with no security implications. No security vulnerabilities or features are mentioned.

Diff

diff --git a/fsx/latest/LustreGuide/additional-info.md b/fsx/latest/LustreGuide/additional-info.md
index c9de94047..14bbb52d9 100644
--- a//fsx/latest/LustreGuide/additional-info.md
+++ b//fsx/latest/LustreGuide/additional-info.md
@@ -49 +49 @@ This solution does the following:
-  1. The AWS CloudFormation template deploys an CloudWatch Event, a Lambda function, an Amazon SNS queue, and an IAM role. The IAM role gives the Lambda function permission to invoke the Amazon FSx for Lustre API operations.
+  1. The CloudFormation template deploys an CloudWatch Event, a Lambda function, an Amazon SNS queue, and an IAM role. The IAM role gives the Lambda function permission to invoke the Amazon FSx for Lustre API operations.
@@ -60 +60 @@ This solution does the following:
-### AWS CloudFormation template
+### CloudFormation template
@@ -62 +62 @@ This solution does the following:
-This solution uses AWS CloudFormation to automate the deployment of the Amazon FSx for Lustre custom backup scheduling solution. To use this solution, download the [fsx-scheduled-backup.template](https://s3.amazonaws.com/solution-references/fsx/backup/fsx-scheduled-backup.template) AWS CloudFormation template.
+This solution uses CloudFormation to automate the deployment of the Amazon FSx for Lustre custom backup scheduling solution. To use this solution, download the [fsx-scheduled-backup.template](https://s3.amazonaws.com/solution-references/fsx/backup/fsx-scheduled-backup.template) CloudFormation template.
@@ -74 +74 @@ Implementing this solution incurs billing for the associated AWS services. For m
-  1. Download the [fsx-scheduled-backup.template](https://s3.amazonaws.com/solution-references/fsx/backup/fsx-scheduled-backup.template) 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-scheduled-backup.template](https://s3.amazonaws.com/solution-references/fsx/backup/fsx-scheduled-backup.template) 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 _AWS CloudFormation User Guide_.
@@ -102 +102 @@ Email address | No default value | The email address to subscribe to the SNS not
-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.
@@ -106 +106 @@ 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 backups of more than one Amazon FSx for Lustre file system. The file system ID is passed to the Amazon FSx for Lustre function in the input JSON for the CloudWatch event. The default JSON passed to the Lambda function is as follows, where the values for `FileSystemId` 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 backups of more than one Amazon FSx for Lustre file system. The file system ID is passed to the Amazon FSx for Lustre function in the input JSON for the CloudWatch event. The default JSON passed to the Lambda function is as follows, where the values for `FileSystemId` and `SuccessNotification` are passed from the parameters specified when launching the CloudFormation stack.
@@ -119 +119 @@ To schedule backups for an additional Amazon FSx for Lustre file system, create
-Any additional CloudWatch Event rules you create manually aren't part of the Amazon FSx for Lustre custom scheduled backup solution AWS CloudFormation stack. Thus, they aren't removed if you delete the stack.
+Any additional CloudWatch Event rules you create manually aren't part of the Amazon FSx for Lustre custom scheduled backup solution CloudFormation stack. Thus, they aren't removed if you delete the stack.