Elastic Compute Cloud (EC2)
1 min readJun 1, 2022
- Amazon Ec2 provides scalable computing capacity in AWS Cloud.
- You can use Amazon EC2 to launch as many as or as few virtual servers as you need and configure security and networking and manage storage.
- Amazon EC2 enables you to scale up or scale down the instance.
- Amazon EC2 is having two storage options
- The Root volume of Amazon server has two types of Storage.
- Elastic Blob Storage(EBS) and Instance Store.
- Root Volume is where your OS is installed.
- EBS is installed somewhere away from physical store and in case of Instance Store the memory is taken from host memory.
- EBS is slow as compare to that of Instance Store.
- And Instance store is fast as that of EBS.
- Pre- Configured templates are available known as Amazon Machine Image.
- By default ,when you create an EC2 account with amazon your account is limited to a Maximum as 20 instances per EC2 Region with two default high I/O instances.
There are 7 Types of EC2 Instances:-
- General Purpose Instance.
- Compute Optimized Instance.
- Memory Optimized Instance.
- Storage Optimized Instance.
- Accelerated Computing Instance.
- High Memory Instance.
- Previous Generation Instance.