imagebuilder#
Client#
- class imagebuilder.Client#
 A low-level client representing EC2 Image Builder (imagebuilder)
EC2 Image Builder is a fully managed Amazon Web Services 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.
import boto3 client = boto3.client('imagebuilder')
These are the available methods:
- can_paginate
 - cancel_image_creation
 - close
 - create_component
 - create_container_recipe
 - create_distribution_configuration
 - create_image
 - create_image_pipeline
 - create_image_recipe
 - create_infrastructure_configuration
 - delete_component
 - delete_container_recipe
 - delete_distribution_configuration
 - delete_image
 - delete_image_pipeline
 - delete_image_recipe
 - delete_infrastructure_configuration
 - get_component
 - get_component_policy
 - get_container_recipe
 - get_container_recipe_policy
 - get_distribution_configuration
 - get_image
 - get_image_pipeline
 - get_image_policy
 - get_image_recipe
 - get_image_recipe_policy
 - get_infrastructure_configuration
 - get_paginator
 - get_waiter
 - import_component
 - import_vm_image
 - list_component_build_versions
 - list_components
 - list_container_recipes
 - list_distribution_configurations
 - list_image_build_versions
 - list_image_packages
 - list_image_pipeline_images
 - list_image_pipelines
 - list_image_recipes
 - list_images
 - list_infrastructure_configurations
 - list_tags_for_resource
 - put_component_policy
 - put_container_recipe_policy
 - put_image_policy
 - put_image_recipe_policy
 - start_image_pipeline_execution
 - tag_resource
 - untag_resource
 - update_distribution_configuration
 - update_image_pipeline
 - update_infrastructure_configuration