How to increase an EBS volume size
The Premise You’ve set up a new EC2 instance and allocated a fixed amount of space in your EBS. The Issue However after using your instance you realise...
What is a DNS and Name Server?
What is a DNS (Domain Name System) Put simply, the DNS (Domain Name System) is a network of databases. These databases are maintained and managed by several internet authorities,...
Setup Cloudfront for S3
Premise This is simple step by step guide about how to setup Cloudfront for a Static S3 site. To set this up on AWS we will need to use...
Code Pipeline with jekyll
The Premise Recently I rebuilt my personal website but this time I used Jekyll as my static site generator as I wanted to add blogging but didn’t want to...
Simple Travis CI
This is a simple explanation of how to use Travis CI for a simple package. Login into TravisCI and register your account. Add a public repo and activate...