Blogs
How to Automate the Deployment of a Password Protected Static Website on S3 with Jenkins, Docker and Kubernetes
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, and who says...
How TrackIt was able to Save a Hospitality Company 25% on their Monthly AWS Bill
https://www.youtube.com/watch?v=f9umFBkgCss 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...
How to Leverage the TrackIt Cost Management App to get Better Understanding of Your Cloud Deployment
https://www.youtube.com/watch?v=97vuaFdv6Wo 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...
Replicated: A Powerful Tool to Make your Solution Available On-Premise
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...
Deploying ‘docker-compose’ Files on Amazon ECS – A Step-by-Step Guide
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....
How to Set up a Vagrant Dev Environment – A Step-by-Step Guide
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...