3 Answers
- Newest
- Most votes
- Most comments
0
Did you also add the trust policy to the role when you recreated it? If the role exists without the trust policy, the OpsWorks service will not be able to assume the role.
From: https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-servicerole.html
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "StsAssumeRole",
"Effect": "Allow",
"Principal": {
"Service": "opsworks.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
answered 3 years ago
0
Sounds like the approach I would take... Curious to know if you have you tried this method? https://aws.amazon.com/premiumsupport/knowledge-center/cloudformation-stack-delete-failed/
answered 3 years ago
0
Update
So the instance profile
was missing permissions, it wasn't the stack, though the error is still misleading
answered 3 years ago
Relevant content
- asked 2 years ago
- Accepted Answerasked a month ago
- asked 10 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
I have it set but unfortunately it still doesn't work