astroctl_providers_machinetypes
astroctl providers machinetypes
Machine types information for a given provider (cloud)
Synopsis
Machine types information for a given provider (cloud)
astroctl providers machinetypes [flags]
Examples
# Get the list of machine types for a cloud provider
astroctl providers machinetypes get -p aws -r us-west-2
# Get machine type information for a cloud provider
astroctl providers machinetypes get -p aws -r us-west-2 -m t2.micro
# filter machine types by cpu, memory, category, zone, etc.
astroctl providers machinetypes get -p aws -r us-west-2 --cpu 2 --memory 4024 --category generalpurpose
Options
-h, --help help for machinetypes
-p, --provider-id string The provider id (cloud) for which you want to get the regions/zones information
-r, --region-id string The region id for which you want to get the zones information
Options inherited from parent commands
-o, --output string Output format (json|yaml) (default "yaml")
SEE ALSO
- astroctl providers - Cloud provider information for AstroPulse Platform
- astroctl providers machinetypes get - Machine type information for a given provider (cloud)