SYSTEM Cited by 3 sources
Amazon EC2 (Elastic Compute Cloud)¶
Definition¶
Amazon EC2 (launched beta 2006) is AWS's virtual-machine compute service. Its runtime experience is tightly coupled to systems/aws-ebs for system disks and to the networking/storage offload stack (systems/nitro, systems/srd) for data-plane performance.
Seen in¶
- sources/2024-08-22-allthingsdistributed-continuous-reinvention-block-storage-at-aws — EC2 ran on systems/xen until late 2017; EBS perf work is framed as improving the EC2 experience end-to-end.
- sources/2024-11-15-allthingsdistributed-aws-lambda-prfaq-after-10-years — Lambda launched on single-tenant EC2 instances; later moved to Firecracker micro-VMs packed on bare-metal Nitro hosts.
- sources/2024-07-29-aws-amazons-exabyte-scale-migration-from-apache-spark-to-ray-on-ec2 — EC2 as the raw substrate for Amazon Retail BDT's systems/ray compactor (Q1 2024: >10k vCPU-years consumed, clusters up to 26,846 vCPUs / 210 TiB RAM); forcing function for patterns/heterogeneous-cluster-provisioning — discover an instance-type set that meets the workload's resource shape, provision whichever are most available across AZs, application agnostic to CPU arch / disk / hardware specifics.