1 Answer
- Newest
- Most votes
- Most comments
1
It worked. I had to rebuild the options group and let it make its own new IAM role
answered 2 years ago
Relevant content
- Accepted Answerasked 6 months ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
This is still valid 2 years later, I had the same issue, I was trying to backup a DB in SQL Server Standard Edition reusing an already created Option Group, I just modified trusted policy for the role to include the RDS instance I was working on.
What I got was an infinite "CREATED" status for the task, I waited for about 19 hours for the "IN PROGRESS" state 'cause it didn't throw any errors (BIG MISTAKE) it didn't work anyway, so I cancelled the task.
Rebuilding the Option group with new IAM Role worked for me as well.