Apurv Samadderapurvaws.hashnode.dev·Feb 14, 2025AWS-AMI with HashiCorp PackerImagine a situation where everyday as we start our and and we need to configure instances with different different requirement, based on developer / tester needs. If we keep on doing this our most of the time will gets involded in creating and deleti...hashicorp packer
Shreyash Myakalshreyashmyakal.hashnode.dev·Feb 14, 2025Mastering AWS EC2: A Beginner's Journey..How to Launch an EC2 Instance in AWS – A Complete Guide If you're just starting with AWS, launching an EC2 instance is one of the first things you'll need to do. Think of EC2 as your virtual computer in the cloud—you can use it to host websites, run ...1 likeLinux
Vanshika Sharmavanshikasharmaa.hashnode.dev·Feb 13, 2025AWS EC2 AutomationAutomation in EC2: Automation in Amazon EC2 (Elastic Compute Cloud) refers to using tools and scripts to manage the lifecycle of EC2 instances, deployments, scaling, monitoring, and backups without manual intervention. Here are the key aspects of aut...10 likesautomation in EC2
Ansh Paulanshpaul.hashnode.dev·Jan 30, 2025Automating AWS AMI Creation with PackerOverview This article provides an overview of the Packer configuration used to create an Amazon Machine Image (AMI) for an Ubuntu instance. The configuration includes setting up required plugins, defining variables for AWS credentials, specifying the...AWS
Revan Mudnalrevan1.hashnode.dev·Jan 13, 2025EC2 Instance-Launch and Connect Windows based Instance.Table of Contents EC2 Instance Launch Instance Configuration Steps to Launch Instance Elastic Compute Cloud (Amazon EC2) Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable, compute capacity in the cloud. ...Devops
Vaishali Jogdandevaishalijogdande.hashnode.dev·Jan 3, 2025AMI(Amazon Machine Image)AMI stands for Amazon Machine Image. Its virtual image that contains the operating system, application software, configuration settings. AMI contains many inbuilt images like mysql, centos etc. Steps to create default AMI : Create an ec2 machine wi...Amazon Web Services
Akshay Siwalakshay-siwal.hashnode.dev·Nov 23, 2024Unpacking Packer: Simplifying Machine Image Building Across PlatformsBuilding and maintaining consistent infrastructure across multiple environments and platforms has historically been a daunting challenge. Enter Packer, a game-changer developed by HashiCorp. This open-source tool automates the creation of machine ima...packer
Akshay Siwalakshay-siwal.hashnode.dev·Nov 23, 2024Packer FAQWhat is Packer? Packer is an open-source tool created by HashiCorp for building identical machine images for multiple platforms from a single source configuration. It automates the process of creating machine images, eliminating manual steps and ensu...packer
Akshay Siwalakshay-siwal.hashnode.dev·Nov 23, 2024Mastering the Packer Command Line InterfacePacker Fundamentals This briefing document reviews key concepts and insights of HashiCorp Packer, a tool for creating machine images. 1. Interacting with Packer The primary and sole method of interacting with Packer is through its command-line interf...packer
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...AWSAWS