Month February 2021

AWS CodeCommit and JIRA integration

CodeCommit-JIRA

AWS CodeCommit service is the SCM tool, fully managed by AWS. You can make use of your existing git commands to work with repositories hosted on CodeCommit. AWS does not have any out-of-box integration for AWS CodeCommit and JIRA integrations…

For and For_Each loop in Terraform

In this article, we are going to discuss on For and For_Each loop in terraform. The count meta-argument at the terraform helps us to create multiple resources of the same type. It is the simplest construct to have the functionality…