AWS.Imagebuilder (aws-elixir v0.7.0) View Source
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.
Link to this section Summary
Functions
CancelImageCreation cancels the creation of Image.
Creates a new component that can be used to build, validate, test, and assess your image.
Creates a new distribution configuration.
Creates a new image.
Creates a new image pipeline.
Creates a new image recipe.
Creates a new infrastructure configuration.
Deletes a component build version.
Deletes a distribution configuration.
Deletes an image.
Deletes an image pipeline.
Deletes an image recipe.
Deletes an infrastructure configuration.
Gets a component object.
Gets a component policy.
Gets a distribution configuration.
Gets an image.
Gets an image pipeline.
Gets an image policy.
Gets an image recipe.
Gets an image recipe policy.
Gets an infrastructure configuration.
Imports a component and transforms its data into a component document.
Returns the list of component build versions for the specified semantic version.
Returns the list of component build versions for the specified semantic version.
Returns a list of distribution configurations.
Returns a list of image build versions.
Returns a list of images created by the specified pipeline.
Returns a list of image pipelines.
Returns a list of image recipes.
Returns the list of images that you have access to.
Returns a list of infrastructure configurations.
Returns the list of tags for the specified resource.
Applies a policy to a component.
Applies a policy to an image.
Applies a policy to an image recipe.
Manually triggers a pipeline to create an image.
Adds a tag to a resource.
Removes a tag from a resource.
Updates a new distribution configuration.
Updates a new image pipeline.
Updates a new infrastructure configuration.
Link to this section Functions
CancelImageCreation cancels the creation of Image.
This operation can only be used on images in a non-terminal state.
Creates a new component that can be used to build, validate, test, and assess your image.
Creates a new distribution configuration.
Distribution configurations define and configure the outputs of your pipeline.
Creates a new image.
This request will create a new image along with all of the configured output resources defined in the distribution configuration.
Creates a new image pipeline.
Image pipelines enable you to automate the creation and distribution of images.
Creates a new image recipe.
Image recipes define how images are configured, tested, and assessed.
Creates a new infrastructure configuration.
An infrastructure configuration defines the environment in which your image will be built and tested.
Deletes a component build version.
Deletes a distribution configuration.
Deletes an image.
Deletes an image pipeline.
Deletes an image recipe.
Deletes an infrastructure configuration.
Gets a component object.
Gets a component policy.
get_distribution_configuration(client, distribution_configuration_arn, options \\ [])
View SourceGets a distribution configuration.
Gets an image.
Gets an image pipeline.
Gets an image policy.
Gets an image recipe.
Gets an image recipe policy.
get_infrastructure_configuration(client, infrastructure_configuration_arn, options \\ [])
View SourceGets an infrastructure configuration.
Imports a component and transforms its data into a component document.
Returns the list of component build versions for the specified semantic version.
Returns the list of component build versions for the specified semantic version.
Returns a list of distribution configurations.
Returns a list of image build versions.
Returns a list of images created by the specified pipeline.
Returns a list of image pipelines.
Returns a list of image recipes.
Returns the list of images that you have access to.
Returns a list of infrastructure configurations.
Returns the list of tags for the specified resource.
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.
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.
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.
Manually triggers a pipeline to create an image.
Adds a tag to a resource.
Removes a tag from a resource.
Updates a new distribution configuration.
Distribution configurations define and configure the outputs of your pipeline.
Updates a new image pipeline.
Image pipelines enable you to automate the creation and distribution of images.
Updates a new infrastructure configuration.
An infrastructure configuration defines the environment in which your image will be built and tested.