Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

List and view container recipe details

Focus mode
List and view container recipe details - EC2 Image Builder

This section describes the ways that you can find information and view details for your EC2 Image Builder container recipes.

List container recipes in the console

To see a list of the container recipes that have been created under your account in the Image Builder console, follow these steps:

  1. Open the EC2 Image Builder console at https://console.aws.amazon.com/imagebuilder/.

  2. Choose Container recipes from the navigation pane. This shows a list of the container recipes that are created under your account.

  3. To view details or create a new recipe version, choose the Recipe name link. This opens the detail view for the recipe.

    Note

    You can also select the check box next to the Recipe name, and then choose View details.

List container recipes with the AWS CLI

The following example shows how to list all of your container recipes, using the AWS CLI.

aws imagebuilder list-container-recipes

View container recipe details in the console

To view details for a specific container recipe with the Image Builder console, select the container recipe to review, and use the steps described in List container recipes in the console.

On the recipe detail page, you can do the following:

Get container recipe details with the AWS CLI

The following example shows how to use an imagebuilder CLI command to get the details of a container recipe by specifying its ARN.

aws imagebuilder get-container-recipe --container-recipe-arn arn:aws:imagebuilder:us-west-2:123456789012:container-recipe/my-example-recipe/2020.12.03

Get container recipe policy details with the AWS CLI

The following example shows how to use an imagebuilder CLI command to get the details of a container recipe policy by specifying its ARN.

aws imagebuilder get-container-recipe-policy --container-recipe-arn arn:aws:imagebuilder:us-west-2:123456789012:container-recipe/my-example-recipe/2020.12.03
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.