Listing Thumbnail

    Rust Development Environment on CentOS Stream 9 support by Easycloud

     Info
    Sold by: EASYCLOUD 
    Deployed on AWS
    Free Trial
    AWS Free Tier
    This product has charges associated with it for technical support with a 24-hour response time. This AMI contains Rust 1.92 on CentOS Stream 9 repackaged by Easycloud. It features a complete toolchain with Cargo, pre-compiled Cargo Audit for security scanning, and Ripgrep for high-performance code searching.

    Overview

    This is a repackaged open source software product wherein additional charges apply for technical support with a 24-hour response time. This AMI contains Rust 1.92 on CentOS Stream 9 repackaged by Easycloud, fully configured for high-performance systems programming. The system is built on a minimal installation of CentOS Stream 9, updated to the latest version, and includes continuous updates and support to ensure a secure and stable foundation.

    Pre-installed Components

    • Rust (rustc & cargo) 1.92.0: A multi-paradigm, general-purpose programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety without requiring a garbage collector.

    • Cargo Audit 0.22.1: A pre-compiled security vulnerability scanner for Rust projects that checks your 'Cargo.lock' files against the RustSec Advisory Database.

    • Ripgrep (rg) 14.1.1: An industry-standard, line-oriented search tool written in Rust. It recursively searches your current directory for a regex pattern and is optimized for extreme speed.

    • CentOS Stream 9: A stable, reliable, and secure enterprise Linux distribution, widely used for high-performance computing environments.

    Project Benefits & Use Case

    • Use Case: Together, Rust 1.92, Cargo, and the pre-installed developer tooling (Cargo Audit, Ripgrep, and core build utilities) provide a complete, out-of-the-box systems programming environment. They are primarily used for building memory-safe applications, high-concurrency network services, and WebAssembly (Wasm) modules.

    • Key Benefits: Guided by our core value of "Redefining open source value through performance and simplicity," this stack allows developers to immediately start coding without fighting environment setup. By pre-compiling heavy tools and including essential system linkers, it saves significant setup time, prevents common compilation blockers, and ensures a secure, standardized workflow.

    Why choose this AMI?

    • Expert Engineering & Support: Professionally repackaged by experienced engineers to guarantee a highly optimized and stable environment. It is backed by comprehensive documentation and fast, professional technical assistance to ensure your development runs smoothly without costly downtime.

    • Pre-Compiled Audit Tools: Installing 'cargo-audit' from source can take over 15 minutes on standard instances due to complex dependency compilation. This image comes with 'cargo-audit' pre-installed and globally available, allowing you to run security vulnerability scans on your 'Cargo.lock' files immediately.

    • High-Performance Search: Includes Ripgrep (rg), the industry-standard search tool favored by Rust developers. It ignores '.gitignore' files by default and searches codebases significantly faster than standard grep.

    • Ready for Compilation: The environment includes the full "Development Tools" group (gcc, make, linker), solving the common "linker 'cc' not found" error that plagues fresh Rust installations.

    • Standardized Installation: Tools are installed in standard system paths, ensuring compatibility with CI/CD pipelines and IDEs.

    • Production Ready: Based on a hardened, minimal installation of CentOS Stream 9, updated with the latest security patches.

    Highlights

    • Secure by Default: Pre-loaded with 'cargo-audit' to instantly scan your dependencies for reported security vulnerabilities (RUSTSEC).
    • Developer Productivity: Includes 'ripgrep' for blazing fast, recursive code searches that respect your gitignore rules.
    • Expert Support: Backed by comprehensive documentation and fast, professional technical assistance.

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    CentOs Stream 9

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Free trial

    Try this product free for 5 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    Rust Development Environment on CentOS Stream 9 support by Easycloud

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (784)

     Info
    • ...
    Dimension
    Cost/hour
    t3.medium
    Recommended
    $0.04
    t2.micro
    $0.04
    t3.micro
    $0.04
    r6i.4xlarge
    $0.28
    r5.xlarge
    $0.18
    r5d.large
    $0.08
    r5d.8xlarge
    $0.39
    m5.16xlarge
    $0.68
    i7ie.18xlarge
    $0.68
    m6id.12xlarge
    $0.68

    Vendor refund policy

    No refunds. Cancel anytime.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    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

    Update to the latest version

    Additional details

    Usage instructions

    Connection Methods:

    Ssh to the instance public IP address and login as 'ec2-user' using the key specified at launch time. Use 'sudo su -' in order to get a root prompt. For more information please visit the links below:

    Install Information

    • Operating System: CentOS Stream 9

    • Rust Version: 1.92

    • Cargo Version: 1.92

    • Audit Tool: Cargo Audit (Pre-compiled in /usr/local/bin)

    • Search Tool: Ripgrep (rg)

    Usage Instructions

    1. Check Versions: Run 'rustc --version' and 'cargo --version' to verify the toolchain.

    2. Verify Tools: Confirm that the additional tools are executable by running 'cargo audit --version' and 'rg --version'.

    3. Create a Hello World: Verify the linker configuration by running: 'cargo new hello_world && cd hello_world && cargo run'

    4. Run Security Audit: In any project with a 'Cargo.lock' file, execute 'cargo audit' to scan for vulnerabilities.

    Firewall Configuration

    • SSH (Port 22): Required for initial system access.

    • Security Recommendation: For production environments, strictly limit SSH access to trusted IP addresses only via AWS Security Groups.

    Documentation

    For a detailed installation and management guide, please visit: https://www.easyclouds.io/docs/rust-guide  

    Resources

    Support

    Vendor support

    Should you encounter any issues while using the system, please do not hesitate to contact us via email at: support@easyclouds.io ,Thank you!

    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.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.