Does anyone know if we can create spot fleet sched...
# general
f
Does anyone know if we can create spot fleet scheduled scaling via pulumi ? I have found the
aws.autoscaling.Schedule
but it asks for a group and I'm not sure how to reference the spot fleet request. In the aws console, it looks quite simple. Anyone can point me in the right direction ?
Just after asking this, i found: https://www.pulumi.com/registry/packages/aws/api-docs/appautoscaling/target/ Is this maybe the right one to use for this autoscaling schedule ?