<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>usage Archives | Cloudar</title>
	<atom:link href="https://cloudar.be/tag/usage/feed/" rel="self" type="application/rss+xml" />
	<link>https://cloudar.be/tag/usage/</link>
	<description>100% Focus On AWS // 100% Customer Obsession</description>
	<lastBuildDate>Mon, 04 Aug 2014 19:29:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>AWS detailed billing with resources and tags</title>
		<link>https://cloudar.be/awsblog/aws-tagged-billing/</link>
					<comments>https://cloudar.be/awsblog/aws-tagged-billing/#respond</comments>
		
		<dc:creator><![CDATA[Bart Van Hecke]]></dc:creator>
		<pubDate>Mon, 04 Aug 2014 19:29:46 +0000</pubDate>
				<category><![CDATA[AWS Blog]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Detailed billing]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[usage]]></category>
		<guid isPermaLink="false">https://cloudar.be/?p=365</guid>

					<description><![CDATA[<p>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 &#160; &#160; &#160; First, enable the &#8220;Monthly report&#8221; to be able to receive a detailed report [&#8230;]</p>
<p>The post <a href="https://cloudar.be/awsblog/aws-tagged-billing/">AWS detailed billing with resources and tags</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>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.<br />
In order to accomplish this, browse to <a title="AWS billing preferences" href="https://console.aws.amazon.com/billing/home#/preferences" target="_blank" rel="noopener noreferrer"> your AWS Account Billing Preferences</a></p>
<p>&nbsp;</p>
<p><a href="https://cloudar.be/wp-content/uploads/2015/05/preferences.png"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-659" src="https://cloudar.be/wp-content/uploads/2015/05/preferences.png" alt="Billing Preferences" width="1178" height="682" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<ul>
<li>First, enable the &#8220;Monthly report&#8221; to be able to receive a detailed report of your AWS usage.</li>
<li>Secondly, you&#8217;ll need to enable &#8220;Receive Billing Reports&#8221; and <a href="http://docs.aws.amazon.com/AmazonS3/latest/UG/CreatingaBucket.html" target="_blank" rel="noopener noreferrer">create an Amazon S3 Bucket</a> in which estimated and monthly billing reports can be stored</li>
<li>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.<br />
To add the policy to your bucket, you will need to sign in to the <a title="AWS Console" href="https://console.aws.amazon.com/s3" target="_blank" rel="noopener noreferrer">AWS Console</a> and add permissions to your bucket. For more information, please review <a title="Editing bucket permissions" href="http://docs.amazonwebservices.com/AmazonS3/latest/UG/EditingBucketPermissions.html" target="_blank" rel="noopener noreferrer">Editing Bucket Permissions</a>Below is an Amazon S3 Bucket sample policy:</li>
</ul>
<p>&nbsp;</p>
<pre>{
  "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/*"
    }
  ]
}
</pre>
<p>&nbsp;</p>
<p>Once you created your S3 Bucket, you&#8217;ll be able to activate &#8220;receive billing reports&#8221; 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.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://cloudar.be/awsblog/aws-tagged-billing/">AWS detailed billing with resources and tags</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cloudar.be/awsblog/aws-tagged-billing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
