MJManasa Jinmanasaj.hashnode.dev·Jan 25, 2025 · 6 min readAnsibleAnsible is an open-source IT automation tool used to manage and configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero-downtime rolling updates. It simplifies and streamlines tasks that would...00
MJManasa Jinmanasaj.hashnode.dev·Jan 24, 2025 · 4 min readTerraformWhat is Terraform? Terraform is a Infrastructure as Code tool for provisioning infarstructure .Terraform is an open-source Infrastructure as Code (IaC) tool developed by HashiCorp. It enables you to define, provision, and manage infrastructure resour...00
MJManasa Jinmanasaj.hashnode.dev·Nov 7, 2024 · 3 min readEC2 (Elastic Compute Cloud)Amazon Elastic Compute Cloud (EC2) is a key AWS service that provides scalable virtual servers, or "instances," in the cloud. EC2 allows users to run applications with customizable compute resources, making it an essential tool for businesses to scal...00
MJManasa Jinmanasaj.hashnode.dev·Nov 6, 2024 · 5 min readCloud computingWhat is cloud computing? Cloud computing is the delivery of on-demand computing services over the internet on a pay as you go basis. ->The term cloud refers to a network or the internet. ->Entire building convert as a data center. Features of cloud c...00
MJManasa Jinmanasaj.hashnode.dev·Sep 22, 2024 · 2 min readDay 20 Task : Docker composeDocker Compose is a tool that allows you to define and manage multi-container Docker applications using a simple YAML file called docker-compose.yml. With Docker Compose, you can easily set up, run, and manage complex applications involving multiple ...00