Firecracker microVMs run-time
Previously, almost over a year ago, Amazon developed in Rust and open sourced a lightweight microVM run-time & monitor, based on KVM hypervisor, for AWS cloud infrastructure and FaaS/serverless environments of AWS Lambda/Fargate/ECS - the Firecracker project - and continue to use Rust in development of tools, performance/latency critical and real-time components (with guaranteed response time, like diagnostics logs and metrics aggregation tools) of the AWS infrastructure.
https://aws.amazon.com/blogs/opensource/firecracker-open-source-secure-fast-microvm-serverless/
https://aws.amazon.com/blogs/aws/firecracker-lightweight-virtualization-for-serverless-computing/
https://firecracker-microvm.github.io
https://github.com/firecracker-microvm/firecracker
https://github.com/firecracker-microvm/firecracker-demo
https://github.com/firecracker-microvm/firecracker-containerd
#Rust
#Firecracker
#VM #microVM
#containers
#clustering
#cloud
#Amazon
#AWS