AWS cloud config

interface CloudConfig {
    debug?: boolean;
    instanceType: string;
}

Properties

Properties

debug?: boolean

Whether to debug; sets "set -x" in user data script for EC2

instanceType: string

EC2 instance type