{"id":63434,"library":"rusoto-ec2","title":"Rusoto EC2","description":"AWS SDK for Rust providing access to Amazon Elastic Compute Cloud (EC2) API.","status":"active","version":"0.48.0","language":"rust","source_language":null,"source_url":"https://github.com/rusoto/rusoto","tags":["aws","ec2","cloud","sdk","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrusoto_ec2 = \"0.48.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rusoto_ec2","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Ec2Client","correct":"use rusoto_ec2::Ec2Client;"}],"quickstart":{"code":"use rusoto_ec2::Ec2Client;\nuse rusoto_core::Region;\n\n#[tokio::main]\nasync fn main() {\n    let client = Ec2Client::new(Region::UsEast1);\n    println!(\"EC2 client created\");\n}","lang":"rust","description":"Creates an EC2 client for the US East 1 region."},"warnings":[{"fix":"Add tokio as a dependency and set AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY environment variables or use an AWS config file.","message":"Requires async runtime (Tokio) and AWS credentials","severity":"gotcha","affected_versions":">=0.48.0"}],"env_vars":null,"search_vec":"'access':8 'amazon':10 'api':15 'async':20 'aw':3,16 'cloud':13,18 'comput':12 'ec2':2,14,17 'elast':11 'provid':7 'rusoto':1 'rust':6 'sdk':4,19","created_at":"2026-06-17T16:43:57.039787+00:00","updated_at":"2026-06-17T16:43:57.039787+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://www.rusoto.org/","github":"https://github.com/rusoto/rusoto","docs":"https://docs.rs/rusoto_ec2/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}