Terraform integrates well with a variety of tools, including version control systems, continuous integration and delivery (CI/CD) pipelines, and collaboration tools.
aws
Working and investigating issues with AWS ECS containers
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
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.
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
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).
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.
Set up Fluent Bit as a DaemonSet to send logs to S3 bucket
The Amazon S3 output plugin allows you to ingest your records into the S3 cloud object store. The plugin can upload data to S3 using the multipart upload API or using S3 PutObject.
How to run AWS CLI within a Lambda function
Learn how to setup lambda execution environment to run awscli commands.
How to create kops cluster in existing VPC, subnets, CIDR range and dns-zone
Use kops to create kubernetes cluster in existing VPC and Subnets.