Aws: Elastic Compute Cloud(EC2)
EC2 provides resizable compute capacity as virtual machines in the cloud.
There are different purchasing options for EC2 instances:
Storage used with EC2 instances is Elastic block storage(EBS). EBS have various types like SSD, HDD and Magnetic.
The Elastic IP address is provided for dynamic cloud computing which is a static IPv4.
Ec2 instances could be launched into private VPC created manually but it could also be launched into default VPC which includes default subnets and default internet gateways.
How to take Linux Ami on demand:
At the end you can stop or terminate instance. EBS attached with instance will also be detached and deleted. If the option "Delete on termination" was clicked in Add Storage section while launching the Instance.
Security Groups attached with the instances would have to be deleted manually. First we have to delete the inbound/outbound rules defined for the groups then we can delete the security groups.