Question on AWS SSM Run Command

0

I created a common administrative task via run command with AWS-RunPowerShellScript (aws ssm send-command) targeting a few Windows instances. I tested it and it works. I'd like to set up a cron so that SSM can run this command once every 3 weeks.

Sri
demandé il y a 5 mois217 vues
1 réponse
0
Réponse acceptée

Hello.

I think it is possible to run Systems Manager SendCommand every 3 weeks by setting the EventBridge scheduler's rate base rule to run every 21 days.
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-rate-expressions.html

It is also possible to configure using State Manager without using the EventBridge scheduler.
https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state.html

profile picture
EXPERT
répondu il y a 5 mois

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