AWS Security ChangesHomeSearch

AWS mwaa documentation change

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

File: mwaa/latest/userguide/tutorials-private-network-vpn-client.md

Summary

Updated references from 'AWS CloudFormation' to 'CloudFormation' and adjusted section headers

Security assessment

Changes are terminology updates and section header adjustments. The VPN client setup process remains functionally identical - certificate requirements and security group configurations (security aspects) were not modified. No evidence of addressing vulnerabilities or adding security features.

Diff

diff --git a/mwaa/latest/userguide/tutorials-private-network-vpn-client.md b/mwaa/latest/userguide/tutorials-private-network-vpn-client.md
index df4664759..8075b7e6d 100644
--- a//mwaa/latest/userguide/tutorials-private-network-vpn-client.md
+++ b//mwaa/latest/userguide/tutorials-private-network-vpn-client.md
@@ -5 +5 @@
-Private networkUse casesBefore you beginObjectives(Optional) Step one: Identify your VPC, CIDR rules, and VPC securityStep two: Create the server and client certificatesStep three: Save the AWS CloudFormation template locallyStep four: Create the Client VPN AWS CloudFormation stackStep five: Associate subnets to your Client VPNStep six: Add an authorization ingress rule to your Client VPNStep seven: Download the Client VPN endpoint configuration fileStep eight: Connect to the AWS Client VPNWhat's next?
+Private networkUse casesBefore you beginObjectives(Optional) Step one: Identify your VPC, CIDR rules, and VPC securityStep two: Create the server and client certificatesStep three: Save the CloudFormation template locallyStep four: Create the Client VPN CloudFormation stackStep five: Associate subnets to your Client VPNStep six: Add an authorization ingress rule to your Client VPNStep seven: Download the Client VPN endpoint configuration fileStep eight: Connect to the AWS Client VPNWhat's next?
@@ -25 +25 @@ This tutorial walks you through the steps to create a VPN tunnel from your compu
-  * Step three: Save the AWS CloudFormation template locally
+  * Step three: Save the CloudFormation template locally
@@ -27 +27 @@ This tutorial walks you through the steps to create a VPN tunnel from your compu
-  * Step four: Create the Client VPN AWS CloudFormation stack
+  * Step four: Create the Client VPN CloudFormation stack
@@ -64 +64 @@ You can use this tutorial before or after you've created an Amazon MWAA environm
-  2. Use your Amazon MWAA VPC. This tutorial assumes that you are associating the Client VPN to an existing VPC. The Amazon VPC must be in the same AWS Region as an Amazon MWAA environment and have two private subnets. If you haven't created an Amazon VPC, use the AWS CloudFormation template in [Option three: Creating an Amazon VPC network without internet access](./vpc-create.html#vpc-create-template-private-only).
+  2. Use your Amazon MWAA VPC. This tutorial assumes that you are associating the Client VPN to an existing VPC. The Amazon VPC must be in the same AWS Region as an Amazon MWAA environment and have two private subnets. If you haven't created an Amazon VPC, use the CloudFormation template in [Option three: Creating an Amazon VPC network without internet access](./vpc-create.html#vpc-create-template-private-only).
@@ -73 +73 @@ In this tutorial, you'll do the following:
-  1. Create a AWS Client VPN endpoint using a AWS CloudFormation template for an existing Amazon VPC.
+  1. Create a AWS Client VPN endpoint using a CloudFormation template for an existing Amazon VPC.
@@ -150 +150 @@ A Client VPN endpoint supports 1024-bit and 2048-bit RSA key sizes only. The fol
-    3. After these steps, save the value returned in the AWS CLI response for the server certificate and client certificate ARNs. You'll be specifying these ARNs in your AWS CloudFormation template to create the Client VPN.
+    3. After these steps, save the value returned in the AWS CLI response for the server certificate and client certificate ARNs. You'll be specifying these ARNs in your CloudFormation template to create the Client VPN.
@@ -171 +171 @@ On macOS the contents are saved at `/Users/`your-user`/custom_folder`. If you li
-## Step three: Save the AWS CloudFormation template locally
+## Step three: Save the CloudFormation template locally
@@ -173 +173 @@ On macOS the contents are saved at `/Users/`your-user`/custom_folder`. If you li
-The following section contains the AWS CloudFormation template to create the Client VPN. You must specify the same Amazon VPC, VPC security groups, and private subnets as your Amazon MWAA environment.
+The following section contains the CloudFormation template to create the Client VPN. You must specify the same Amazon VPC, VPC security groups, and private subnets as your Amazon MWAA environment.
@@ -232 +232 @@ If you're using more than one security group for your environment, you can speci
-## Step four: Create the Client VPN AWS CloudFormation stack
+## Step four: Create the Client VPN CloudFormation stack