Simple setup of how https://awstutorialseries.com works behind the scenes. I have the static content in S3, an SSL certificate with certificate manager, and a cloudf...
Create your own custom https://hubot.github.com/ that you can chat with in Slack! You can change the bot name, what channels it's listening on, and all sorts of comm...
This tutorial goes over connection two regions together using OpenVPN. Region 1 is us-east and that runs on 172.30.* and region 2 is us-west and that is on 172.31.* ...
These are some best practices when setting up a production elasticsearch setup. There are alot of other settings that can be done but this is a great start for a typ...
Setting up auto scaling EC2 instances and putting them into an ELB. I also go over setting up a custom scaling policy to be triggered off of a cloudwatch alert! Hope...
This tutorial goes over bootstrapping a consul server as well as setting up an agent. I have preconfigured json config files for each different type of server. My re...
Setting up Squid3 proxy server on an EC2 instance. In this tutorial I setup an ACL for blocking websites as well as username and password authentication to connect t...
This tutorial is on setting up Amazon's EFS on an EC2 server. Few things to note as of the time making this video EFS is only available in us-west. Also I have my se...
This tutorial goes over setting up your domain name to point to Route 53 as well as how to create an A and CNAME record for your site! In my example I had my website...
In this tutorial I setup an SNS topic and subscribe to it via email. I then set a CloudWatch metric on an elastic load balancer to monitor the healthy hosts and set ...
Tutorial on how to setup AWS Code Commit using SSH and IAM roles. I go over setting up your SSH key and importing into your IAM user so that you can connect to Code ...
Tutorial on how AWS SQS works and a simple application implemented using NodeJS and the AWS SDK. With this app you will be able to create queues and work with messag...
Tutorial on how SES works and a simple application implemented using NodeJS and the AWS SDK. I go over verifying an email address, listing your verified email addres...
Elasticsearch is an amazing tool for search but I have noticed there is not many good tutorials to help beginners get started. So I created this to help anyone start...
Elasticsearch is an amazing tool for search but I have noticed there is not many good tutorials to help beginners get started. So I created this to help anyone start...
This is a tutorial to show how quickly you can get a live streaming server up and running to stream content from your iOS or Android device using GoCoder and Wowza. ...
This tutorial goes over how to setup the OpenVPN server on an EC2 instance using an AWS Marketplace AMI. I also show you how to install the OpenVPN client onto your ...
Wanted to make a tutorial on how to setup Drupal 7 in the AWS cloud using their EC2 instance and RDS MySQL instance. This is a great way to get a small Drupal site u...
This tutorial is to help you create your own NAT server so that your servers in a private subnet can still access the internet when they need to! Depending on how yo...