What is Terraform?Terraform is an open-source Infrastructure as Code (IaC) tool that lets developers provision and manage the cloud or on-prem resources through machine-readable declarative configuration files. HashiCorp created it. Traditionally, suppose one wants to...Dec 6, 2024·2 min read
Amazon Linux 2: Building Python from sourcePython is one of the widely used high-level, general-purpose, object-oriented programming languages that was created by Guido van Rossum in 1991. It is a free and open-source programming language and can be used to build various applications includin...Apr 14, 2024·3 min read
AWS CodeCommit: Authenticating to a repository (HTTPS)We know that CodeCommit hosts private Git repositories. So, you need to authenticate or connect to the repository before you push, pull, or fetch the code. No one can connect to your repository except yourself, the repository owner, or someone with c...Apr 13, 2024·3 min read
AWS CodeCommit: Creating a repositoryIn our previous post, we briefly introduced AWS CodeCommit and its features. Now let’s see how to create a repository. Creating a CodeCommit repository is simple. Login to the AWS management console. Search for CodeCommit in the search box at the t...Apr 11, 2024·1 min read
AWS CodeCommit: IntroductionAWS CodeCommit is a version control service from AWS where we can store and manage files - documents, code files, binary files, or any files in the cloud. It is a secure, highly scalable, managed source or version control service that hosts private G...Apr 9, 2024·3 min read