Docs.rs
  • aws-manager-0.30.4
    • aws-manager 0.30.4
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • gyuho
    • Dependencies
      • aws-config ^0.56.1 normal
      • aws-sdk-acm ^0.30.0 normal optional
      • aws-sdk-acmpca ^0.30.0 normal optional
      • aws-sdk-autoscaling ^0.30.0 normal optional
      • aws-sdk-cloudformation ^0.30.0 normal optional
      • aws-sdk-cloudwatch ^0.30.0 normal optional
      • aws-sdk-cloudwatchlogs ^0.30.0 normal optional
      • aws-sdk-ec2 ^0.30.0 normal optional
      • aws-sdk-kms ^0.30.0 normal optional
      • aws-sdk-s3 ^0.30.0 normal optional
      • aws-sdk-sqs ^0.30.0 normal optional
      • aws-sdk-ssm ^0.30.0 normal optional
      • aws-sdk-sts ^0.30.0 normal optional
      • aws-smithy-client ^0.56.1 normal
      • aws-smithy-runtime-api ^0.56.1 normal
      • aws-smithy-types ^0.56.1 normal
      • aws-types ^0.56.1 normal
      • byteorder ^1.4.3 normal optional
      • chrono ^0.4.26 normal optional
      • command-manager ^0.0.3 normal optional
      • compress-manager ^0.0.10 normal optional
      • human-readable ^0.0.1 normal optional
      • log ^0.4.20 normal
      • random-manager ^0.0.5 normal optional
      • reqwest ^0.11.20 normal optional
      • rfc-manager ^0.0.1 normal optional
      • ring ^0.16.20 normal optional
      • serde ^1.0.186 normal optional
      • serde_json ^1.0.105 normal optional
      • serde_yaml ^0.9.25 normal optional
      • thiserror ^1.0.48 normal
      • tokio ^1.32.0 normal
      • tokio-stream ^0.1.14 normal optional
      • cert-manager ^0.0.10 dev
      • cmp-manager ^0.0.1 dev
      • env_logger ^0.10.0 dev
      • id-manager ^0.0.3 dev
      • rcgen ^0.11.1 dev
      • rust-embed ^8.0.0 dev
      • ssh-scp-manager ^0.0.4 dev
      • tempfile ^3.8.0 dev
      • tokio-test ^0.4.3 dev
    • Versions
    • 38.3% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

aws_manager0.30.4

Module ec2

Module Items

  • Modules
  • Structs
  • Enums
  • Functions

In crate aws_manager

aws_manager

Module ec2

Source

Modules§

disk
metadata
plugins

Structs§

BlockDeviceMapping
Droplet
Represents the underlying EC2 instance.
Eip
Represents Elastic IP spec for management.
Manager
Implements AWS EC2 manager.

Enums§

ArchType
Defines the Arch type.
OsType
Defines the OS type.

Functions§

default_image_id_ssm_parameter
ref. https://docs.aws.amazon.com/linux/al2023/ug/compare-with-al2.html ref. https://us-west-2.console.aws.amazon.com/systems-manager/parameters/?region=us-west-2&tab=PublicTable#public_parameter_service=canonical
default_instance_types
Returns default instance types. ref. https://instances.vantage.sh/?min_memory=8&min_vcpus=4&region=us-west-2&cost_duration=monthly&selected=t4g.xlarge,c5.xlarge ref. https://docs.aws.amazon.com/dlami/latest/devguide/gpu.html
default_user_name
ref. https://docs.aws.amazon.com/linux/al2023/ug/compare-with-al2.html
valid_instance_types
Returns a set of valid instance types. Empty if not known.