TrackIt is an amazing product to manage and optimize your cloud billing. However, some customers aren't ready and still wants to have a hands-on the solution they're using for security or management reasons. We are going to show you how you can use Replicated to transform TrackIt into an on-premise product. In today's world, we tend to externalize our resources. The...
AWS ECS allows you to run and manage Docker containers on clusters of AWS EC2 instances. This is done using task definition files: JSON files holding data describing the containers needed to run a service. It is the AWS equivalent of your everyday docker-compose file. What we want today is to automate the deployment of docker-compose services on AWS, by...
Today, we are going to learn how to setup an environment with the awesome tool that any DevOps should know, Vagrant. Behind this name is a wonderful software which automates the use of virtual machines (VMs) to create reproducible environments on-the-fly. By creating a simple configuration file, within minutes you will have a fresh virtual machine started and provisioning without...