Describe RDS Snapshot from a different account

0

Is it possible to describe and remove snapshots within account B using a Lambda function from account A? If so, what IAM permissions are required on what account?

Aaron
asked a month ago200 views
1 Answer
0
Accepted Answer

Best practice would be for your lambda function to assume a role in account B from Account A. Make sure the Role in account B has the correct IAM permissions that allows it to perform actions on snapshots.

Account A lambda execution role will need STS Assume permissions against role in Account B.

profile picture
EXPERT
answered a month ago
AWS
SUPPORT ENGINEER
reviewed a month ago
  • Thanks Gary, much appreciated. I got it working.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions