A KMS alias variable definition should be provided based on alias or use default AWS managed KMS key.
It is required for the logging disks and root disk in Panorama.
Motivation and Context
The KMS should be unified among all examples and modules.
How Has This Been Tested?
If there is no kms_key_alias variable provided or value will be set alias/awk/ebs it will use AWS managed.
For custom manage KMS the policy should be applied into key as a prerequisite.
On Panorama disks can be validated:
show system disk details
Screenshots (if appropriate)
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
[x] I have updated the documentation accordingly.
[x] I have read the CONTRIBUTING document.
[ ] I have added tests to cover my changes if appropriate.
Description
A KMS alias variable definition should be provided based on alias or use default AWS managed KMS key. It is required for the logging disks and root disk in Panorama.
Motivation and Context
The KMS should be unified among all examples and modules.
How Has This Been Tested?
If there is no kms_key_alias variable provided or value will be set
alias/awk/ebs
it will use AWS managed. For custom manage KMS the policy should be applied into key as a prerequisite.On Panorama disks can be validated:
show system disk details
Screenshots (if appropriate)
Types of changes
Checklist