#Cosas de AWS en Rust
1 messages · Page 1 of 1 (latest)
- Aurora de AWS
Aurora es basicamente el Postgres de AWS, ventajas? escala de forma automatica y se sincroniza solo
https://youtu.be/huGmR_mi5dQ?t=3202
Amazon Aurora DSQL is a new serverless, distributed SQL database that uses decades of Amazon innovation and operational excellence. Join Marc Brooker, AWS VP and Distinguished Engineer, as he dives into the design and key innovative technologies that make Aurora DSQL the ideal choice for new applications and applications which require the highes...
- Firecracker
Es la cosa que usa AWS por debajo para manejar la infra, ahí comentan que es especificamente Lambda y Fargate pero no dudo que se este usando en otros servicios criticos como S3
https://firecracker-microvm.github.io/
- LLRT
Es un runtime de JS propio de AWS que es lo que se ejecuta en servicios serverless es decir Lambdas por ejemplo.
https://github.com/awslabs/llrt
- Servicios internos no publicados
we also use Rust to deliver services such as Amazon Simple Storage Service (Amazon S3), Amazon Elastic Compute Cloud (Amazon EC2), Amazon CloudFront, Amazon Route 53, and more
https://aws.amazon.com/es/blogs/opensource/why-aws-loves-rust-and-how-wed-like-to-help/
- Bottlerocket
Una herramienta pensada para el booteon de contenedores de Linux en AWS
https://github.com/bottlerocket-os/bottlerocket
- AWS N-itr0 System
Hipervisor usado en EC2
https://aws.amazon.com/es/ec2/nitr 0/
- Amazon Prime Video
Ellos usan Rust con WASM para optimizar la entrega de contenidos
https://www.amazon.science/blog/how-prime-video-updates-its-app-for-more-than-8-000-device-types
https://youtu.be/erdHTxghyM0
Prime Video delivers content to millions of customers, all over the world, on a variety of devices such as: game consoles, set-top boxes, streaming sticks, and Smart TVs. These devices have a vast range of hardware capabilities and performance characteristics. We’ll also show how we’ve used WebAssembly and Rust to improve the performance, updata...
- MUST
Un framework para sistemas distribuidos que es propio de Amazon, no lo encontre publico, si alguien lo encuentra genial
https://www.amazon.science/publications/model-checking-distributed-protocols-in-must
Wedescribe the design and implementation of Must, a framework for modeling and automatically verifying distributed systems. Must provides a concurrency API that supports multiple communication models, on top of a mainstream programming language, such as Rust. Given a program using this API, Must…
- Shuttle
Una herramienta para el manejo de tests
https://www.amazon.science/blog/aws-team-wins-best-paper-award-for-work-on-automated-reasoning
https://github.com/awslabs/shuttle
- Amazon ION
Un serializador que usan ellos de forma interna supongo
https://amazon-ion.github.io/ion-docs/
Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary and text representations. Ion was built to address rapid development, decoupling, and efficiency challenges faced every day while engineering large-scale, service-oriented architectures. Ion has been addressing these challenges w...
- Smithy
Un generador de código y lenguaje de especificación para construir servicios y SDKs
https://smithy.io/2.0/index.html
https://aws.amazon.com/es/blogs/developer/introducing-smithy-idl-2-0/
- Amazon s2n-quic
Hicieron s2n-tls, una implementación mínima de TLS/SSL en C que se complementa con s2n-quic, implementado en Rust. Este protocolo de transporte basado en QUIC se utiliza para optimizar las conexiones seguras de red, ofreciendo baja latencia y mayor rendimiento para servicios web
https://aws.amazon.com/es/about-aws/whats-new/2022/02/aws-introduces-s2n-quic/
https://github.com/aws/s2n-quic
- SageMaker
Es una plataforma de aprendizaje automático en la nube que se lanzó en noviembre de 2017. SageMaker permite a los desarrolladores crear, entrenar e implementar modelos de Machine Learning en la nube.
https://pages.awscloud.com/rs/112-TZM-766/images/2023_SN-0408-MCL_Slide-Deck.pdf