Now lets launch an ec2 instance with the AMI created above
AMIs are of the following type by ownership
Amazon offered official AMIs: These are images of popular OS offered by Amazon for customers, some of the Amazon offered images might include hourly costs
MarketPlace Images: These are created by third party (Companies) with specific images which might include hourly costs
Private Images: These are created by users for their internal purposes. This will have storage costs. These images can be shared with specific AWS accounts
Community Images: These are created by users and shared to other users for free of cost.
Carpenter
Now lets create an AMI by following the steps as done in previous case (refer classroom recording if necessary)
For Creating an Autoscaling group, we need to create a Launch Template where we specify the redundant selection paramters such as AMI, security group, instance type etc
Also while creating asg we need to select more than one AZ