Exporting your data with the console - Amazon Monitron

Amazon Monitron is no longer open to new customers. Existing customers can continue to use the service as normal. For capabilities similar to Amazon Monitron, see our blog post.

Exporting your data with the console

Step 1: Setting up your Amazon S3 bucket

  1. Open the Amazon S3 console.

  2. Choose Create bucket.

    Amazon S3 console interface showing Buckets section with Create bucket button highlighted.
  3. Name your bucket and select an appropriate region. Then, at the bottom of the page, choose Create bucket.

    Important

    At this time, Amazon Monitron is only supported in three regions:

    • US East (N. Virginia) us-east-1

    • EU (Ireland) eu-west-1

    • Asia Pacific (Sydney) ap-south-east-2

    Therefore, your Amazon S3 bucket must be in one of those regions.

    It must also be the same region in which you are using the Amazon Monitron service.

    Create bucket interface showing bucket name "monitron-export-example" and AWS Region "US East (N. Virginia)".
  4. Review the rest of the options on the page, and make the appropriate choices, depending on your security needs and policies.

    Important

    You are responsible for taking the appropriate steps to secure your data. We strongly recommend using server-side encryption and blocking public access to your bucket.

  5. Using the search box, find the bucket you just created, and then choose it.

    AWS S3 console showing a newly created bucket named "monitron-export-example" in the bucket list.
  6. From the Properties tab, make a note of the name, ARN, and region of the bucket.

    S3 bucket properties showing name, region, ARN, and creation date for monitron-export-example.

Step 2: Give Amazon Monitron permission to access Amazon S3

  1. Open the IAM console and choose Policies.

    IAM Dashboard showing resource counts, recent updates, and tools for policy management.
  2. Choose Create policy.

    IAM Policies page with options to search, filter, and create a new policy.
  3. Select the JSON tab.

    Policy editor interface showing JSON structure for specifying permissions in IAM.
  4. Delete the default JSON text so that the form is empty.

  5. Paste in the bucket access policy.

    { "Statement": [ { "Action": [ "s3:GetBucketAcl", "s3:GetBucketLocation", "s3:ListBucket" ], "Effect": "Allow", "Resource": [ "arn:aws:s3:::bucketname" ] }, { "Action": [ "s3:PutObject", "s3:GetBucketAcl" ], "Effect": "Allow", "Resource": [ "arn:aws:s3:::bucketname/*" ] } ], "Version": "2012-10-17" }
    IAM policy editor interface showing JSON code for S3 bucket permissions.
  6. Select Next.

  7. On the Review and create page, do the following:

    1. In Policy details, enter a Policy name and optional Description.

    2. Leave the Permissions defined in this policy section as is.

    3. In Add tags — optional, you can choose to add tags to keep track of your resources..

    4. Choose Create policy.

      Policy creation interface showing policy details, permissions, and tags sections.

Step 3: Create the role

  1. Open the IAM console and choose Roles.

    IAM Dashboard showing resource counts, recent updates, and available tools.
  2. Choose Create role.

    IAM roles interface showing 116 roles and a prominent "Create role" button.
  3. On the Select trusted entity, in Trusted entity type, choose AWS account.

  4. In An AWS account, choose This account. You can customize additional setting using Options.

  5. Choose Next.

    AWS account selection interface with trusted entity types and account options.
  6. In Add permissions, for Permissions policies, search for the policy you just created in the search box, and select your policy.

    Add permissions interface showing search for "monitron-policy" with one matching result selected.
  7. On the Name, review, and create page do the following:

    1. In Role details enter a Role name and optional Description.

    2. You can choose to ignore Step 1: Select trusted entities and Step 2: Add permisions.

    3. For Step 3: Add tags, for Add tags — optional, add optional tags to keep track of your resources.

  8. Choose Create role.

    Form for creating a new role with fields for role name, description, and additional steps.

Step 4: Create the trust policy

  1. Search for the role you just created and choose the role.

    IAM Roles page showing search results for "monitron-role" with one matching role listed.
  2. Select the Trust relationships tab.

    IAM role details page showing Trust relationships tab and Edit trust policy button.
  3. Choose Edit trust relationship.

    Trust relationships tab with Edit trust relationship button highlighted.
  4. Erase the default JSON text so that the form is empty.

  5. Paste in the policy that allows Amazon Monitron to assume the role.

    { "Version": "2012-10-17", "Statement": [{ "Effect": "Allow", "Principal": { "Service": ["monitron.amazonaws.com"] }, "Action": "sts:AssumeRole" }] }
    Form for creating a new role with fields for role name, description, and additional steps.
  6. Choose Update Trust Policy.

Step 5: Create the support case

  1. From your AWS console, choose the question mark icon near the upper right corner of any page, then choose Support Center.

    AWS console interface showing IAM dashboard with Support Center dropdown menu highlighted.
  2. On the next page, choose Create case.

    Support Center interface with Quick solutions, Active cases, and Create case button.
  3. On the How can we help? page, do the following:

    1. Choose Account and billing support.

    2. Under Service, choose Account.

    3. Under Category, choose Compliance & Accreditations.

    4. Choose Severity, if that option is available to you based on your support subscription.

    5. Choose Next step: Additional information.

      Support case form with Account and billing selected, and service details specified.
  4. In Additional information do the following:

    1. Under Subject, enter Amazon Monitron data export request.

    2. In the Description field, enter:

      1. your account ID

      2. the region of the bucket you created

      3. the ARN of the bucket you created (for example: "arn:aws:s3:::bucketname")

      4. the ARN of the role you created (for example: "arn:aws:iam::273771705212:role/role-for-monitron")

      Form for Amazon Monitron data export request with fields for account and bucket details.
    3. Choose Next step: Solve now or contact us.

  5. In Solve now or contact us do the following:

    1. In Solve now, select Next.

      Support options interface with "Solve now" and "Contact us" buttons, and recommendations.
    2. In Contact us, choose your Preferred contact language and preferred method of contact.

    3. Choose Submit. A confirmation screen with your case ID and details will be displayed.

      Contact options with language selection and choices for Web, Phone, or Chat communication.

An AWS customer support specialist will get back to you as soon as possible. If there are any issues with the steps listed, the specialist may ask you for more information. If all the necessary information has been provided, the specialist will let you know as soon as your data has been copied to the Amazon S3 bucket that you created above.