AWS

Deploy AWS LocalStack using Docker Composer

Introduction LocalStack is an open source tool that lets you simulate AWS (Amazon Web Services) cloud services, on your own computer. It creates a self contained and user environment for developers to experiment with and build AWS applications without worrying about any real costs from AWS usage. The main goal of LocalStack is to mirror […]

Configure Terraform with AWS Cloud on Ubuntu 22.04 LTS

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, […]

Scroll to top