aws-solutions / instance-scheduler-on-aws

A cross-account and cross-region solution that allows customers to automatically start and stop EC2 and RDS Instances
https://aws.amazon.com/solutions/implementations/instance-scheduler-on-aws/
Apache License 2.0
542 stars 264 forks source link

maximum accounts #526

Closed MO-BENCHEIKH closed 5 months ago

MO-BENCHEIKH commented 5 months ago

Hello,

Based on your feedback, how many accounts can be supported by a single Lambda with the maximum settings (memory, timeout, etc.) ?

Regards, M.B

CrypticCabub commented 5 months ago

Each account is processed in parallel so there is no known maximum limit for number of accounts Instance Scheduler can support. The only theoretical limit is the lambda concurrency quota configured on your account causing sufficient lambda throttling that we do not complete a scheduling execution within scheduling interval configured on the hub stack, but we're talking well over 1000 targets at this point (1 target = 1 unique combination of account/region/service)