AWS detailed billing with resources and tags

04/08/2014
Posted in AWS Blog
04/08/2014 Bart Van Hecke

To get a complete overview of your Amazon Web Services usage based on resource usage and tags, you need to enable detailed billing within your AWS account.
In order to accomplish this, browse to your AWS Account Billing Preferences

 

Billing Preferences

 

 

  • First, enable the “Monthly report” to be able to receive a detailed report of your AWS usage.
  • Secondly, you’ll need to enable “Receive Billing Reports” and create an Amazon S3 Bucket in which estimated and monthly billing reports can be stored
  • Once the Amazon S3 Bucket has been created, you must apply appropriate permissions to your S3 bucket through a Bucket Policy to allow reports to be published. A policy grants AWS access to publish your report to your bucket.
    To add the policy to your bucket, you will need to sign in to the AWS Console and add permissions to your bucket. For more information, please review Editing Bucket PermissionsBelow is an Amazon S3 Bucket sample policy:

 

{
  "Version": "2008-10-17",
  "Id": "Policy1335892530063",
  "Statement": [
    {
      "Sid": "Stmt1335892150622",
      "Effect": "Allow",
      "Principal": {
        "AWS": "arn:aws:iam::386209384616:root"
      },
      "Action": [
        "s3:GetBucketAcl",
        "s3:GetBucketPolicy"
      ],
      "Resource": "arn:aws:s3:::cloudar-production"
    },
    {
      "Sid": "Stmt1335892526596",
      "Effect": "Allow",
      "Principal": {
        "AWS": "arn:aws:iam::386209384616:root"
      },
      "Action": [
        "s3:PutObject"
      ],
      "Resource": "arn:aws:s3:::cloudar-production/*"
    }
  ]
}

 

Once you created your S3 Bucket, you’ll be able to activate “receive billing reports” and verify your S3 bucket policy. When your S3 bucket is validated, you can save your preferences and AWS will deliver these detailed billing reports to your Amazon S3 Bucket.

 

 

  • SHARE
, , , , , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

LET'S WORK
TOGETHER

Need a hand? Or a high five?
Feel free to visit our offices and come say hi
… or just drop us a message

We are ready when you are

Cloudar – Operations

Veldkant 7
2550 Kontich (Antwerp)
Belgium

info @ cloudar.be

+32 3 450 67 18

Cloudar – HQ

Veldkant 33A
2550 Kontich (Antwerp)
Belgium

VAT BE0564 763 890

    This contact form is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

    contact
    • SHARE