cloudform icon indicating copy to clipboard operation
cloudform copied to clipboard

EC2.Instance.Metadata

Open rob-myers opened this issue 7 years ago • 2 comments

Thanks for the great module, I'm using it extensively.

Please consider supporting EC2.Instance.Metadata.AWS::CloudFormation::Init as described here.

rob-myers avatar Jul 12 '18 16:07 rob-myers

Metadata key is already present on all Resource/ResourceBase derivatives. And as all definition files are built from AWS exports, it looks like AWS does not emit that specific typing.

You can plainly use instance.Metadata = { 'AWS::CloudFormation::Init': {/* ... */}} currently.

DenSpirit avatar Jul 23 '18 19:07 DenSpirit

I'd hope to have it solved in the source, that is CloudFormation-provided schema. I've asked on the AWS forum.

NOtherDev avatar Jul 24 '18 08:07 NOtherDev