- Newest
- Most votes
- Most comments
I think, but I'm not certain, that removing the
# Terraform Condition = { StringEquals = { "aws:SourceArn" : "<ARN>" } }
solved the problem for us. It was on a different DB, the one I referenced here was stopped when we stopped the project.
Again, I haven't done extensive testing, we haven't used this feature as much as we expected, but I suspect ARN of the DB was some how referencing a different internal ID. Much like if you delete and recreate an IAM role with the same name the ID the name references has changed. And, old references to the role need to be refreshed. My suspicion is that something like that is happening with the DB ARN. The resume of the cluster means a new resource ID is associated with the previous source ARN. As a simple readd of the same policy works, probably updating some internal, hidden links. The counter argument to that is why would AWS allow this bug to persist for so long in the docs.
:shrug:
answered 6 months ago
To mitigate this issue, please consider increasing the minimum capacity and instead of setting it to 0, set a low but non-zero value (e.g., 0.5) to prevent complete pausing.
answered 2 years ago
Yes, I can do this but it's a dev instance which can be unused for most of a month and it is a real cost benefit to having it scale to zero. I'd rather understand what's causing the problem and fix it.
Apologies, did not mean this to be an ultimate solution, was just curious to know if this works or not. I am looking into potential causes, will get back to you once I have some ideas.
Is there any update on this? I also have trouble using s3Import/s3Export roles after a serverless cluster goes idle.
@Vardan Matevosyan Any updates? Same issue here! Very disappointing from AWS..
Relevant content
asked a year ago
asked 3 years ago
- AWS OFFICIALUpdated 7 months ago

Is there any update on this? I also have trouble using s3Import/s3Export roles after a serverless cluster goes idle.
Hi David, we have paused this project so I haven't had a chance to explore it. It will likely get picked up next month so I can see if things have improved.