Wählen Sie Ihre Cookie-Einstellungen aus

Wir verwenden essentielle Cookies und ähnliche Tools, die für die Bereitstellung unserer Website und Services erforderlich sind. Wir verwenden Performance-Cookies, um anonyme Statistiken zu sammeln, damit wir verstehen können, wie Kunden unsere Website nutzen, und Verbesserungen vornehmen können. Essentielle Cookies können nicht deaktiviert werden, aber Sie können auf „Anpassen“ oder „Ablehnen“ klicken, um Performance-Cookies abzulehnen.

Wenn Sie damit einverstanden sind, verwenden AWS und zugelassene Drittanbieter auch Cookies, um nützliche Features der Website bereitzustellen, Ihre Präferenzen zu speichern und relevante Inhalte, einschließlich relevanter Werbung, anzuzeigen. Um alle nicht notwendigen Cookies zu akzeptieren oder abzulehnen, klicken Sie auf „Akzeptieren“ oder „Ablehnen“. Um detailliertere Entscheidungen zu treffen, klicken Sie auf „Anpassen“.

Anonymized data collection - Secure Media Delivery at the Edge on AWS
Diese Seite wurde nicht in Ihre Sprache übersetzt. Übersetzung anfragen

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 invoked, the following information is collected and sent to AWS:

  • Solution ID - The AWS solution identifier

  • Unique ID (UUID) - Randomly generated, unique identifier for each Secure Media Delivery at the Edge on AWS deployment

  • Timestamp - Data-collection timestamp

AWS owns the data gathered though this survey. Data collection is subject to the AWS Privacy Notice. To opt out of this feature, complete the following steps before launching the AWS CloudFormation template.

  1. Download the AWS CloudFormation template to your local hard drive.

  2. Open the AWS CloudFormation template with a text editor.

  3. Modify the AWS CloudFormation template. Find the Lambda resources definitions with Environment subsection including METRICS parameter and change it from true:

    Type: AWS::Lambda::Function ... Environment: ... METRICS: "true"

    to false:

    Type: AWS::Lambda::Function ... Environment:     ...     METRICS: "false"
  4. Sign in to the AWS CloudFormation console.

  5. Select Create stack.

  6. On the Create stack page, Specify template section, select Upload a template file.

  7. Under Upload a template file, select Choose file and select the edited template from your local drive.

  8. Choose Next and follow the steps in Launch the stack in the Automated Deployment section of this guide.

If the solution was deployed through CDK, complete the following steps.

  1. Navigate to the CDK project folder where the solution was deployed from

  2. Open solution.context.json file which was created by the solution wizard

  3. Edit the file and in the main section of the file, change the metrics value from true:

    {   "main": {     "stack_name": "SecureMediaDeliveryStack",     "wcu": "200",     "retention": "15",     ...     "metrics": true   }, ... }

    to false:

    {   "main": {     "stack_name": "SecureMediaDeliveryStack",     "wcu": "200",     "retention": "15",     ...     "metrics": false   }, ... }

    Finally, deploy the new stack:

    npx cdk deploy –-all
DatenschutzNutzungsbedingungen für die WebsiteCookie-Einstellungen
© 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.