-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#13101 from hpidcock/aws-encrypted-ebs
juju#13101 Adds support to EC2 provider for: - Encrypted root disks - KMS key selection for encrypted disks via "kms-key-id" key - Add support for GP3 and IO2 volume types - Add support for "throughput" key on GP3 volumes ## QA steps ``` juju bootstrap aws \n --storage-pool name=ebs-encrypted \n --storage-pool type=ebs \n --storage-pool encrypted=true \n --storage-pool kms-key-id="arn:aws:kms:us-east-1:<snip>" \n --storage-pool volume-type=gp3 \n --storage-pool throughput=500M \n --bootstrap-constraints="root-disk-source=ebs-encrypted" ``` ## Documentation changes Updates required for AWS documentation in storage docs. https://discourse.charmhub.io/t/use-juju-storage/1079 ## Bug reference https://bugs.launchpad.net/juju/+bug/1931139
- Loading branch information
Showing
5 changed files
with
231 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.