Jake Weilhammer

Results 6 comments of Jake Weilhammer

Was also able to fix this by just changing the execution role of the lambda function in the Configure tab to anything else, and then back to the role it...

After hitting this again, believe this error is because of the IAM role session time. Think that if the role is changed, and the lambda tries to execute again within...

I believe this issue goes much deeper than just the grants from the users, I have noticed it breaking our services due to permission errors for schemas created by user2...

Here are the full replication steps with an RDS PostgreSQL DB and psql: 1. Logged in as master with psql: ``` -- Create two users for rotations CREATE ROLE user1...

Sorry, I had talked this out with AWS support a while ago. The issue stems from the two users not being read-only. If they have write permissions, the rotation lambda...

+1 on this Noting that cross account validation of ACM certifications works easily with a CNAME record Was also able to get a cross account A record to an ALB...