cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

ComponentConfiguration - No Parameters

Open driverpt opened this issue 3 years ago • 1 comments

Name of the resource

AWS::ImageBuilder::ContainerRecipe

Resource Name

No response

Issue Description

Hello,

We are trying to implement an EC2 Image Builder Container Recipe and we have noticed that CloudFormation doesn't support Parameters for Container Recipe Components: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentconfiguration.html

But if we go to the Documentation and the UI, parameters are there: https://docs.aws.amazon.com/imagebuilder/latest/userguide/create-container-recipes.html#create-container-recipe-cli

Can you please take a look into this?

Thanks

Expected Behavior

Be able to specify Component Parameters:

Type: AWS::ImageBuilder::ContainerRecipe
Properties: 
  ...
  Components:
     - ComponentArn: <ComponentArn>
        Parameters:
            - Name: Param1
              Value: Value1

Observed Behavior

Only ComponentArn Available

Test Cases

Check Expected Behavior

Other Details

No response

driverpt avatar Aug 26 '22 16:08 driverpt

This has been fixed - you can pass parameters to components in the container recipe now

tarunb12 avatar Nov 24 '25 16:11 tarunb12