astroctl_providers_machinetypes_get
astroctl providers machinetypes get
Machine type information for a given provider (cloud)
Synopsis
Machine type information for a given provider (cloud)
astroctl providers machinetypes get [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 4028 --category generalpurpose
Options
--architecture string supported values: x86_64, arm64
--category string supported values: GeneralPurpose, ComputeOptimized, MemoryOptimized, AcceleratorOptimized, GPU
--cpuMax int Maximum CPU value
--cpuMin int Minimum CPU value
-h, --help help for get
-m, --machinetype string The machine type for which you want to get the machine type information
--memMax int Maximum memory value (in MB) e.g 4096
--memMin int Minimum memory value (in MB) e.g 2048
-z, --zone string The zone id for which you want to get the machine type information
Options inherited from parent commands
-o, --output string Output format (json|yaml) (default "yaml")
-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
SEE ALSO
- astroctl providers machinetypes - Machine types information for a given provider (cloud)