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
gefragt vor 2 Monaten205 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 2 Monaten
AWS
SUPPORT-TECHNIKER
überprüft vor 2 Monaten
  • Thanks Gary, much appreciated. I got it working.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen