AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

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

File: AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.md

Summary

Updated references from 'AWS CloudFormation' to 'CloudFormation' throughout the document for consistency in terminology

Security assessment

The changes are purely branding/terminology updates (removing redundant 'AWS' from CloudFormation references). No security controls, vulnerabilities, or security features were added/modified. Existing security warnings (e.g., about SSH access with 0.0.0.0/0) remain unchanged.

Diff

diff --git a/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.md b/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.md
index 961263168..dab23b71c 100644
--- a//AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.md
+++ b//AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.md
@@ -5 +5 @@
-PrerequisitesCreate an EC2 instanceCreate a MySQL DB instance(Optional) Create VPC, EC2 instance, and MySQL instance using AWS CloudFormationConnect to a MySQL DB instanceDelete the EC2 instance and DB instance(Optional) Delete the EC2 instance and DB instance created with CloudFormation(Optional) Connect your DB instance to a Lambda function
+PrerequisitesCreate an EC2 instanceCreate a MySQL DB instance(Optional) Create VPC, EC2 instance, and MySQL instance using CloudFormationConnect to a MySQL DB instanceDelete the EC2 instance and DB instance(Optional) Delete the EC2 instance and DB instance created with CloudFormation(Optional) Connect your DB instance to a Lambda function
@@ -25 +25 @@ This tutorial allows you to create your resources by using one of the following
-  2. Use AWS CloudFormation to create the database instance and EC2 instance ‐ (Optional) Create VPC, EC2 instance, and MySQL instance using AWS CloudFormation
+  2. Use CloudFormation to create the database instance and EC2 instance ‐ (Optional) Create VPC, EC2 instance, and MySQL instance using CloudFormation
@@ -42 +42 @@ When you use **Standard create** instead, you can specify more configuration opt
-  * (Optional) Create VPC, EC2 instance, and MySQL instance using AWS CloudFormation
+  * (Optional) Create VPC, EC2 instance, and MySQL instance using CloudFormation
@@ -208 +208 @@ When the status changes to **Available** , you can connect to the DB instance. D
-## (Optional) Create VPC, EC2 instance, and MySQL instance using AWS CloudFormation
+## (Optional) Create VPC, EC2 instance, and MySQL instance using CloudFormation
@@ -210 +210 @@ When the status changes to **Available** , you can connect to the DB instance. D
-Instead of using the console to create your VPC, EC2 instance, and MySQL instance, you can use AWS CloudFormation to provision AWS resources by treating infrastructure as code. To help you organize your AWS resources into smaller and more manageable units, you can use the AWS CloudFormation nested stack functionality. For more information, see [ Creating a stack on the AWS CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-create-stack.html) and [Working with nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html). 
+Instead of using the console to create your VPC, EC2 instance, and MySQL instance, you can use CloudFormation to provision AWS resources by treating infrastructure as code. To help you organize your AWS resources into smaller and more manageable units, you can use the CloudFormation nested stack functionality. For more information, see [ Creating a stack on the CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-create-stack.html) and [Working with nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html). 
@@ -214 +214 @@ Instead of using the console to create your VPC, EC2 instance, and MySQL instanc
-AWS CloudFormation is free, but the resources that CloudFormation creates are live. You incur the standard usage fees for these resources until you terminate them. For more information, see [RDS for MySQL pricing](https://aws.amazon.com/rds/mysql/pricing).
+CloudFormation is free, but the resources that CloudFormation creates are live. You incur the standard usage fees for these resources until you terminate them. For more information, see [RDS for MySQL pricing](https://aws.amazon.com/rds/mysql/pricing).
@@ -216 +216 @@ AWS CloudFormation is free, but the resources that CloudFormation creates are li
-To create your resources using the AWS CloudFormation console, complete the following steps:
+To create your resources using the CloudFormation console, complete the following steps:
@@ -239 +239 @@ Before starting this process, make sure you have a Key pair for an EC2 instance
-When you use the AWS CloudFormation template, you must select the correct parameters to make sure your resources are created properly. Follow the steps below:
+When you use the CloudFormation template, you must select the correct parameters to make sure your resources are created properly. Follow the steps below:
@@ -241 +241 @@ When you use the AWS CloudFormation template, you must select the correct parame
-  1. Sign in to the AWS Management Console and open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
+  1. Sign in to the AWS Management Console and open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
@@ -284 +284 @@ If you use `0.0.0.0/0` for SSH access, you make it possible for all IP addresses
-After the stack creation process completes, view the stacks with names _BastionStack_ and _RDSNS_ to note the information you need to connect to the database. For more information, see [ Viewing AWS CloudFormation stack data and resources on the AWS Management Console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-view-stack-data-resources.html).
+After the stack creation process completes, view the stacks with names _BastionStack_ and _RDSNS_ to note the information you need to connect to the database. For more information, see [ Viewing CloudFormation stack data and resources on the AWS Management Console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-view-stack-data-resources.html).
@@ -363 +363 @@ After you connect to and explore the sample EC2 instance and DB instance that yo
-If you used AWS CloudFormation to create resources, skip this step and go to the next step.
+If you used CloudFormation to create resources, skip this step and go to the next step.
@@ -399 +399 @@ For more information about deleting an EC2 instance, see [Terminate your instanc
-If you used AWS CloudFormation to create resources, delete the CloudFormation stack after you connect to and explore the sample EC2 instance and DB instance, so you're no longer charged for them.
+If you used CloudFormation to create resources, delete the CloudFormation stack after you connect to and explore the sample EC2 instance and DB instance, so you're no longer charged for them.
@@ -403 +403 @@ If you used AWS CloudFormation to create resources, delete the CloudFormation st
-  1. Open the AWS CloudFormation console.
+  1. Open the CloudFormation console.
@@ -414 +414 @@ If you used AWS CloudFormation to create resources, delete the CloudFormation st
-For more information about deleting a stack in CloudFormation, see [Deleting a stack on the AWS CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-delete-stack.html) in the _AWS CloudFormation User Guide_.
+For more information about deleting a stack in CloudFormation, see [Deleting a stack on the CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-delete-stack.html) in the _AWS CloudFormation User Guide_.