Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

CloudAware Tag Analyzer allows you to review your tagging coverage across all clouds and tag your resources directly from CloudAware account.


Requirements


AWS

To tag your AWS resources from CloudAware, download CloudAware Tagging policy: Admin → AWS Accounts → ADD AMAZON ACCOUNT → Using Access & Secret Keys → select Tagging in 'Please use one of those'. Review and apply the policy.


Azure

To tag your Azure resources from CloudAware, create a custom role in your Azure portal using CLI or Rest API. The role should include a ‘modify’ permission granted for all resource types (e.g. Azure Virtual Machine) you would like to tag further. Assign the role to CloudAware.


GCP

Billing TagsGoogle Cloud Platform does not provide the cost data split by instance out of the box. In order for CloudAware to display the cost on an instance level, every GCE instance in your environment needs to have a tag (e.g. “instance-name: actual-name-of-this-instance”) applied.

Tag Analyzer


1. Log in to your CloudAware account → Tag Analyzer


...

New tags and their values will immediately appear in your AWS Console.

...


More tagging options



You can also
apply tags using list views and 'Details' tab on a resource.1. Choose any object type
access Tag Analyzer using:


  • list views (e.g.
 
  • Running Instances for AWS EC2 Instance)
and open the appropriate list view (e.g. Running Instances).Image Removed
2. Select resources you want to tag and click TAG AWS EC2 INSTANCES.
Image Removed

3. Click + ADD TAG. Enter the tag name and the tag value. Click Save.

Image Removed

NOTE: You can also tag specific resources only. Open any resource, e.g. AWS EC2 Instance, and click MORE → Tag AWS EC2 Instance.Image Removed
  • selecting the instance under question


  • the tab 'DETAILS' on a resource (see MORE → TAG AWS EC2 INSTANCES)

Image Added


  • the tab 'TAGS' on a resource →  + ADD TAG

Image Added


No Tags vs. Tags with empty values


In cases when tags with bank values are applied in AWS Console, Cloudaware Tag Analyzer may detect them as Tagged Objects showing empty values. You can create two list views to observe the difference.


CloudAware Navigator →  AWS EC2 Instances → Custom Views (on the left) → + (Create New View) → Query Mode → copy the queries below → Save View


Image Added



No Tag (replace TAGNAME with your Tag Name)

Code Block
`Deleted From AWS` equals null and `Tags JSON`[$["TAGNAME"]] equals null -> 
`Instance Name or ID`, `Account`.`Account Name` as "Account", `Application Tier`.`Application`.`Name` as "Application", `Tags JSON`[$["TAGNAME"]] as "Tag: 'TAGNAME'", `Tags`


Tag <Name> is empty (replace TAGNAME with your Tag Name)

Code Block
`Deleted From AWS` equals null and `Tags JSON`[$["TAGNAME"]] equals '' -> 
`Instance Name or ID`, `Account`.`Account Name` as "Account", `Application Tier`.`Application`.`Name` as "Application", `Tags JSON`[$["TAGNAME"]] as "Tag: 'TAGNAME'", `Tags JSON`