AWS managedservices documentation change
Summary
Updated launch configuration to launch template, updated sample template filename to 3-tier-cfn-ingest-2025.zip, and clarified zip file reference
Security assessment
Changes involve template versioning and terminology updates. No security vulnerabilities or security feature additions are mentioned in the diff.
Diff
diff --git a/managedservices/latest/appguide/cfn-ingest-ex-3-tier.md b/managedservices/latest/appguide/cfn-ingest-ex-3-tier.md index 458978eb9..ca4a0de77 100644 --- a/managedservices/latest/appguide/cfn-ingest-ex-3-tier.md +++ b/managedservices/latest/appguide/cfn-ingest-ex-3-tier.md @@ -13 +13 @@ Ingest a CloudFormation template for a standard 3-Tier Web Application. -This includes an Application Load Balancer, Application Load Balancer target group, Auto Scaling group, Auto Scaling group launch configuration, Amazon Relational Database Service (RDS for SQL Server) with a MySQL database, AWS SSM Parameter store, and AWS Secrets Manager. Allow 30-60 minutes to walk through this example. +This includes an Application Load Balancer, Application Load Balancer target group, Auto Scaling group, Auto Scaling group launch template, Amazon Relational Database Service (RDS for SQL Server) with a MySQL database, AWS SSM Parameter store, and AWS Secrets Manager. Allow 30-60 minutes to walk through this example. @@ -17 +17 @@ This includes an Application Load Balancer, Application Load Balancer target gro - * Create a secret containing a username and password with corresponding values using the AWS Secrets Manager. You can refer to this [sample JSON template](samples/3-tier-cfn-ingest.zip) that contains the secret name `ams-shared/myapp/dev/dbsecrets`, and replace it with your secret name. For information about using AWS Secrets Manager with AMS, see [Using AWS Secrets Manager with AMS resources](./secrets-manager.html). + * Create a secret containing a username and password with corresponding values using the AWS Secrets Manager. You can refer to this [sample JSON template (zip file)](samples/3-tier-cfn-ingest-2025.zip) that contains the secret name `ams-shared/myapp/dev/dbsecrets`, and replace it with your secret name. For information about using AWS Secrets Manager with AMS, see [Using AWS Secrets Manager with AMS resources](./secrets-manager.html). @@ -28 +28 @@ This includes an Application Load Balancer, Application Load Balancer target gro - 1. Upload the attached sample CloudFormation JSON template, [3-tier-cfn-ingest.zip](samples/3-tier-cfn-ingest.zip) to an S3 bucket and generate a signed S3 URL to use in the CFN Ingest RFC. For more information, see [presign](https://docs.aws.amazon.com/cli/latest/reference/s3/presign.html). The CFN template can also be copy/pasted into the CFN Ingest RFC when you submit the RFC through the AMS console. + 1. Upload the attached sample CloudFormation JSON template as a zip file, [3-tier-cfn-ingest.zip](samples/3-tier-cfn-ingest-2025.zip) to an S3 bucket and generate a signed S3 URL to use in the CFN Ingest RFC. For more information, see [presign](https://docs.aws.amazon.com/cli/latest/reference/s3/presign.html). The CFN template can also be copy/pasted into the CFN Ingest RFC when you submit the RFC through the AMS console.