EC2
EC2 is the acronym for Amazon Elastic Compute Cloud.
Amazon Elastic Compute Cloud
A web service that provides resizable compute capacity in the cloud. It is a part of Amazon Web Services (AWS) and allows you to launch virtual machines (VMs), known as instances, in various configurations of memory, CPU, and storage.
An EC2 instance is a virtual server that you can launch in the AWS cloud. Each instance has a certain amount of memory and vCPUs, and can be launched with different types of storage volumes such as EBS or instance store. You can choose the operating system and software packages to install on the instances, and you can also configure the security groups and networking settings for the instances.
EC2 instances can be used to run a wide variety of applications, including web servers, databases, analytics engines, and more.
- Abbreviation: EC2