AWS Using SCP to transfer files to a private EC2 instance through a Bastion Host I have a private EC2 instance and I need to transfer GPG keys onto it (my particular use case is for Vault. But I am sick of having to first
Terraform Building and connecting to a Mysql Database on Aurora with Terraform I can never remember how to connect to a MYSQL Database deployed with RDS and Aurora in a VPC. As my setup inevitably gets more complex, I can't seem figure
Terraform Creating a Bastion Host with Terraform (in AWS) Let's pretend you have these beautiful secure AWS resources. Off some where in a Private subnet hidden away. Then one day something goes wrong with one of your EC2 instances,
AWS Making your computer translate Amazon IAM Policies for you Every time I write or read an AWS policy, I end up reading these same Docs here, because I can never remember what the resource or action means. Well no
AWS The most minimal AWS Lambda + Python + Terraform setup I want to write and deploy the simplest function possible on AWS Lambda, written in Python, using Terraform. Here is what I figured out so far: Note: These are instructions
Terraform Deploying a React App with S3 and Terraform If you want a deployed static React App quickly: S3, Terraform and create-react-app make it quite painless. The following are instructions for creating a new React and making publicly addressable,