Tarun Belani
Tarun Belani
Just an update here: Image Builder does now auto-paginate responses in the CLI, and supports paginators for all List APIs in boto3.
Deletion of underlying resources is supported in CloudFormation now, with the `DeletionSettings` property on [AWS::ImageBuilder::Image](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-imagebuilder-image.html). Example: ```yaml Image: Type: AWS::ImageBuilder::Image Properties: # Deletes underlying AMIs/containers on replace/delete DeletionSettings: ExecutionRole: !Ref...
This has been fixed - you can pass parameters to components in the container recipe now