dwarkajha.hashnode.devserverless On AwsIn this blog post, we will take a deep dive into building detailed HTTP APIs on AWS using the Serverless framework. We will explore the key components and steps involved in designing, implementing, and deploying highly customizable and efficient APIs...Jul 21, 2023路10 min read
dwarkajha.hashnode.devAnsible Project 馃敟Create 3 EC2 instances. Make sure all three are created with the same key pair. To create three EC2 instances with the same key pair using the AWS Management Console, you can follow these steps: Log in to the AWS Management Console (https://console....Jun 16, 2023路3 min read
dwarkajha.hashnode.devAnsible PlaybooksAnsible playbooks run multiple tasks, assign roles, and define configurations, deployment steps, and variables. If you鈥檙e using multiple servers, Ansible playbooks organize the steps between the assembled machines or servers and get them organized an...Jun 16, 2023路6 min read
dwarkajha.hashnode.devUnderstanding Ad-hoc commands in AnsibleAnsible ad hoc commands are one-liners designed to achieve a very specific task they are like quick snippets and your compact Swiss army knife when you want to do a quick task across multiple machines. To put simply, Ansible ad hoc commands are one-l...Jun 16, 2023路3 min read
dwarkajha.hashnode.devUnderstanding Configuration Management with AnsibleWhat's this Ansible? Ansible is an open-source automation tool, or platform, used for IT tasks such as configuration management, application deployment, intraservice orchestration, and provisioning Task-01 Installation of Ansible on AWS EC2 (Master N...Jun 16, 2023路4 min read