Overview
Rust on Ubuntu 22.04 with Free maintenance support by ATH. This is a repackaged open source software product wherein additional charges apply for support. Rust is a modern systems programming language that prioritizes safety and performance. Developed by Mozilla and first released in 2010, Rust addresses common issues found in other languages, such as memory leaks, race conditions, and buffer overflows, through its unique ownership system. This system enforces strict memory management rules at compile-time, eliminating many classes of runtime errors without a garbage collector. Rust syntax and features are designed to make writing safe code easier while still providing the low-level control required for system-level programming. It offers zero-cost abstractions, ensuring that the high-level abstractions you use do not come at a performance cost.
Highlights
- Rust ensures memory safety through its ownership system and borrowing rules, eliminating the need for a garbage collector and reducing runtime overhead.
- With zero-cost abstractions and low-level control, Rust offers performance comparable to C and C++, making it suitable for high-performance applications.
- Rust's design encourages safe concurrent programming, providing tools to avoid common pitfalls like data races, which are crucial for developing scalable and efficient multi-threaded applications.
Details
Typical total price
$0.12/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.micro AWS Free Tier | $0.001 | $0.012 | $0.013 |
t2.small | $0.02 | $0.023 | $0.043 |
t2.medium | $0.02 | $0.046 | $0.066 |
t2.large | $0.02 | $0.093 | $0.113 |
t2.xlarge | $0.02 | $0.186 | $0.206 |
t2.2xlarge | $0.02 | $0.371 | $0.391 |
t3.nano | $0.02 | $0.005 | $0.025 |
t3.micro AWS Free Tier | $0.02 | $0.01 | $0.03 |
t3.small | $0.02 | $0.021 | $0.041 |
t3.medium | $0.02 | $0.042 | $0.062 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
No Refund
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Try one unit of this product for 5 days. There will be no software charges for that unit, but AWS infrastructure charges still apply. Free Trials will automatically convert to a paid subscription upon expiration and you will be charged for additional usage above the free units provided.
Additional details
Usage instructions
Connect to your Virtual Machine via SSH and run the following command to update the package list and check the version:
sudo su
sudo apt-get update
rustc --version
Support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.