# Constants
HostReserved - custom status to set in the host for simplifying parallel ops in between the updates.
# Structs
Config - node driver configuration.
DedicatedPoolRecord stores the configuration of AWS dedicated pool of particular type to manage aws ec2 allocate-hosts --availability-zone "us-west-2c" --auto-placement "on" --host-recovery "off" --host-maintenance "off" --quantity 1 --instance-type "mac2.metal".
Driver implements drivers.ResourceDriver interface.
Factory implements drivers.ResourceDriverFactory interface.
Options for label definition
Example:
image: ami-abcdef123456 instance_type: c6a.4xlarge security_group: sg-abcdef123456 tags: somekey: somevalue.
TaskImage stores the task data.
TaskSnapshot stores the task data.