In this article, we will create a simple script to upload files to AWS Simple Storage Service (S3). Amazon S3 is a storage service…
In this guide we are going to explore how to launch Kubernetes instance in Digital Ocean. Digital Ocean provides a cost-effective, ready-to-use Kubernetes cluster…
Recently, I was working on a project that involved fetching files from an sftp server periodically.The files were being added daily so the task…
In this guide, we will explore provisioning an AWS RDS instance using Terraform. This concept is known as Infrastructure as code, i.e. provisioning infrastructure…
Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code. MySQL is an open-source relational database management system. It’s…
Vagrant is an open-source software product for building and maintaining portable virtual software development environments for VirtualBox, KVM, Hyper-V, Docker containers, VMware, and AWS.…