Registry / cloud / aws-sdk-ec2

aws-sdk-ec2

JSON →
library1.232.0rscratesunverified

AWS SDK for Amazon Elastic Compute Cloud (EC2) to manage virtual servers.

# Cargo.toml [dependencies] aws-sdk-ec2 = "1.232.0"
INSTALL
IMPORT
SIG · AWS-SDK-EC2
A
aws-sdk-ec2
cloudrustv1.232.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use aws_sdk_ec2::Client;

Create an EC2 client

use aws_sdk_ec2::Client; async fn example() { let config = aws_config::load_from_env().await; let client = Client::new(&config); println!("EC2 client created"); }
Debug
Known issues
gotchaRequires async runtime (tokio) and AWS credentials
fix
Add tokio as dependency and set AWS environment variables or use aws_config
affects: >=1.0.0
Upgrade
Version history
1.232.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
aws-sdk-ec2 — cargo add aws-sdk-ec2 · libregistry