aws imagebuilder
EC2 Image Builder is a fully managed AWS service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards
Subcommands
Name | Description |
---|---|
cancel-image-creation | CancelImageCreation cancels the creation of Image. This operation can only be used on images in a non-terminal state |
create-component | Creates a new component that can be used to build, validate, test, and assess your image |
create-container-recipe | Creates a new container recipe. Container recipes define how images are configured, tested, and assessed |
create-distribution-configuration | Creates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline |
create-image | Creates a new image. This request will create a new image along with all of the configured output resources defined in the distribution configuration |
create-image-pipeline | Creates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images |
create-image-recipe | Creates a new image recipe. Image recipes define how images are configured, tested, and assessed |
create-infrastructure-configuration | Creates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested |
delete-component | Deletes a component build version |
delete-container-recipe | Deletes a container recipe |
delete-distribution-configuration | Deletes a distribution configuration |
delete-image | Deletes an image |
delete-image-pipeline | Deletes an image pipeline |
delete-image-recipe | Deletes an image recipe |
delete-infrastructure-configuration | Deletes an infrastructure configuration |
get-component | Gets a component object |
get-component-policy | Gets a component policy |
get-container-recipe | Retrieves a container recipe |
get-container-recipe-policy | Retrieves the policy for a container recipe |
get-distribution-configuration | Gets a distribution configuration |
get-image | Gets an image |
get-image-pipeline | Gets an image pipeline |
get-image-policy | Gets an image policy |
get-image-recipe | Gets an image recipe |
get-image-recipe-policy | Gets an image recipe policy |
get-infrastructure-configuration | Gets an infrastructure configuration |
import-component | Imports a component and transforms its data into a component document |
list-component-build-versions | Returns the list of component build versions for the specified semantic version |
list-components | Returns the list of component build versions for the specified semantic version |
list-container-recipes | Returns a list of container recipes |
list-distribution-configurations | Returns a list of distribution configurations |
list-image-build-versions | Returns a list of image build versions |
list-image-packages | List the Packages that are associated with an Image Build Version, as determined by AWS Systems Manager Inventory at build time |
list-image-pipeline-images | Returns a list of images created by the specified pipeline |
list-image-pipelines | Returns a list of image pipelines |
list-image-recipes | Returns a list of image recipes |
list-images | Returns the list of images that you have access to |
list-infrastructure-configurations | Returns a list of infrastructure configurations |
list-tags-for-resource | Returns the list of tags for the specified resource |
put-component-policy | Applies a policy to a component. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutComponentPolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared |
put-container-recipe-policy | Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API PutContainerImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared |
put-image-policy | Applies a policy to an image. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared |
put-image-recipe-policy | Applies a policy to an image recipe. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImageRecipePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared |
start-image-pipeline-execution | Manually triggers a pipeline to create an image |
tag-resource | Adds a tag to a resource |
untag-resource | Removes a tag from a resource |
update-distribution-configuration | Updates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline |
update-image-pipeline | Updates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images |
update-infrastructure-configuration | Updates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested |