Invoking AWS SSM in Lambda

0

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

posta un anno fa1030 visualizzazioni
1 Risposta
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
ESPERTO
Peter_G
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande