Invoking AWS SSM in Lambda

0

How do I invoke "AWS-CreateRdsSnapshot" SSM document via a Lambda function?

asked a year ago1009 views
1 Answer
1

In Python you would use start_automation_execution - it needs the target (RDS instance) which the automation is going to run on. Your lambda iam role will also need permission for this action

AWS
EXPERT
Peter_G
answered a year ago

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