Amazon Aurora Serverless v1 supports configurable autoscaling timeout - devamazonaws.blogspot.com

Amazon Aurora Serverless v1 now supports setting timeout for autoscaling. Based on your application’s needs, you can specify a timeout between 1 and 10 minutes with a default value of 5 minutes. Aurora Serverless v1 looks for a period of no activity to initiate a scaling operation. If the timeout period is reached without such a point, you can stay at the current capacity or force the capacity change. Learn more about autoscaling in the Aurora Serverless v1 documentation. To set the timeout, visit the AWS Management Console or use the latest AWS SDK or CLI.

Post Updated on September 13, 2021 at 07:31PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com