AMIs (Amazon Machine Images) store information such as the operating system, applications, and settings in the EC2 instance from which they are created. Creating an AMI ensures that when new servers are launched, they are identical and can operate immediately.
A launch template is a tool we use to configure the initialization of new EC2 instances through attached AMIs, instance types, network configurations, and security options. When we want to launch one or more identical servers, we simply use the configured launch template to do so.
In the EC2 management interface, on the right selection panel:
In the configuration panel for Create AMI, fill in the following information:
FCJ-Management-AMI
AMI for FCJ-Management
After creating the AMI, we will check the newly created AMI:
The AMI initialization process will take about 3 minutes; after this period, we will see the Status of the AMI change to Available.
We have successfully created an image to save the EC2 configuration.
In the EC2 management interface, on the right selection panel:
In the Create launch template panel, fill in the following information:
FCJ-Management-template
Template for FCJ Management
Check the newly created Launch Template:
We have just completed creating the launch template.