Author Archives: Kagarlickij Dmitriy

Azure VMs turn off & on by schedule

save-timeIn this post I’ll show how to setup Azure VMs turn off & on by schedule using Azure Automation which is really useful for cost saving.

We’ll use dozen of actions to manage this task.

However, not all actions can be managed with PowerShell, so we’ll use old Azure portal a few times.

Initially I used one big script, but for this demo I decided to split it to makeĀ things simple.

In this particular example I’ll use two VMs running in the same cloud service.

Continue reading

CD with AWS Elastic Beanstalk: Completion

We’ve completed infrastructure setup using “infrastructure as code” principles.
As we used real cloud power we’ve achieved awesome availability, scaling and security.
We’ve saved a lot of time because we haven’t setup linux, nginx, zabbix, chef, etc.
Instead of this we were focused on application, testing, scaling, continuous delivery – stuff that makes business healthy and happy.
We’ve saved a lot of pretty expensive DevOps hours and haven’t spent too much money because AWS EB, ELB, Scaling, etc are free to use!
We’ll pay only for EC2, EBS and CloudWatch.
And because of scaling we’ll pay only for what we’ll use.

Continue reading