Launching container software from AWS Marketplace - AWS Marketplace

Launching container software from AWS Marketplace

After you have an active subscription to a container product in AWS Marketplace, the next step is to launch the software. To launch the software, follow the instructions included in one of the fulfillment options provided by the seller. In AWS Marketplace, a fulfillment option is an optional seller-provided procedure for launching their product in your environment. For container products, the seller can provide up to four fulfillment options, which can use different delivery methods and represent different configurations for the software. For example, a seller might create one fulfillment option that's used for testing the product, and another to be deployed at scale within an enterprise.

You can see which fulfillment options are available in the Usage Information section of the product details page in AWS Marketplace. Each fulfillment option includes information about which services are supported and provides software version details. Examples of services include Amazon Elastic Container Service (Amazon ECS) and Amazon Elastic Kubernetes Service (Amazon EKS). You can choose Usage instructions for documentation from the seller about how to use the product, such as how to sign in to a web server, or post-launch configuration.

Note

For a walkthrough on how to subscribe to and deploy a container-based product, you can also refer to the following videos:

Launch container software from AWS Marketplace

To launch container software from AWS Marketplace
  1. Sign in to AWS Marketplace.

  2. Browse AWS Marketplace, and find the product that contains the software that you want to launch. You must have a subscription to the product to launch its software. For information about finding and subscribing to container products in AWS Marketplace, see Finding and subscribing to container products.

  3. Choose Continue to Subscribe on the product details page.

  4. Choose Continue to Configuration. If you don't see the button, you might have to accept terms first, or you might not have a subscription to the product.

  5. In Fulfillment option, select a fulfillment option from the seller-provided list of options. After selecting a fulfillment option, you can see the services that you can launch in Supported services. For more information about fulfillment options, see Container product fulfillment options.

  6. Choose Continue to Launch.

  7. Follow the instructions provided by the seller to launch the product. The instructions are different for each fulfillment option. For more information, see Launching with a Container image fulfillment option or Launching with a Helm fulfillment option.

  8. Optional - Choose Usage instructions for documentation from the seller about how to configure and use the product after launching.

Container product fulfillment options

You can see the fulfillment options that are available in the Usage Information section of a product's detail page. Alongside the fulfillment options provided by the seller, AWS Marketplace includes instructions for pulling the Docker images directly from Amazon Elastic Container Registry (Amazon ECR).

Because fulfillment options are provided by the seller, their names and content will be different for each product in AWS Marketplace. Although the methods are unique to each product and seller, each fulfillment option must have a delivery method. You can think of a delivery method as a fulfillment option type. The three available delivery methods for container products are Container image, Helm chart, and Add on for Amazon EKS.

Launching with a Container image fulfillment option

For a fulfillment option with a Container image delivery method, use the seller-provided instructions to launch the product. This is done by pulling Docker images directly from Amazon ECR. The general steps to launch the product are as follows:

  1. Verify that you have installed the latest versions of the AWS Command Line Interface (AWS CLI) and Docker. For more information, see Using Amazon ECR with the AWS CLI in the Amazon Elastic Container Registry User Guide.

  2. Authenticate your Docker client to your Amazon ECR registry. The steps to do this will depend on your operating system.

  3. Pull all of the Docker images using the provided Amazon ECR image Amazon Resource Name (ARN). For more information, see Pulling an image in the Amazon Elastic Container Registry User Guide.

  4. Review any usage instructions or external links provided by the seller for information about using the product.

Launching with a Helm fulfillment option

For a fulfillment option with a Helm delivery method, use the seller-provided instructions to launch the product. This is done by installing a Helm chart using the Helm CLI. You can launch the application on an existing Amazon EKS cluster, or a self-managed cluster on EKS Anywhere, Amazon Elastic Compute Cloud (Amazon EC2), or on-premises.

Note

Your launch environment must use Helm CLI version 3.7.1. For a list of Helm versions, see Helm releases on GitHub.

If the seller has enabled QuickLaunch, you can use it to launch the application. QuickLaunch is a feature in AWS Marketplace that uses AWS CloudFormation to create an Amazon EKS cluster and launch the application on it. For more information about QuickLaunch, see QuickLaunch in AWS Marketplace.

The instructions are provided by the seller and are different for each seller and product. The general steps to launch a product with a Helm fulfillment option are as follows:

To launch a product with a Helm fulfillment option
  1. Follow steps 1–6 of Launch container software from AWS Marketplace, and choose a fulfillment option with a Helm chart delivery method.

  2. In Launch target, choose the environment that you want to deploy on:

    • Choose Amazon managed Kubernetes to deploy the application in Amazon EKS. If the seller has enabled QuickLaunch, you can use it to create a new Amazon EKS cluster and launch on it.

    • Choose Self-managed Kubernetes to deploy the application in EKS Anywhere or on any Kubernetes cluster running in Amazon EC2 or on-premises.

  3. If launching in an Amazon managed Kubernetes cluster:

    1. To launch on an existing cluster in Amazon EKS, under Launch method, choose Launch on existing cluster and follow the Launch instructions. The instructions include creating an AWS Identity and Access Management (IAM) role and launching the application. Verify that you're using Helm CLI version 3.7.1.

    2. To use QuickLaunch to create a new Amazon EKS cluster and launch on it, under Launch method, choose Launch on a new EKS cluster with QuickLaunch. Choose Launch to be redirected to create a stack in the AWS CloudFormation console. This stack will create an Amazon EKS cluster and deploy the application by installing the seller-provided Helm chart.

    3. On the Quick create stack page, in Stack name, provide a name for this stack.

    4. Review the information in the Parameters tile and provide any necessary information. Review and select the acknowledgements in Capabilities and choose Create stack.

    Note

    For more information about QuickLaunch, including information about AWS CloudFormation, stacks, and the created Amazon EKS cluster, see QuickLaunch in AWS Marketplace.

  4. If launching in a Self-managed Kubernetes cluster:

    1. Verify that you're using Helm CLI version 3.7.1.

    2. Choose Create token to generate a license token and IAM role. This token and role is used to communicate with AWS License Manager to validate product entitlements.

      Note

      The maximum number of license tokens for an account is 10.

    3. Choose Download as CSV to download a .csv file with the generated token information. As with all secrets and passwords, store the .csv file in a secure location.

    4. Run the commands in Save as Kubernetes secret to save the license token and IAM role as a secret in your Kubernetes cluster. This secret is used when you install the Helm chart and launch the application. AWS Marketplace uses the secret to verify the entitlement for this product.

    5. Run the commands in Launch application using token to install the Helm chart that deploys the application to your cluster.

    6. Choose Usage instructions for documentation from the seller about how to configure and use the product after launching.

    7. Optional - Use the provided commands in [Optional] Download artifacts to download the product's container images and Helm charts locally.

Launching with an Amazon EKS fulfillment option

For a fulfillment option with an Add-on for Amazon EKS delivery method, use the Amazon EKS Console to deploy the software on your Amazon EKS cluster. The general steps to launch the product are as follows:

To launch a product with an Amazon EKS fulfillment option
  1. After subscribing to the product, navigate to the configuration page and choose Continue to Amazon EKS Console to access the Amazon EKS console.

  2. From the Amazon EKS console, choose the AWS Region where your cluster is deployed. Select the cluster in which you want to deploy your software.

  3. Choose the Add-ons tab.

  4. Choose Get more add-ons, scroll to locate the add-on that you want to deploy, and choose Next.

  5. Select the version that you want to deploy and choose Next. For more information about Amazon EKS deployment, see EKS add-ons.

  6. Review your selections and choose Create.

QuickLaunch in AWS Marketplace

If the seller has enabled QuickLaunch on a fulfillment option, you can use it to create an Amazon EKS cluster and deploy a container application to it. With QuickLaunch, you will use AWS CloudFormation to configure and create an Amazon EKS cluster and launch a container application on it. With QuickLaunch, you can launch a container application for testing purposes. To use QuickLaunch, follow the steps in Launching with a Helm fulfillment option.

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 QuickLaunch, 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 in the AWS CloudFormation User Guide.

After the cluster is created, QuickLaunch launches the application on it by installing the seller-provided Helm chart onto the cluster. QuickLaunch handles this for you as part of the stack creation that also creates the Amazon EKS cluster.