How to solve “Property AssumeRolePolicyDocument cannot be empty” Error

How to solve "Property AssumeRolePolicyDocument cannot be empty" Error

Error Message : Property AssumeRolePolicyDocument cannot be empty Problem: When you try to create an IAM role using AWS::IAM::Role resource and you don’t specify anything in AssumeRolePolicyDocument parameter, you get this error. I guess the error message itself is self explanatory that AssumeRolePolicyDocument can not be empty. If you check documentation for Read More