Tag tips-n-tricks
Deprecated Terraform provider template causes `Incompatible provider version` error
Did you recently switch to a Mac with Apple Silicon (ARM processor architecture)? The chances are high that you will see an Error: Incompatible provider version when running terraform init the next time. That’s because Hashicorp does not provide the tem...
Read moreAutomate CloudFormation StackSets with CloudFormation
CloudFormation StackSets rollout CloudFormation stacks to all or some of your AWS accounts. Also, stack sets allow you to deploy stacks to multiple regions. Therefore, CloudFormation stack sets are a great way to deploy baseline configurations to multip...
Read moreAWS Backup - Vault cannot be deleted? Use this script!
With AWS Backup, it is simple to create snapshots of EBS, EFS, and more. A retention period defines the number of recovery points stored within a backup vault. When removing a backup vault, you need to delete all recovery points first. Doing so is a cum...
Read moreAvoid the 60 minutes timeout when using the AWS CLI with IAM roles
You can configure the AWS CLI to assume an IAM role for you in combination with MFA. If you are a power user of the CLI, you will realize that you have to enter your MFA token every 60 minutes, which is annoying. You will learn how to fix that in the f...
Read more6 unknown CloudFormation features you should know about
I was recently invited to a CloudFormation workshop with a group of early CloudFormation users. I soon realized that the group had a good understanding of the basics, so I started to introduce more advanced features. Today, I would like to share with y...
Read moreA non-technical way to reduce your AWS bill within 5 minutes
Are you looking for ways to reduce your monthly AWS bill? Usually, I do share technical tips and tricks to do so: 3 simple ways of saving up to 90% of EC2 costs or Performance boost and cost savings for DynamoDB. But today, I will share a nontechnical w...
Read more6 tips and tricks for AWS command-line ninjas
The AWS Command Line Interface (CLI) allows you to manage AWS services. Using the CLI from your terminal interactively allows you to half-automate tasks and frees you from logging into the AWS Management Console. In addition integrating the CLI into she...
Read more