I don't know what's going wrong with my cloudformation templates it's throw some unknown error like.
2016-08-17 19:07:40,848 [ERROR] -----------------------BUILD FAILED!------------------------
2016-08-17 19:07:40,851 [ERROR] Unhandled exception during build: 'utf8' codec can't decode byte 0xfd in position 1245814: invalid start byte
Traceback (most recent call last):
File "/opt/aws/bin/cfn-init", line 171, in <module>
worklog.build(metadata, configSets)
File "/usr/lib/python2.7/dist-packages/cfnbootstrap/construction.py", line 118, in build
Contractor(metadata).build(configSets, self)
File "/usr/lib/python2.7/dist-packages/cfnbootstrap/construction.py", line 505, in build
self.run_config(config, worklog)
File "/usr/lib/python2.7/dist-packages/cfnbootstrap/construction.py", line 517, in run_config
CloudFormationCarpenter(config, self._auth_config).build(worklog)
File "/usr/lib/python2.7/dist-packages/cfnbootstrap/construction.py", line 248, in build
changes['commands'] = CommandTool().apply(self._config.commands)
File "/usr/lib/python2.7/dist-packages/cfnbootstrap/command_tool.py", line 120, in apply
log.debug(u"Command %s output: %s", name, commandResult.stdout.decode('utf-8'))
File "/usr/lib64/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xfd in position 1245814: invalid start byte