aws-auto-scaling-custom-resource
aws-auto-scaling-custom-resource copied to clipboard
Libraries, samples, and tools to help AWS customers onboard with custom resource auto scaling.
Results
2
aws-auto-scaling-custom-resource issues
Sort by
recently updated
recently updated
newest added
trafficstars
Hi, My application makes use of kinesis streams. In order to cope up with the changing load pattern, I wish to use application autoscaling service to scale up/down kinesis shards....
I've followed the instructions and created the CFN stack. I tested my API manually. I'm now trying to register the scalable target on the CLI: aws application-autoscaling register-scalable-target \ --service-namespace...