Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

AWS - AMI

Back


AMI - region


AMI Process

  1. Start an EC2 instance and customize it
  2. Stop the instance (for data integrity)
  3. Build an AMI – this will also create EBS snapshots
  4. Launch instances from other AMIs

EC2 Image Builder


TOP