Skip to main content

Command Palette

Search for a command to run...

Creating and Launching EC2 Instances from Custom AMIs

How to Make and Start EC2 Instances Using Custom AMIs

Published
1 min read
Creating and Launching EC2 Instances from Custom AMIs
A

Infosec Poet and CAP-certified DevOps/SecOps Engineer, passionate about security, creativity, and continuous learning.

Tasks

    • Create an AMI named devops-ec2-ami from the existing EC2 instance devops-ec2 for backup and scaling.

      • Launch a new EC2 instance using the created AMI named devops-ec2-new.

Steps

  1. We already have instance devops-ec2.

  2. Instance → Actions → Create image

  3. EC2 → Instances → i-0746dd9047bc5660e → Create image

  4. Currently creating AMI ami-01d43d011a7baa3da from instance i-0746dd9047bc5660e.

  5. EC2 → Instances → Launch an instance → Launch instance from AMI

  6. Name devops-ec2-new → Launch instance

  7. Checkout instances now.

    #aws #cloudcomputing #happylearning

Cloud Platforms

Part 9 of 48

This series covers cloud platforms (AWS, Azure, GCP, OCI), including certifications, labs, issues, solutions, and billing. We'll also explore on-premises solutions and hybrid cloud environments.

Up next

Expanding EC2 Instance Storage for Development Needs

How to Increase EC2 Instance Storage for Better Development