In my previous note, [Azure DevOps and Terraform to provision AWS S3], I listed in detail the steps to be followed to provision an S3 bucket using Azure DevOps and Terraform. I referred to the classic editor in the build definition/azure pipelines. Build and release definitions declared via a classic editor in Azure DevOps, although … Continue reading Azure Pipelines (YAML) and Terraform to provision AWS S3
Category: AWS
Azure DevOps and Terraform to provision AWS S3
Here's an interesting use case I came across -that I thought could also be a useful resource to share- and hence this post. I've worked on Terraform and am aware of the solution that it provides to IaC principles. I've worked extensively on Azure DevOps and know that Azure Pipelines can be good at orchestration … Continue reading Azure DevOps and Terraform to provision AWS S3
Authenticating Terraform to AWS using IAM user
In my previous note, I mentioned the steps to authenticate Azure. Here in this note, I'll list the steps to authenticate to AWS. The approach will be quite similar -we create an IAM user with appropriate policies, create/update terraform configuration files, and run the configuration files. Step 1: Create an IAM user To work with … Continue reading Authenticating Terraform to AWS using IAM user
Deploy from Azure DevOps to AWS S3 in 3 steps
How to deploy an artifact from Azure DevOps to AWS S3 in 3 easy steps
Azure DevOps to EC2 instance in 4 steps
How to deploy a build artifact from Azure DevOps to an AWS EC2 instance in 4 easy steps
AWS identity and access management
AWS IAM -this is where it all begins