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']['tags'] is nil, any help? #10

Open
aumkarpraja opened this issue Aug 16, 2018 · 3 comments
Open

['ec2']['tags'] is nil, any help? #10

aumkarpraja opened this issue Aug 16, 2018 · 3 comments

Comments

@aumkarpraja
Copy link

Hey, currently using the latest version of this recipe. Currently using it against a base AWS Windows Server 2016 instance. It's currently unable to find any tags even though the name tag exists. Any help with this? When inspecting node['ec2'] it contains the rest of the info besides the tags which appears non-existent.

@fshields
Copy link

@aumkarpraja It's been a long time since you posted your question, but I'll try to help (even though I am not associated with this project).
I'm wondering if node['ec2']['tags'] is empty because your EC2 instance does not have the IAM permission ec2:DescribeTags.

@vanumalla
Copy link

Hi @fshields I know this is answered long time back. I do have ec2:DescribeTags but still node['ec2']['tags'] turns out empty on Ubuntu 14.04, whereas it works on Ubuntu 18.04. Do you know of a reason why it wont on Ubuntu 14.04

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

4 participants
@aumkarpraja @fshields @vanumalla and others