Invoking AWS SSM in Lambda

0

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

已提问 1 年前1030 查看次数
1 回答
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
专家
Peter_G
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则