Introduction Terraform is a infrastructure as code that is free and open-source. It offers a consistent CLI workflow for managing hundreds of cloud services. Declarative configuration files are created by Terraform by codifying cloud APIs. AWS IAM (Identity and Access Management) user is a type of entity within the AWS (Amazon Web Services) platform that […]
Installing AWS CLI on Ubuntu 22.04 LTS
Introduction AWS CLI stands for Amazon Web Services Command Line Interface. It is a command-line tool provided by Amazon Web Services (AWS) that allows developers, system administrators, and other users to interact with AWS services and manage their resources from a command-line interface. By using AWS CLI, users can automate their AWS workflows, write scripts, […]