List and view infrastructure configuration details - EC2 Image Builder

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 from the AWS CLI

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

aws imagebuilder list-infrastructure-configurations

Get infrastructure configuration details from the AWS CLI

The following example shows how use the get-infrastructure-configuration command in the AWS 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