Daily export jobs for AWS Compute Optimizer

0

Can the job run on a daily basis or is it a one-time export or manual export job?

asked a year ago324 views
1 Answer
0

Hi,

You can use a combination of Amazon Cloudwatch and Amazon S3 to automate your daily export from Compute Optimizer.

  1. Configure CloudWatch Metrics: Compute Optimizer generates metrics that you can use to track the performance of your resources. You can configure CloudWatch to collect these metrics and publish them to a CloudWatch metric namespace.
  2. Create a CloudWatch Event Rule: You can create a CloudWatch event rule that triggers on a daily basis and collects the Compute Optimizer metrics. You can use a cron expression to schedule the rule to run at a specific time each day.
  3. Create an S3 Bucket: Create an S3 bucket to store the data exported from Compute Optimizer.
  4. Configure S3 Bucket Permissions: Configure the S3 bucket permissions to allow CloudWatch to write data to the bucket.
  5. Create a CloudWatch Action: Create a CloudWatch action that sends the Compute Optimizer data to the S3 bucket.
  6. Run the export. Test and make sure the Compute Optimizer data is exported to S3

Hope this helps

Thanks Arun

AWS
Arun
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions