Cloud formation error: Invalid template resource property 'Path'"

0

I have an issue with the YAML template that is creating a Kafka cluster. I think it is an indentation error at line 457 or below. At the moment I have the following error:

Invalid template resource property 'Path'

The code is here. Could someone explain what the error actually means?

Alexander Alexandrov

Posted 2019-07-18T17:13:02.387

Reputation: 1

Answers

0

According to docs path should be inside 'Properties' block. You have it 1 level above inside 'InstanceIAMRole' block.

ptQa

Posted 2019-07-18T17:13:02.387

Reputation: 1 599