User Management Update
10 Feb 2019CICD & Infrastructure as Code Is The 1st Big Step In Cloud Automation
26 Feb 2019Just like hundreds of happy customers, you could scale multiple Auto Scaling Groups settings to 0, cache their settings and separately restore each ASG to their previous settings (avoiding CloudFormation drift).
At GorillaStack, we live and breathe cloud cost optimization as a key use case of our SaaS platform. Other use cases include purging wasted resources, custom code automation, ChatOps, automatic cloud backup, and more. In the area of cost optimization, we focus on what we call ARE: Availability, Retention, and Elasticity. This note will focus on elasticity.
Cloud Elasticity Use Cases
Elasticity is a great feature of cloud. We see many customers use Auto Scaling Groups for their Dev EC2 instances & Azure VMs so that capacity scales up and demand as they work on their applications each day. The only issue with ASGs is that outside of business hours they will still run the minimum number of instances which costs money even though they aren’t being utilized.
We’ve also seen production use cases where it would be ideal to scale an ASG down to 0 running instances. One such use case is a VDI farm that is not used on weekends. While you may not want to adjust the minimum number of instances all way down to 0 in this case, it would be worthwhile to reduce the minimum and desired values based on known traffic patterns.
Another elastic resource that we’ve seen customers want to adjust the throughput for in real time is AWS DynamoDB. Responding to customer demand, we introduced a capability to adjust the read and write capacity on the fly. Whilst DynamoDB does scale up and down automatically, customers were finding that it took too much time to scale up. This created performance issues and was too slow to scale down generating unnecessary costs.
Using GorillaStack Cloud Elasticity Cost Optimization Features
We’ll highlight these great cost savings capabilities for tuning Elasticity:
Update Auto Scaling Groups on the Fly
In the screenshot below you can see the intuitive interface for adjusting ASGs on the fly. Customers are either invoking this capability based on a schedule or manually through the Web App or via a Webhook triggered from Slack. This is a great way to turn on the ASG only when needed by a particular team.
You can adjust the values as well as cache the existing values so that later you can restore the ASG to the cached settings. There’s a helpful paragraph below the form in the Web App that explains all the ways to configure this key action.
Update DynamoDB Throughput on the Fly
In the screenshot below you can see the intuitive interface for adjusting DynamoDB throughput on the fly. Customers can invoke this capability in three different ways:
- Based on a schedule
- Manually through the Web App
- Via a Webhook triggered from Slack
You can adjust both the read and write capacity of tables on the fly. Our customers adjust them up when the day begins. There’s a known minimum load threshold that will guarantee a good end user experience. Later they adjust them down, perhaps to 0 to avoid spending money on a very slow ramp down.
Leverage The True Elasticity of the Cloud.
The key benefit of the Cloud is to “pay as you go” and pay for what you use. The unfortunate truth is that you have to finetune your environment further in order to do so. The good part is that you can use tools like GorillaStack Cost Optimization tool to automate elasticity. You can schedule actions such as turning machines on and off, scaling infrastructure up and down, removing unutilized and underutilized backups. No coding required.
Give us a try or book a demo with us. We are happy to help you on your cloud journey and save cost.