Skip to content

Commit b9145d1

Browse files
authored
Merge pull request #1 from aws-samples/MichaelWalker-git-patch-1
feat: Add CFN tracking metrics
2 parents 8e727cf + fc3872a commit b9145d1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,10 @@ You can configure the Lifecycle Rules in the `cdk.json` under the `lifecycleRule
8585
[1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html
8686
[2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_ExportSnapshot.html
8787
[3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html#grant-log-delivery-permissions-general
88+
89+
90+
## Content Security Legal Disclaimer
91+
The sample code; software libraries; command line tools; proofs of concept; templates; or other related technology (including any of the foregoing that are provided by our personnel) is provided to you as AWS Content under the AWS Customer Agreement, or the relevant written agreement between you and AWS (whichever applies). You should not use this AWS Content in your production accounts, or on production or other critical data. You are responsible for testing, securing, and optimizing the AWS Content, such as sample code, as appropriate for production grade use based on your specific quality control practices and standards. Deploying AWS Content may incur AWS charges for creating or using AWS chargeable resources, such as running Amazon EC2 instances or using Amazon S3 storage.
92+
93+
## Operational Metrics Collection
94+
This solution collects anonymous operational metrics to help AWS improve the quality and features of the solution. Data collection is subject to the AWS Privacy Policy (https://aws.amazon.com/privacy/). To opt out of this feature, simply remove the tag(s) starting with “uksb-” or “SO” from the description(s) in any CloudFormation templates or CDK TemplateOptions.

bin/aws-backup-actions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const stack = new AwsBackupActionsStack(app, "AwsBackupActionsStack", {
1414
account: app.node.tryGetContext("account"),
1515
region: app.node.tryGetContext("region"),
1616
},
17+
description: "Reference accelerator for backup actions ('uksb-1tsflhna3')",
1718
});
1819
cdk.Aspects.of(app).add(
1920
new AwsSolutionsChecks({

0 commit comments

Comments
 (0)