After finally keeping resources, and checking the logs it seems this failure os due to:
The 'password' field can only have the numbers 0-9, the ASCII letters a-z, A-Z and the dot character (.)
Couple things here,
- This is not validated when kicking off the CloudFormation.
- Portal does not require these conditions, why is it required during the running of this chef script?