We want to access the AdditionalInstanceConfigurat...
# general
c
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
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
I’ll have to figure out how to pass in custom-built instances.
Thanks!
👍 1