You have to update the terraform state with the correct provider.
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.
How to generate random emails and pass it to requests.post using python
You can generate multiple email ids and then call RestAPI to signup. You can use this python script and make changes as required.
How to run GitLab Runner inside a Docker container and register to GitLab running in Docker-desktop on Windows
GitLab-runner can be run in a container in Docker-desktop and registered with GitLab to execute your pipeline.
How to resolve – 500 Internal Server Error – GET https://:/artifactory/api/npm/npm
Generate an identity token, which is used to authenticate a user with the JFrog Platform
How to tag an older commit in GitLab repo using Gitlab pipeline
If you’re using GitLab to manage your git repositories, you can run this job to add a tag to older commit.
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
How to start Jenkins, GitLab and Bitbucket containers in Docker-desktop on Windows
Jenkins, GitLab and Bitbucket Docker images can be run as containers locally using Docker-desktop on Windows.
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.