[Solved] Error creating RDS DB Instance: IAM role ARN value is not value or does not include the required permissions for: ENHANCED_MONITORING
When you are trying to create an RDS database and you get the dreaded error message:
IAM role ARN value is invalid or does not include the required permissions for: ENHANCED_MONITORING
Then you need to make sure that you are assuming the correct service principle:
|
|
Your code should look something like this:
|
|