AWS Security ChangesHomeSearch

AWS marketplace documentation change

Service: marketplace · 2026-03-19 · Documentation low

File: marketplace/latest/buyerguide/quick-launch.md

Summary

Removed all references to container products from Quick Launch documentation, now focusing exclusively on SaaS products

Security assessment

This change removes documentation about launching container products with Quick Launch, but there's no evidence of security vulnerabilities, incidents, or security fixes. It appears to be a feature scope change or documentation cleanup rather than a security-related update.

Diff

diff --git a/marketplace/latest/buyerguide/quick-launch.md b/marketplace/latest/buyerguide/quick-launch.md
index 3ce76dd5d..e0281611a 100644
--- a//marketplace/latest/buyerguide/quick-launch.md
+++ b//marketplace/latest/buyerguide/quick-launch.md
@@ -5 +5 @@
-Launching SaaS products with Quick LaunchLaunching container products with Quick Launch
+Launching SaaS products with Quick Launch
@@ -7 +7 @@ Launching SaaS products with Quick LaunchLaunching container products with Quick
-# Using Quick Launch with SaaS and container products
+# Using Quick Launch with SaaS products
@@ -9 +9 @@ Launching SaaS products with Quick LaunchLaunching container products with Quick
-Quick Launch is a deployment option that the seller can choose when configuring SaaS and container products on AWS Marketplace. Quick Launch provides buyers with guided, step-by-step instructions and resource deployment using AWS CloudFormation templates. Buyers use the CloudFormation templates to configure and launch products.
+Quick Launch is a deployment option that the seller can choose when configuring SaaS products on AWS Marketplace. Quick Launch provides buyers with guided, step-by-step instructions and resource deployment using AWS CloudFormation templates. Buyers use the CloudFormation templates to configure and launch products.
@@ -15,2 +14,0 @@ Quick Launch is a deployment option that the seller can choose when configuring
-  * Launching container products with Quick Launch
-
@@ -65,8 +62,0 @@ To use the full Quick Launch experience, you must have the following permissions
-## Launching container products with Quick Launch
-
-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).
-
-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_.
-
-After the cluster is created, Quick Launch launches the application on it by installing the seller-provided Helm chart onto the cluster. Quick Launch handles this for you as part of the stack creation that also creates the Amazon EKS cluster.
-