Skip to content

AWS

Release a static site with MkDocs and S3

We needed a lightweight solution to provide our beta customers with documentation, upcoming features, and FAQs. We wanted to use markdown for developer happiness and wanted something simple and easy to use. We settled on using Python MkDocs to generate a static site that would be hosted in AWS S3.

How to Create Sudo Users for Amazon Linux

On Linux servers, allowing direct root access increases the risk of accidental or unauthorized changes that can harm your system. Instead, admins can create accounts for users that only have the access they need to perform their tasks – and no more (a principle known as least privilege). These accounts are known as sudo users.

Pass AWS credentials to a docker container

Docker is great for running your application in various locations in a consistent way: recall the problematic yet common developer adage “It works on my machine!”. What if I’m trying to test something locally that needs to communicate with AWS and I need to authenticate/authorize my way in. This article is my research journal entry on that topic.

Optimizing Public IPv4 Address Cost in AWS

This document provides information on public IPv4 address usage in AWS and how to estimate associated costs. This document emphasizes the advantages of using Amazon VPC IPAM Public IP Insights to monitor and manage public IPv4 usage. It also provides guidance on how to optimize costs related to public IPv4 charges.