You have to update the terraform state with the correct provider.
AWS
AWS Fargate container deployment from AWS ECR using Azure DevOps pipeline
You can build an application, create a docker image and upload it to AWS ECR using Azure DevOps build pipeline. Later deploy this image from AWS ECR to AWS ECS Fargate container using the Release pipeline in Azure DevOps.
Create ‘Hello World’ example using a Docker image in AWS Lambda
AWS provides a set of open-source base images that you can use to create your container image. These base images include a runtime interface client to manage the interaction between Lambda and your function code.
Searching for string in AWS Systems Manager parameters (Parameter Store)
You can use the AWS Command Line Interface (AWS CLI). Run the following command to search the string in the Values of parameter
Automate replay of messages from AWS SQS Dead letter FIFO queue using python script in Lambda
Setup a Lambda function that could automate this process. In this article, I will share the scripts and steps to do this.
Replay message from AWS SQS Dead letter FIFO queue using python script in Gitlab pipeline
You can manually run the GitLab pipeline to replay the messages from AWS SQS Dead letter FIFO queue to the source FIFO queue.
Github Actions: Build & push Docker image to AWS ECR (Elastic Container Registry)
Publishing a Docker image to Amazon Elastic Container Registry (ECR) is a bit different than it works with other containers. In this article, you will learn how to build and publish a Docker image using Github Actions (workflow).
Some Silly mistakes which sometimes break your head
These are couple of mistakes which became issues and ended breaking my head to fix them. I am sure others also have face such incidents.
How to connect your Google Domain to AWS S3 hosted static website
This article will help you to host your website in Amazon S3 though your domain name is registered with Google.
How to Automatically Update AWS ELB’s Security Group with Amazon CloudFront (IP ranges) by Using AWS Lambda
You can use a Lambda function to update the security group’s rules dynamically whenever AWS publishes new internal service IP ranges for CloudFront.