Sync LMI power with upstream skill accuracy corrections#139
Open
sbbhimji wants to merge 1 commit into
Open
Conversation
Apply recent corrections from the source LMI skill: - Clarify execution environments vs EC2 instances (drop fixed 3-instance/14-day claims) - MaxVCpuCount defaults to 400 (not required); MinExecutionEnvironments min 1 non-prod, 3+ prod - Instance family minimums: C .xlarge+, M/R .large+ (~450 types) - Cost threshold ~$1,000/month Lambda spend; scaling doubles within 5 min without throttles - Soften VPC subnet requirement (min 1, 3+ recommended); VPC endpoints only if no NAT - Add /tmp usage estimation to migration/thread-safety checklists - Add instance (~12h) and execution environment (~4h) lifespans; regional availability list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs the AWS Lambda Managed Instances power with recent accuracy corrections made to the source LMI skill (reviewer feedback on the upstream Claude Code plugin).
Changes
MaxVCpuCountdefaults to 400 (not required);MinExecutionEnvironmentsmin 1 non-prod, 3+ recommended for prod AZ coverage.xlarge+, M/R.large+(~450 types)/tmpusage estimation to migration and thread-safety checklistsFiles
POWER.mdand 5 steering files (configuration-guide, cost-comparison, infrastructure-setup, thread-safety, troubleshooting).Testing
Content-only update; verified via grep that all corrected values are present and stale values removed.