by Ludovic Francois | Sep 14, 2017 | Blogs
If you need to host a website that only contains static content, S3 might be an excellent choice for its simplicity: you upload your files on your bucket and don’t need to worry about anything else. However, today’s companies are looking for automation,...
by Ludovic Francois | Sep 8, 2017 | Blogs
Introduction to TrackIt Ā Ā Ā Ā What features does TrackIt have that help with cost savings? TrackIt is an interactive cloud management tool that allows users to get insight to their cloud deploymentās financial and operational metrics. Although TrackIt has an...
by Ludovic Francois | May 27, 2017 | Blogs
Set Up a TrackIt Account Our team developed TrackIt to help organizations better understand their AWS cloud deployment. Our interactive platform offers insights into cloud operational metrics through a variety of charts including utilization (CPU, bandwidth, I/O) of...
by Ludovic Francois | Jan 26, 2017 | Blogs
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...
by Ludovic Francois | Nov 1, 2016 | Blogs
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....
by Ludovic Francois | Oct 17, 2016 | Blogs
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...