This skill helps to walk you through the Creation of Amazon Machine Image (AMI) by step by step assistance. An Amazon Machine Image (AMI) is a template that contains the necessary information to launch an instance in the Amazon Web Services (AWS) cloud. It includes the operating system, application server, and applications configured on the instance. When you create your own configuration on an instance, you can save it as an AMI. This allows you to reuse that configuration and launch instances with the same setup whenever needed. By sharing your AMI in market place, you provide others with a pre-configured environment that matches desired software setup.
Prerequisites:
- An active AWS account
- Sufficient privileges to create and upload AMI
- To make the AMI available to market place ref: https://docs.aws.amazon.com/marketplace/latest/userguide/ami-single-ami-products.html
- After July 15th, 2023 Block public access for AMIs setting is either enabled or disabled by default for an AWS account. So this skill assumes that the user has permission to unblock and make the AMIs to be allowed for public visibility.
Note:
Login to AWS Management Console beforehand.
-
1.
Open AWS Management Console
-
2.
Click Services
-
3.
Click Compute
-
4.
Click EC2
-
5.
Click Instances
-
6.
Click Search and filter by the Name or other known parameter for the VM for which the Image is to be created. Once done, click Next on supervity instruction widget.
-
7.
Select the instance to which you want to create an Image from the filtered list of instances. Click Next in the Supervity Instruction Widget. Once done, click Next on supervity instruction widget.
-
8.
Click on Action
-
9.
Click "Image and templates" in the menu
-
10.
Select "Create image" from the submenu
-
11.
Enter image name. Once done, click Next on supervity instruction widget.
-
12.
Type in your own description if required (optional). Once done, click Next on supervity instruction widget.
-
13.
now Click on "Create image"
-
14.
Click AMIs
-
15.
Click and Give the Image name to filter the images. Once done, click Next on supervity instruction widget.
-
16.
Select your AMI and check the status until it shows "Available". Refresh to check periodically. Once done, click Next on supervity instruction widget.
-
17.
Click Refresh and wait for the status to turn to "Available". Once done, click Next on supervity instruction widget.
-
18.
Click "Permissions"
-
19.
Click "Edit AMI permissions"
-
20.
choose "public". It is required for others to access your image. Once done, click Next on supervity instruction widget.
-
21.
Click "Save changes"
-
22.
check the visibility column. It should show "Public". With this adding image in market place is done. Once done, click Next on supervity instruction widget.