AWS marketplace documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' for terminology consistency
Security assessment
The changes are purely terminological adjustments (removing 'AWS' prefix from CloudFormation references). No security implications or vulnerability fixes are mentioned in the diff.
Diff
diff --git a/marketplace/latest/buyerguide/quick-launch.md b/marketplace/latest/buyerguide/quick-launch.md index d93cf36b7..3ce76dd5d 100644 --- a//marketplace/latest/buyerguide/quick-launch.md +++ b//marketplace/latest/buyerguide/quick-launch.md @@ -67 +67 @@ To use the full Quick Launch experience, you must have the following permissions -If the seller has enabled Quick Launch on a fulfillment option, you can use it to create an Amazon EKS cluster and deploy a container application to it. With Quick Launch, you will use AWS CloudFormation to configure and create an Amazon EKS cluster and launch a container application on it. With Quick Launch, you can launch a container application for testing purposes. To use Quick Launch, follow the steps in [Launching with a Helm fulfillment option](./buyer-launch-container-helm.html). +If the seller has enabled Quick Launch on a fulfillment option, you can use it to create an Amazon EKS cluster and deploy a container application to it. With Quick Launch, you will use CloudFormation to configure and create an Amazon EKS cluster and launch a container application on it. With Quick Launch, you can launch a container application for testing purposes. To use Quick Launch, follow the steps in [Launching with a Helm fulfillment option](./buyer-launch-container-helm.html). @@ -69 +69 @@ If the seller has enabled Quick Launch on a fulfillment option, you can use it t -To create an Amazon EKS cluster that the application can be deployed on, create a CloudFormation stack. A _stack_ is a collection of AWS resources that you can manage as a single unit. All the resources in a stack are defined by the stack's CloudFormation template. In Quick Launch, the stack's resources include the information required to create the Amazon EKS cluster and launch the application. For more information about stacks in AWS CloudFormation, see [Working with stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html) in the _AWS CloudFormation User Guide_. +To create an Amazon EKS cluster that the application can be deployed on, create a CloudFormation stack. A _stack_ is a collection of AWS resources that you can manage as a single unit. All the resources in a stack are defined by the stack's CloudFormation template. In Quick Launch, the stack's resources include the information required to create the Amazon EKS cluster and launch the application. For more information about stacks in CloudFormation, see [Working with stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html) in the _AWS CloudFormation User Guide_.