RVRavi Vishwakarmaincloudcomutingandnetworking.hashnode.dev·Apr 11, 2025 · 3 min readWhat is Auto Scaling?Auto Scaling in AWS - Complete Guide 1. What is Auto Scaling? Auto Scaling is an AWS service that automatically adjusts compute resources to: Maintain application availability Handle traffic fluctuations Optimize costs 2. Key Benefits ✔ High Ava...00
RVRavi Vishwakarmaincloudcomutingandnetworking.hashnode.dev·Apr 11, 2025 · 2 min readElastic Load Balancer (ELB)Elastic Load Balancer (ELB) in AWS - Complete Guide 1. What is ELB? AWS Elastic Load Balancer (ELB) is a fully managed service that automatically distributes incoming application traffic across multiple targets (EC2 instances, containers, IP addresse...00
RVRavi Vishwakarmaincloudcomutingandnetworking.hashnode.dev·Apr 10, 2025 · 3 min readWhat is EBS volume in AWS?Amazon EBS (Elastic Block Store) - Complete Guide 1. What is EBS? Amazon Elastic Block Store (EBS) is a persistent block-level storage service designed for use with Amazon EC2 instances. It provides highly available, scalable, and low-latency storage...00
RVRavi Vishwakarmaincloudcomutingandnetworking.hashnode.dev·Apr 2, 2025 · 1 min readCheck the installed version of chef-client on the system. (Use the appropriate command and explain the output)To check the installed version of chef-client on your system, you can use one of these commands depending on your OS and how Chef was installed: For most Linux systems (RPM/DEB packages): bash Copy chef-client --version Example output: Copy Chef: 17...00
RVRavi Vishwakarmaincloudcomutingandnetworking.hashnode.dev·Apr 2, 2025 · 1 min readDownload a package manually using wget (e.g., a sample .rpm or .deb file). (Verify its existence using ls)Here's how you can manually download a package using wget and verify its existence with ls: For a .deb package (Debian/Ubuntu): bash Copy wget http://archive.ubuntu.com/ubuntu/pool/main/z/zlib/zlib1g_1.2.11.dfsg-2ubuntu1_amd64.deb ls -l zlib1g_1.2.11...00