If you are experiencing issues with your Amazon Web Services (AWS) Elastic Container Service (ECS) containers, here are a few steps you can take to investigate and troubleshoot the issues
AWS
Differences in Kubernetes and AWS Fargate
Kubernetes may be a better fit for organizations that need more control and flexibility, while AWS Fargate may be a better option for organizations that want a more managed and scalable solution.
Create a centralized AWS Config for multiple accounts in your organization
Here is an example of how you might use Terraform to manage AWS Config for multiple accounts
How to implement a blue/green deployment with AWS Fargate
Here are the high-level steps for implementing a blue/green deployment with AWS Fargate
upgrading terraform v0.13 to v1.0.0 “Failed to instantiate provider” for every project
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.
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.