Appendix D: 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:
-
Solution ID: The AWS solution identifier
-
Unique ID (UUID): Randomly generated, unique identifier for each deployment
-
Timestamp: Media file upload timestamp
-
Format: The format of the uploaded media file
-
Size: The size of the file the solution processes
-
Duration: The length of the uploaded video
Note that AWS will own the data gathered via this survey. Data collection will be subject to the AWS Privacy Policy. To opt out of this feature, complete one of the following tasks:
a) Modify the AWS CloudFormation template mapping section as follows:
"Send" : { "AnonymousUsage" : { "Data" : "Yes" } },
to
"Send" : { "AnonymousUsage" : { "Data" : "No" } },
OR
b) After the solution has been launched, find the media-analysis-solution
function in the Lambda console and set the SEND_ANONYMOUS_DATA
environment variable to No
.