2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
Hello,
This should be a simple fix - all you should need to do is add these lines:
"begintime": {
"S": "21:00"
},
"endtime": {
"S": "10:00"
},
"timezone": {
"S": "UTC"
}
which will ensure the upscaling function will execute at 9pm UTC and stop the next day at 10am UTC. You can then edit your downscaling function to execute at your desired time until the next upscale time.
Reference: https://repost.aws/knowledge-center/stop-start-instance-scheduler
répondu il y a 2 ans
-1
you can reference this solution:
https://aws.amazon.com/solutions/implementations/instance-scheduler/
répondu il y a 3 ans
Contenus pertinents
- demandé il y a 11 jours
- demandé il y a 11 jours
- demandé il y a 5 mois
- AWS OFFICIELA mis à jour il y a 6 mois
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 2 ans