Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EC2.Instance.Metadata #12

Open
rob-myers opened this issue Jul 12, 2018 · 2 comments
Open

EC2.Instance.Metadata #12

rob-myers opened this issue Jul 12, 2018 · 2 comments

Comments

@rob-myers
Copy link

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

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

@DenSpirit
Copy link
Contributor

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.

@NOtherDev
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants