aws AWS Backup for EC2 instances defined by IAC (Terraform) How do we recover an instance, but still maintain the ability to manage the resource with Terraform?
aws AWS SSM Parameter Setting Strategy in Terraform We use AWS SSM parameters to store specifics of our deployed infrastructure, and to share those specifics between terraform projects deployed in an environment.
IAC Add .gitattributes To Your IaC Repos Adding a .gitattributes file to your git repo can easily let WIndows and other users collaborate without newline problems.
aws AWS ImageBuilder Strangeness AWS ImageBuilder default pipeline sometimes changes instance types, leading to strangeness.
terraform Using Terraform locals to minimize repetition Locals tags can be used to minimize code repetition in terraform.