Reference
This section includes information about an optional feature for collecting unique metrics for this solution, pointers to related resources, and a list of builders who contributed to this solution.
Anonymized data collection
This solution includes an option to send anonymized operational metrics to AWS. We use this data to better understand how customers use this solution and related services and products. When activated, the following information is collected and sent to AWS:
-
Solution ID - The AWS solution identifier
-
Unique ID (UUID) - Randomly generated, unique identifier for each Content Localization on AWS deployment
-
Timestamp - Data-collection timestamp
-
Version - The version of the solution that was deployed
-
CFTemplate - The CloudFormation action that activated the metrics report
AWS owns the data gathered through this survey. Data collection is subject to the AWS Privacy Notice
-
Download the AWS CloudFormation template
to your local hard drive. -
Open the AWS CloudFormation template with a text editor.
-
Modify the AWS CloudFormation template mapping section from:
AnonymizedData: SendAnonymizedData: Data: Yes
to:
AnonymizedData: SendAnonymizedData: Data: No
-
Sign in to the AWS CloudFormation console
. -
Select Create stack.
-
On the Create stack page Specify template section, select Upload a template file.
-
Under Upload a template file, choose Choose file and select the edited template from your local drive.
-
Choose Next and follow the steps in Launch the stack in the Deploy the solution section of this guide.
To opt out of data collection in the nested Media Insights on AWS stack, use one of the following options:
Option 1: Deploy Media Insights on AWS separately with metric reporting disabled
Follow the instructions to disable metric reporting in the Anonymized data collection section of the Media Insights on AWS implementation guide, then deploy the Media Insights on AWS solution.
-
Follow the instructions to install Content Localization on AWS over an existing Media Insights on AWS stack
.
Option 2: Modify the source template used to deploy Media Insights on AWS as a nested stack
Download the Media Insights on AWS template from https://solutions-reference.s3.amazonaws.com/media-insights-on-aws/
<version>
/media-insights-on-aws-stack.template and replace<version>
with the Media Insights on AWS version you would like to deploy.-
Follow the instructions to disable metric reporting in the Anonymized data collection section of the Media Insights on AWS implementation guide, but do not deploy the Media Insights on AWS template.
-
Upload the template to an S3 bucket.
-
Edit the Content Localization on AWS template
and change TemplateURL
within theMieStack
properties to point to the template you’ve uploaded to S3.
From
MieStack: Type: "AWS::CloudFormation::Stack" Properties: TemplateURL: !Join - "" - - "https://solutions-reference.s3.amazonaws.com/media-insights-on-aws/" - !FindInMap - MediaInsights - Release - Version - "/media-insights-on-aws-stack.template"
To
MieStack: Type: "AWS::CloudFormation::Stack" Properties: TemplateURL: "
<new url>
"
Related resources
Related AWS Solutions
-
The Media Insights on AWS
solution is a dependency.
Contributors
-
Alexandria Burkleaux
-
Brandon Dold
-
Ian Downard
-
Jill Adams
-
Tom Gilman
-
San Dim Ciin
-
Colin McCoy
-
Eric Thoman
-
David Chung