AWS omics documentation change
Summary
Replaced placeholder '{{account_id}}' with example account ID '111122223333' in a KMS ARN
Security assessment
The change corrects a placeholder but does not impact security controls or address a vulnerability. It improves documentation clarity without altering security practices.
Diff
diff --git a/omics/latest/dev/data-protection.md b/omics/latest/dev/data-protection.md index 2ea91ad56..76eda786d 100644 --- a//omics/latest/dev/data-protection.md +++ b//omics/latest/dev/data-protection.md @@ -186 +186 @@ JSON - "arn:AWS:kms:{{region}}:{{account_id}}:key/{{key_id}}" + "arn:AWS:kms:{{region}}:{111122223333}:key/{{key_id}}"