-
CloudFormation, JMESPath, and more
In my last post, I explored provisioning AWS resources using CloudFormation, a change-up from my usual Terraform explorations. There’s a lot of similarities between the two approaches, which isn’t surprising. In this post, I’m going to practice working more with CloudFormation (CF). One of the tools that I was recommended to learn by someone in…
-
First Foray into CloudFormation
I’m interested in learning Infrastructure as Code, and since I’ve been diving deep into the AWS waters, decided to cozy up to CloudFormation. Here’s what I did to launch an AWS EC2 instance using that tool: First, I created a stack and uploaded a custom .yml file There were a few attribute options, but I…