Simple Dockerfile with cron and sshd in centos version. Dockerfile Use the below content to build your own docker image. FROM centos:latest MAINTAINER ahamed ADD run.sh /tmp/run.sh ADD root_cron /tmp/root_cron ## Install crontab and basic configuratoin RUN yum -y update…
Simple python script which helps to install microk8s for the local desktop development.
We will be using the ebextensions to deploy the EFS in Elastic beanstalk.
Tired of installing ansible and writing configuration which you don’t know, but you know the command to install means you are in right place, I have a made mini ansible just clone and add ur command on conf it works like a charm.
Simple Django application for beginners to play around without worry much about the setup.
Decoding the boto3, if you want to launch the EC2 instance using the API. You are in the right place.
Provision and deploy the Consul on AWS using Terraform and Docker. Introduction In this post, we will deploy a highly available three-node Consul cluster to AWS. We will use Terraform to provision a set of EC2 instances and accompanying infrastructure….
What do you find here? Accessing the Bitbucket API v2.0. Get the list of the repo with UUID. Get the history of the commit with the committed author within the limit. Sort and get the top committer. List the number…