AWS EC2 + S3

Mounting non us-east-1 AWS based S3 bucket into an EC2 instance

The Problem AWS S3 is a global service for storing block data; however, when using a bucket as a file system is can be confusing…
Terraform

Terraform: EC2 access to CodeCommit without HTTPS or SSH credentials.

The Problem I needed a way for a EC2 instance to clone a CodeCommit repository without using HTTPS credentials or a SSH key. Specifically I…