Lists all EC2 instance sizes
This command lists the EC2 instance sizes that can be used when creating new VMs. By default a human-readable table is shown, but you can use the --name-only
flag to get just size names, or --multiline
to get full details in a parsable format.
An instance size can be used when creating a new GCE instance with the create-system.pl
command, with the --ec2-size
parameter.
Example usage
cloudmin list-ec2-sizes Size name Description -------------------- ------------------------------------------------------- t1.micro Micro (1 core, 613MB RAM, 32-bit, 1 compute unit) m1.small Small (1 core, 1.7GB RAM, 32-bit, 1 compute unit) m1.medium Medium (2 core, 3.7GB RAM, 32-bit, 2 compute unit) m1.large Large (4 cores, 7.5GB RAM, 64-bit, 4 compute units)
Command Line Help
Lists all EC2 instance sizes. cloudmin list-ec2-sizes [--multiline | --name-only]