https://pulumi.com logo
c

calm-quill-21760

09/02/2021, 8:49 PM
We want to access the AdditionalInstanceConfiguration available in the EC2 Image Builder. It looks like the AWS API supports this, but I’m not seeing any methods in Pulumi to set
userDataOverride
. Am I missing something?
l

little-cartoon-10569

09/02/2021, 9:26 PM
It looks like
additionalInstanceConfiguration
is not supported in the Terraform implementation that the Pulumi provider is based on.
There aren't any open issues about adding support for it, either.
Looks like we're out of luck for the time being.
You'll have to add the user data to the EC2 instances as you spin them up.
c

calm-quill-21760

09/02/2021, 9:50 PM
I’ll have to figure out how to pass in custom-built instances.
Thanks!
👍 1