A fantasy or even might be a necessity in some cases to have our own created AMIs. The use of different resources in EC2 in AWS allows an individual to reach their desired targets. An individual can create a clown image of a server in two different ways.
- An instance of Ubuntu 18.04 is created for a reference in the following practical.
- An Apache server and also a database with some data were installed and created for the cross verification purpose.
Method One :
- Select the instance that needed to be clowned > Actions > Image > Create image. // As shown below.

- The clowned image can be seen in the My AIMs, while launching an instance.
- Launch the number of instances using the created AIM and connect to any of the instance created.
- Compare to the original instance // If needed.
Method Two :
- EC2 > Volumes (Elastic Block Store) > Select the volume > Actions > Create Snapshot as shown below.

- Created snapshots can be seen in the EC2 > snapshots (Elastic Block Store).
- Select the desired snapshot > Actions > Create image.
- The clowned image can be seen in the My AIMs, while launching an instance or in EC2 > AMIs (Images).
- Launch the number of instances using the created AIM and connect to any of the instance created.
- Compare to the original instance // If needed.




