-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.2.4, 6.4.0beta3
-
Sprint 95 (Dec 2022)
-
1.2
AWS by HTTP Template EC2 Discovery fails if the instance doesn't have any tags:
if (typeof item.instancesSet.item.tagSet !== 'object' || typeof item.instancesSet.item.tagSet.item !== 'object') throw 'Failed response parse. Check debug log for more information.'; if (Array.isArray(item.instancesSet.item.tagSet.item)) { item.instancesSet.item.tagSet.item.forEach(
When creating new EC2 instance tags are optional and can be skipped.
It could be the same behavior for RDS and S3, I did not test it.