-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application Autoscaling basic features #3082
Application Autoscaling basic features #3082
Conversation
…terministic return later.
…r checking that ecs service exists.
Adds some details to give people an idea what's involved in adding new features/services
NB. Build is currently failing due to #3098 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your contribution @dawngerpony!
I'm going to have to leave this open for now - will merge it after we get master fixed
…into feature/1931-application-autoscaling
No problem, I've tried merging your changes from #3099 into my branch to see if I can at least get a green build while I'm waiting for |
@bblommers I think this PR might be ready to merge now? I've pushed your build fix from |
Fixes #1931.
Problem
moto currently has no support for mocking any of the Application Load Balancing features of boto3. See #1931 for more information.
Changes
Current status of this PR:
describe_scalable_targets
with "consistency validation" for ECS-based targetsregister_scalable_target
TODO
Notes
autoscaling
functionality, which is far closer to the functionality required by Application Autoscaling than the Managed Blockchain functionality.