Skip to main content

astroctl_cloud_aws_machines

astroctl cloud aws machines

List AWS machine types

Synopsis

List available AWS EC2 instance types with pricing information.

Examples


# List machine types in us-west-2
astroctl cloud aws machines list -r us-west-2

# Filter by CPU and memory
astroctl cloud aws machines list -r us-west-2 --cpuMin 2 --memMax 4096

# Get specific machine type info
astroctl cloud aws machines list -r us-west-2 -m t3.medium

Options

-h, --help help for machines

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO