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 ...

Step-By-Step Guide: Mount Elastic File System (EFS) on EC2

Step-By-Step Guide: Mount Elastic File System (EFS) on EC2
Table of ContentsArchitecture DiagramStep 1. Launch Two EC2 InstancesStep 2. Create an Elastic File SystemStep 3. Mount the EFS File System to EC2 instancesStep 4. Testing the file system A step-by-step guide on how to mount Elastic File System (EFS) on AWS EC2 instances. Architecture Diagram Step 1. Launch Two EC2 Instances a. Launch an ...

Step by Step Guide: Launch and Connect to an AWS EC2 instance

Step by Step Guide: Launch and Connect to an AWS EC2 instance
Table of ContentsStep 1. Sign in to AWS Management ConsoleStep 2. Launch an EC2 Instance with desired specificationsStep 3. Connect to an EC2 instanceStep 4. Install an Apache Server on the instance Step 5. Create a web page and publish it on the instance Architecture Step 1. Sign in to AWS Management Console Step 2. ...