Amazon EKS clusters require kubectl and kubelet binaries and the aws-cli or aws-iam-authenticator binary to allow IAM authentication for your Kubernetes cluster.
OAuth 2.0 Client Credentials Grant type flow
The Client Credentials grant type is used by clients to obtain an access token outside of the context of a user. This is typically used by clients to access resources about themselves rather than to access a user’s resources.
Creating custom Terraform providers and extending Terraform’s functionality
One of the advanced features of Terraform is the ability to create custom providers, which allows you to extend Terraform’s functionality to manage resources that are not natively supported.
An introduction to Terraform and its use cases
Terraform integrates well with a variety of tools, including version control systems, continuous integration and delivery (CI/CD) pipelines, and collaboration tools.
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
What is Docker and how can I use it
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers.
Tag to a previous commit in a Git repository that you have cloned locally
To add a tag to a previous commit in a Git repository that you have cloned locally, you can follow these steps
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