Step-By-Step Guide: How to create an AMI from an EC2 Instance

Step-By-Step Guide: How to create an AMI from an EC2 Instance
Table of ContentsHigh-level ArchitectureStep 1. Create an EC2 instanceStep 2. Create an AMI High-level Architecture Step 1. Create an EC2 instance a. Create an EC2 instance with the following config Name: MyEC2Server AMI: Amazon Linux 2023 AMI b. Create a Key Pair (pem extension), with name MyKeyPair c. Create a Security Group named ‘MyEC2Server_SG’, to ...