Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ec2): Volume construct #8219

Merged
merged 7 commits into from
Jun 26, 2020
Merged

feat(ec2): Volume construct #8219

merged 7 commits into from
Jun 26, 2020

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    33f1128 View commit details
    Browse the repository at this point in the history
  2. Reduces IAM permissions granted for KMS key.

    This changes the permissions appended to the KMS key policy such they
    are as minimal as possible. Permissions are split between a grant when
    creating the volume -- a grant that allows the Volume to be created --
    and a grant when allowing attachment of the Volume.
    
    This properly restricts use of the CMK-encrypted volume to only those
    users that have access to both the EBS volume and, separately, the CMK
    used for encryption.
    ddneilson committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    546de2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7bfcbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b7522d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47412bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2da39bf View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    17128cf View commit details
    Browse the repository at this point in the history