List and view infrastructure configuration details - EC2 Image Builder
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

List and view infrastructure configuration details

This section describes the various ways that you can find information and view details for your EC2 Image Builder infrastructure configurations.

List infrastructure configurations (Amazon CLI)

The following example shows how to list of all of your infrastructure configurations, using the list-infrastructure-configurations command in the Amazon CLI.

aws imagebuilder list-infrastructure-configurations

Get infrastructure configuration details (Amazon CLI)

The following example shows how use the get-infrastructure-configuration command in the Amazon CLI to get the details of an infrastructure configuration by specifying its Amazon Resource Name (ARN).

aws imagebuilder get-infrastructure-configuration --infrastructure-configuration-arn arn:aws:imagebuilder:us-west-2:123456789012:infrastructure-configuration/my-example-infrastructure-configuration