This runner wraps the functionality of salt cloud making salt cloud routines available to all internal apis via the runner system
salt.runners.cloud.
action
(func=None, cloudmap=None, instances=None, provider=None, instance=None, **kwargs)Execute a single action on the given map/provider/instance
CLI Example:
salt-run cloud.action start my-salt-vm
salt.runners.cloud.
create
(provider, instances, opts=None, **kwargs)Create an instance using Salt Cloud
CLI Example:
salt-run cloud.create my-ec2-config myinstance image=ami-1624987f size='t1.micro' ssh_username=ec2-user securitygroup=default delvol_on_destroy=True