Collection of operational metrics - Scale-Out Computing on AWS

Collection of operational metrics

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

  • Base Operating System: The operating system selected for the solution deployment

  • Unique ID (UUID): Randomly generated, unique identifier for each solution deployment

  • Timestamp: Data-collection timestamp

  • Instance Data: Type or count of the state and type of instances that are provided for by the Amazon EC2 scheduler instance for each job in each AWS Region

  • Keep Forever: If instances are running when no job is running

  • EFA Support: If EFA support was selected

  • Spot Support: If Spot support was invoked for new auto-scaling stacks

  • Stack Creation Version: The version of the stack that is created or deleted

  • Status: The status of the stack (stack_created or stack_deleted)

  • Scratch Disk Size: The size of the scratch disk selected for each solution deployment

  • Region: The region where the stack is deployed

  • FSxLustre: If the job is using FSx for Lustre

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, modify the AWS CloudFormation template mapping section as follows:

  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 mapping section from:

    "Send" : { "AnonymousUsage" : { "Data" : "Yes" } },

    to:

    "Send" : { "AnonymousUsage" : { "Data" : "No" } },
  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, choose 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.