In this video I show how setup Flask and Apache on an Ubuntu VM in Digital Ocean with a custom domain. This was made after someone in the comments on my other DigitalOcean video requested it. If there is something else anyone would like to see, please just let me know I am happy to […]
Continue ReadingCategory: Systems Administration
How To: Create An AWS Lambda Function To Backup/Snapshot Your EBS Volumes
AWS Lambda functions are a great way to run some code on a trigger/schedule without needing a whole server dedicated to it. They can be cost effective, but be careful depending on how long they run, and the number of executions per hour, they can be quite costly as well. For my use case, I […]
Continue ReadingHow To: Launch A Jump Host In AWS Using Terraform
I have been a Hashicorp fan boy for a coupleĀ of years now. I am impressed, and happy with pretty much everything they have done from Vagrant to Consul and more. In short they make the DevOps world a better place. That being said this article is about the aptly named Terraform product. Here is how […]
Continue ReadingHow To: Interact with AWS S3 Using the Go SDK and not lose your mind
After these messages we will carry on with our regularly scheduled programming… Yesterday ( during the scribbling of this article ) AWS suffered one of it’s worst outages in history in the us-east-1 region. A reminder to us all to be multi-region and more importantly multi-cloud. Please see my other articles on HA deployments using […]
Continue ReadingHow To: Launch EC2 Instances In AWS Using The AWS CLI
It occurred to me recently that while I have written articles on Boto for AWS (the Python SDK) I have yet to write articles on how to use the AWS CLI, Terraform and the Go SDK. All of that will come in due time, for starters this article is going to be aboutĀ the AWS […]
Continue Reading