Siddhartha Gauravsgaurav.hashnode.dev·Nov 19, 2024Detailed Guide to EC2 Instance Storage for BeginnersAmazon EC2 offers various storage options tailored for different workloads. Let’s explore them in detail with simple explanations and steps to get started. 1. Amazon EBS (Elastic Block Store) Amazon EBS is a persistent block storage system for EC2 i...DiscussAWSAWS
Fatima Jannetmahia.hashnode.dev·Oct 18, 2024Section 6: EC2 Instance StorageDisclaimer: This blog is a quick rundown of the theory for the AWS Certified Cloud Practitioner (CCP) exam. I’d recommend hands-on practice to really get the hang of things! Hands-on experience is highly recommended EBS Overview What is EBS volume E...DiscussAWS Cloud Practitioner (short notes, no hands-on)Cloud
Mohit Meshrammohitdecoder.hashnode.dev·Oct 17, 2024Easy Guide to Building AMIs Using Packer for AWSIn the world of cloud computing, automation is key to efficient infrastructure management. One powerful tool that simplifies this process is Packer, developed by HashiCorp. In this blog post, I’ll walk you through my Packer AMI Build Project, which c...DiscussAWS
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 9, 2024🚀 Day-3:Just Launched a Web Hosting Instance-AMI on AWS! 🚀Step-by-Steps I recently embarked on an exciting project where I created a custom Amazon Machine Image (AMI) and deployed an EC2 instance to host a client’s website. This hands-on experience not only enhanced my technical skills but also deepened my ...DiscussAWS
Abishek Kafledevops.abisec.xyz·Oct 8, 2024Create AMI from EC2 InstanceTasks For this task, create an AMI from an existing EC2 instance named nautilus-ec2 with the following requirement: Name of the AMI should be nautilus-ec2-ami, make sure AMI is in available state. Steps Our nautilus-ec2 instance is running state. ...DiscussCloud PlatformsAWS
Tanishka Marrottcloud-design-diaries.hashnode.dev·Oct 3, 2024How to Build a Golden Image Hardening Pipeline in AWSOptimize security while automating image creation with AWS tools. In AWS, golden image hardening is a crucial step for standardizing environments, enforcing security and ensuring compliance. But creating and maintaining these images manually is time...Discuss·5 likesAWS
mahpara jabbarmahparajabbar.hashnode.dev·Sep 22, 2024Auto Scaling with an Application Load BalancerThis lab teaches how to set up an Auto Scaling infrastructure in AWS, including creating an AMI, configuring a load balancer, and implementing an Auto Scaling group. It demonstrates dynamic resource scaling based on demand to ensure application avail...DiscussEC2 Instances
priyadarshi ranjanpriyadarshi.hashnode.dev·Sep 21, 2024Understanding Amazon Machine Image (AMI) in AWSAn Amazon Machine Image (AMI) is a critical component when launching EC2 instances in AWS. Think of it as a blueprint for your cloud servers, including everything you need—like the operating system, software, and configurations—to deploy virtual mach...Discuss·1 likeAWS CloudAWS
Harsh Dhimanharshdhiman.hashnode.dev·Jul 9, 2024Getting Started with AWS: A Beginner's GuideWelcome to the AWS Essentials Series! In this first blog post, we'll take a comprehensive dive into the world of Amazon Web Services (AWS), the leading cloud platform that powers millions of businesses worldwide. What is AWS? Amazon Web Services (AWS...DiscussAWS
Arnold Bernardarnold101.hashnode.dev·Jul 9, 2024Day 14 - Comparing AMIs and Docker Images in Cloud ComputingIn cloud computing environments, the choice between using Amazon Machine Images (AMIs) and Docker Images for deploying applications and services can significantly impact efficiency, scalability, and management overhead. Both AMIs and Docker Images se...DiscussAMI