Appendix G: Collection of Operational Metrics
This solution includes an option to send anonymous operational metrics to AWS. We
use this data to better understand how customers use this solution and related services
and products. When enabled, the following information is collected and sent to AWS
each time the get-accounts-info-lambda
Lambda function runs:
-
Solution ID: The AWS solution identifier
-
Version Solution version
-
Unique ID (UUID): Randomly generated, unique identifier for each AWS Trusted Advisor Explorer deployment
-
Timestamp: Data-collection timestamp
-
Region: Region in which the solution is deployed
-
SolutionRunTime: Trusted Advisor Data-collection timestamp
AWS will own the data gathered via this survey. Data collection will be
subject to the AWS Privacy Policy
Modify the AWS CloudFormation template mapping section as follows:
"Send" : { "AnonymousUsage" : { "Data" : "yes" } },
to
"Send" : { "AnonymousUsage" : { "Data" : "no" } },