Exploring AWS Transform Custom: Part 1 of 3

Exploring AWS Transform Custom: Part 1 of 3

AWS Transform Custom: AWS CDK TypeScript to AWS CDK Python Conversion Welcome to Part 1 of my three-part series exploring AWS Transform (ATX Custom) for code modernization. We’ll start with a foundational language conversion, progress to infrastructure-as-code transformations, and end with a complex legacy application modernization to experiment and (hopefully) demonstrate the capabilities of ATX Custom! :)

Read More
Refactoring of a static site deployment, from Terraform to AWS CDK

Refactoring of a static site deployment, from Terraform to AWS CDK

Refactoring of a static site deployment, from TF to AWS CDK Intro Personal projects are fun, especially when you have the flexibility to choose your provisioner. In my case, I initially deployed the static site via Terraform. I realized shortly after, that.. even though it did what I wanted it to.. it may not scale in the way that I’d like it to. This is where I shifted to rewrite it in AWS CDK (Cloud Development Kit) v2.x to allow for:

Read More
Utilize random_shuffle to improve AWS availability zone spread when deploying with Terraform

Utilize random_shuffle to improve AWS availability zone spread when deploying with Terraform

random_shuffle In my repository, event-driven-msk (shown here) - an Amazon VPC is deployed, along with subnets for private & public. A part of that requires a region selection (defined in your provider.tf file), along with availability zone selection.

Read More
Automating data workflows using Amazon Textract and Amazon Comprehend Medical deployed through Terraform

Automating data workflows using Amazon Textract and Amazon Comprehend Medical deployed through Terraform

Overview Automating data workflows using Amazon Textract and Amazon Comprehend Medical deployed through Terraform

Read More
AWS Security: a curated list of repositories

AWS Security: a curated list of repositories

AWS Security: a curated list of repositories Overview These lists will curate some of the latest GitHub repositories that assist with deploying to AWS using Terraform.

Read More
Deploying the AWS-ServiceBroker prerequisites using Terraform

Deploying the AWS-ServiceBroker prerequisites using Terraform

aws-servicebroker-tf I was unable to find a Terraform version of the CloudFormation stack that deploys the prerequisites for AWS-ServiceBroker. I’ve since created this in Terraform, along with improving upon some of the initial concepts adapted in the CloudFormation template.

Read More
HashiCorp Terraform AWS Provider v3.4.0 now supports aws_emr_managed_scaling_policy

HashiCorp Terraform AWS Provider v3.4.0 now supports aws_emr_managed_scaling_policy

HashiCorp Terraform AWS-Provider Issue #13952 was highly sought after for a recent implementation of EMR v5.30.0. The requirements included the need for the utilization of AWS Auto Scaling for EMR. We sought out the AWS EMR Managed Scaling feature, but were sad to see that support for that attribute was not in the AWS provider yet.

Read More
Deployment of HashiCorp Vault using Terraform

Deployment of HashiCorp Vault using Terraform

aws-vault Terraform deployment of HashiCorp Vault. This is a work in progress write-up and will change.

Read More