All Stories

Show full history in PowerShell

PowerShell’s Get-History only lists the current session history. Now, I’m going to share with you a quick nugget on how to show the full history from all sessions.

In PowerShell, Jul 15, 2022

Restart ECS tasks with --force-new-deployment

If you want to update your currently running ECS tasks and launch new ones, there is a cool option --force-new-deployment which will start a new deployment of the service and recycle ...

In AWS, Jul 14, 2022

google_project_iam_binding removes GCP compute engine default service accounts from IAM principals

By default, once you enable the Compute Engine API in GCP, two Google-managed service account principals will be created Compute Engine default service account and Google APIs service...

In GCP, Terraform, Jul 13, 2022

Install Traceroute on Amazon Linux 2

Traceroute is a suitable option in a situation where you need to troubleshoot some network connection issues. The tool displays all the possible routes and packet loss over the Intern...

In Traceroute, AWS, Amazon Linux 2, Jul 12, 2022

'Failed to install provider ... doesn't match checksums from dependency lock file' error in Terraform

For today’s Terraform error of the week series we are going to take a look at the following one:│ Error: Failed to install provider│ │ Error while installing terra-farm/xenorchestra v...

In Terraform, Jul 11, 2022

How to restore index with a different name from an Elasticsearch snapshot

You may wonder if it’s possible to rename an Elasticsearch index while doing a restore from an Elasticsearch snapshot but keeping the existing index as it is. Let’s see the scenario. ...

In Elasticsearch, Jul 10, 2022

Terraform output with loops: count and for_each

It’s not a new thing to loop through Terraform outputs though, so here are a few solutions that could help since count can’t be used as part of the output itself.

In Terraform, Jul 09, 2022

Install Node.js on Alpine Linux

Setting up a Node.js environment for development on Alpine Linux is quite easy and simple. So let’s see how to install Node.js with NPM on Alpine Linux.

In Node.js, Alpine Linux, Jul 08, 2022

Migrating Terraform state the other way around: remote to local

Migrating Terraform state to a remote location such as a cloud object storage is a no-brainer since it solves the shared access to state challenge when working with multiple members a...

In Terraform, Jul 07, 2022

Install Ansible on Alpine Linux

The Ansible installation on Alpine Linux can be achieved easily and quickly through the official Alpine packages.

In Ansible, Alpine Linux, Jul 06, 2022