The Amazon EC2 cloud and Juju

Supported authentication types

instance-role

Attributes:

  • instance-profile-name: The AWS Instance Profile name (required)

access-key

Attributes:

  • access-key: The EC2 access key (required)
  • secret-key: The EC2 secret key (required)

Model config keys specific to the Amazon EC2 cloud

vpc-id-force

Force Juju to use the AWS VPC ID specified with vpc-id, when it fails the minimum validation criteria. Not accepted without vpc-id

type bool
default value false
immutable true
mandatory false

vpc-id

Use a specific AWS VPC ID (optional). When not specified, Juju requires a default VPC or EC2-Classic features to be available for the account/region.

Example: vpc-a1b2c3d4

type string
default value “”
immutable true
mandatory false