Skip to content

Update aws-lambda-managed-instances power for region expansion and scheduled scaling#153

Merged
nadetastic merged 1 commit into
kirodotdev:mainfrom
sbbhimji:lmi-scheduled-scaling-region-expansion
Jun 20, 2026
Merged

Update aws-lambda-managed-instances power for region expansion and scheduled scaling#153
nadetastic merged 1 commit into
kirodotdev:mainfrom
sbbhimji:lmi-scheduled-scaling-region-expansion

Conversation

@sbbhimji

Copy link
Copy Markdown
Contributor

Summary

Updates the aws-lambda-managed-instances power for two recent Lambda Managed Instances launches:

  1. Region expansion (announcement) — LMI is now available in all commercial AWS Regions except Israel (Tel Aviv), Middle East (Bahrain), Middle East (UAE), and Asia Pacific (Auckland). Replaces the previous fixed five-region list in the Onboarding section.
  2. Scheduled scaling (announcement) — documents using Amazon EventBridge Scheduler to adjust MinExecutionEnvironments/MaxExecutionEnvironments on a one-time or recurring schedule for predictable traffic (scale up before peak, scale down or to zero when idle).

Files changed

  • POWER.md: regional availability; scheduled-scaling keyword; scheduled-scaling note in Workflow Step 3; two Operations best practices; updated steering pointers; Scaling docs link in Resources.
  • steering/configuration-guide.md: new "Scheduled Scaling (Predictable Traffic)" section — behavior notes (still scales on CPU/concurrency between bounds; Min=Max=0 deactivates and needs explicit reactivation) and a common-patterns table.
  • steering/infrastructure-setup.md: new "Scheduled Scaling (EventBridge Scheduler)" section — scheduler IAM trust/permissions policies, create-schedule examples targeting the PutFunctionScalingConfig universal target, and a manual put-function-scaling-config override.

Notes

Documentation-only change; content verified against the LMI scaling documentation. Uses placeholder identifiers (<account-id>) only.

…heduled scaling

- Region availability: now all commercial AWS Regions except Israel (Tel Aviv), Middle East (Bahrain), Middle East (UAE), and Asia Pacific (Auckland).
- Scheduled scaling: document EventBridge Scheduler-based scheduled scaling of Min/Max execution environments for predictable traffic (POWER.md, steering/configuration-guide.md, steering/infrastructure-setup.md).
@nadetastic nadetastic merged commit b28c71b into kirodotdev:main Jun 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants