Heya! FYI, AWS announced last year that the metadata service can get tags without the need to call DescribeInstance or DescribeTags. This does have to be explicitly enabled when launching an instance, but it would be nice to have this project take advantage of that instead of using API calls, if it's available on the instance.
Heya! FYI, AWS announced last year that the metadata service can get tags without the need to call
DescribeInstanceorDescribeTags. This does have to be explicitly enabled when launching an instance, but it would be nice to have this project take advantage of that instead of using API calls, if it's available on the instance.