Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 17, 2024Streamlining AWS Compliance: A Guide to Email Notifications for Non-Compliant ResourcesOverview :- In the ever-evolving landscape of cloud governance, ensuring AWS resource compliance is paramount. AWS Config provides a robust solution, and in this guide, we’ll delve into the essential process of setting up email notifications for non-...AWS
Munilakshmi G J100daysdevops.hashnode.dev·Dec 2, 2024Day 38 of 100 Days : Launching an EC2 Instance on AWS – A Practical GuideWelcome to Day 38 of my 100 Days of DevOps Journey! Today, we dive into the world of AWS, specifically learning how to create an EC2 instance while understanding the foundational concepts of regions, availability zones, and more. Understanding EC2 I...ec2 practical guide
Munilakshmi G J100daysdevops.hashnode.dev·Dec 1, 2024Day 37 of 100 Days : AWS Elastic Cloud Compute: A Beginner's GuideIn this blog post, we’ll unravel the concept of Elastic Cloud Compute (EC2), a cornerstone of AWS services. This exploration will cover what EC2 is, why it’s widely used, and the different types of EC2 instances available. What is Elastic Cloud Comp...AWS
Kandlagunta Venkata Siva Niranjan Reddygetting-started-with-aws.hashnode.dev·Nov 27, 2024A Step-by-Step Guide to Managing EBS Volumes and Migrating Jenkins Across AWS RegionsProject Overview: This project demonstrates how to manage Amazon Elastic Block Store (EBS) volumes in AWS. You’ll learn key tasks like creating, attaching, and formatting EBS volumes, setting up data storage, and migrating data using EBS snapshots ac...37 reads#managing ebs
Shivam Dubeycloud-journey.hashnode.dev·Nov 19, 2024Mastering EC2 IP Addresses: A Beginner's Guide to Private and Public NetworkingWhen working with AWS Elastic Compute Cloud (EC2), IP addressing is an essential concept. EC2 instances rely on IP addresses for communication, both within the AWS network and with the outside world. Let’s break down the differences between private I...ec2 ip addresses
Shivam Dubeycloud-journey.hashnode.dev·Nov 18, 2024Exploring the Cloud: A Beginner's Journey with AWS EC2Amazon Web Services (AWS) Elastic Compute Cloud, or EC2, is one of the most popular services in the AWS ecosystem. It provides flexible, scalable, and on-demand computing resources, enabling you to run applications, host websites, or analyze data wit...AWS
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 14, 2024Day 40 AWS EC2 Automation ☁ A Step-by-Step Guide to Launch Templates and Auto-ScalingWelcome back to your journey through AWS! Today, we’ll dive into AWS EC2 automation—an efficient way to launch and manage instances, saving both time and effort. Amazon EC2 (Elastic Compute Cloud) provides secure, scalable, and cost-effective computi...90DayofdevopsDevops
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 11, 2024Lost Access to Your AWS EC2 Instance? Here’s How to Get Back In Without the KeyLosing your AWS EC2 key can be a real trouble. You’re locked out of your own instance, and AWS doesn’t exactly make it easy to get back in. There are few ways to get access again. I’ll walk you through what you can try, and toss in a few things you c...AWS
Himanshu Guptahimanshublog.hashnode.dev·Nov 6, 2024How to Increase AWS EBS Volume Size on EC2 Instances with Zero DowntimeFollow our step-by-step guide to expand an EBS volume efficiently without affecting uptime. In this guide, we’ll explore how to increase EBS volume size in AWS EC2 Linux or Ubuntu instances without any downtime. If you’re using AWS EC2 instances, whi...1 likeCloud Computing
Amit Mauryaamitmaurya.hashnode.dev·Nov 2, 2024How to Provision AWS EC2 Instances with Terraform: A Step-by-Step GuideIn this article, we are going to learn about the most used service i.e. AWS EC2 (Elastic Compute Cloud) and Security Group with the Terraform Modules, how to provision with terraform. We all know AWS offers 200 services, and to manage to make it scal...52 readsLearn AWSDevops