The Amazon EC2 cloud and Juju¶
This document describes details specific to using your existing Amazon EC2 cloud with Juju.
See more: Amazon EC2
When using this cloud with Juju, it is important to keep in mind that it is a (1) machine cloud and (2) not some other cloud.
See more: Cloud differences
As the differences related to (1) are already documented generically in the rest of the docs, here we record just those that follow from (2).
Notes on juju add-cloud
¶
Type in Juju: ec2
Name in Juju: aws
Notes on juju add-credential
¶
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)
Notes on juju bootstrap
¶
You can authenticate the controller with the cloud using instance profiles: Use the cloud CLI to create an instance profile, then pass the instance profile to the controller during bootstrap via the instance-role
constraint: juju bootstrap --bootstrap-constraints="instance-role=<my instance profile>"
. See more: instance-role
below or Discourse | Using AWS instance profiles with Juju.
Cloud-specific model configuration keys¶
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 |
Supported constraints¶
conflicting: |
|
supported? |
|
✓ |
|
- arch |
✓ |
✓ |
|
- cores |
✓ |
✓ |
|
- image-id |
✓ (Starting with Juju 3.3) |
✓ |
|
✓ |
|
- mem |
✓ |
✓ |
|
✓ |
|
- spaces |
✓ |
- tags |
✕ |
✕ |
|
- zones |
✓ |
Supported placement directives¶
✓ |
|
✓ |
|
✕ |
|
✓ |