IAM Auth for Lambda
Created: 2020-01-09, Modified: 2020-01-09
Authenticating specific Lambda functions for use from Python
AWS Lambda - Basics
Created: 2020-01-08, Modified: 2020-01-08
Basics of creating a simple API-driven AWS Lambda function
Ubuntu: Blindly Trusting the Corporate CA
Created: 2020-01-08, Modified: 2020-01-08
Trusting a CA-signed certificate from a companies firewall on Ubuntu
Injecting KVM Drivers to Windows 10 for OpenStack
Created: 2019-12-17, Modified: 2019-12-17
How to inject KVM drivers into a Windows 10 image for use in OpenStack Glance
Fix shrunken USB drive after using as boot disk
Created: 2019-12-16, Modified: 2019-12-16
How to fix formatting USB sticks after they shrink for burning .iso's to them.
Installing Node.js with Ansible
Created: 2019-12-13, Modified: 2019-12-13
How to install a current Node.js version on Ubuntu with Ansible using the nodesource apt repository. Covers why NVM fails in Ansible and includes complete playbook tasks for the apt key, repo, nodejs, and npm packages.
Operating OpenStack from Ansible
Created: 2019-12-03, Modified: 2019-12-03
Creating instances, volumes, and networks in OpenStack using Ansible
CloudFlare HTTPS CDN
Created: 2019-12-02, Modified: 2019-12-02
Using Cloudflare to provide HTTPS to an HTTP static site
Project: GCP Deep Dive
Created: 2019-11-28, Modified: 2019-11-28
An ongoing in-depth exploration of Google Cloud Platform
Project: AWS Deep Dive
Created: 2019-11-27, Modified: 2019-11-27
An ongoing in-depth exploration of Amazon Web Services
Project: OpenStack Deep Dive
Created: 2019-11-25, Modified: 2019-11-25
An ongoing in-depth exploration of the various projects and features of OpenStack.
Vim Spell-Check
Created: 2019-10-25, Modified: 2019-10-25
How to enable, disable, and use spell check in Vim (version >=7).
Google Cloud Firestore Basics - Python
Created: 2019-10-14, Modified: 2019-10-14
Reading and writing Firestore entries from local python, and some comparisons with Datastore
Google Cloud Functions: Basics
Created: 2019-10-11, Modified: 2019-10-11
Building a simple servless API on Google Cloud Platform's Cloud Functions
Using AWS S3 from Python
Created: 2019-09-26, Modified: 2019-09-26
Saving and reading files from S3 using python and a dedicated IAM user.