Invoking AWS SSM in Lambda

0

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

demandé il y a un an1030 vues
1 réponse
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions