Skip to content
Cloud8 Logo
  • PRODUCT
  • PRICING
  • SUPPORT
  • CONTACT US
  • LOGIN
  • PRODUCT
  • PRICING
  • SUPPORT
  • CONTACT US
  • LOGIN

Best Practices

  • How to integrate Slack into Best Practices
  • How to monitor memory and swap with SSM
  • AWS Bucket S3 Topic Notification
  • Best Practices: Password and Credential Monitoring
  • Best Practices: Custom Rule Notifications via AWS S3
  • Best Practices: Microsoft Teams Support

Charging

  • AWS account suspension: tips and what to do

Concepts

  • Security groups
  • Access key
  • Cloud server image or template
  • Snapshot
  • Additional disks
  • Cost model: pay per use
  • Cloud Control Panel – AWS, Azure, GCP, Huawei and Oracle
  • Cloud Computing
  • Comparison: Automation via Cloud8 vs “homemade” automation
  • FINOPS: Data Integration and Enhancement Flow (Infographic)
  • Difference between RI Applied vs RI in Cloud8 Panel

Credentials

  • Using Cloud8 with a custom AWS security credential
  • How to use IAM Role to integrate your security with Cloud8
  • Security credentials for public clouds
  • Connecting OCI Providers to Cloud8 – Full Tutorial
  • Credential for Huawei Cloud
  • Best Practices: Enabling user monitoring in Azure

First Steps

  • Connecting GCP Providers to Cloud8 – Full tutorial
  • How to manage more than one AWS account
  • Hot to enable cloud cost estimates monitoring
  • Creating a new Amazon AWS account
  • Connecting Azure Enterprise Agreement providers to Cloud8 – Full tutorial
  • Creating a New Account on Amazon Cloud (AWS)
  • Connecting OCI Providers to Cloud8 – Full Tutorial
  • Cloud8 Users and Profiles
  • Onboarding: getting started on Cloud8
  • Connecting AWS Providers to Cloud8 – Full Tutorial

MSP / Reseller

  • White label at no additional cost
  • MSP: Configuring costs
  • MSP: Configuring markup

Services

  • Using Cloud8 Insights
  • Audit logs
  • Managers on Cloud8 – Resource management on AWS, Azure and GCP
  • Cloud usage statistics
  • Alerts
  • Cloud cost control, alerts and reports
  • Cloud aggregator control panel
  • Using Automations in Cloud8
  • Automated backup of cloud servers
  • Multiple Users – Multiuser Panel
  • ECS / Fargate support on Workflow
  • Enabling Azure AD SSO in the Cloud8 Dashboard
  • Detailed Costs Report
  • Workflow: How to reset tasks periodically
  • Kubernetes Cost Support
  • How to install Metricbeat component on AKS
  • How to enable support for ECS / EKS shared costs
  • Add TAGs with CSV file
  • GCP Storage Integration
  • RDS reports with grouping by ID
  • Exporting data to AWS S3 (Bucket)
  • How to install Metricbeat component on GKE clusters
  • How to install Metricbeat component on EKS
  • How to install the Metricbeat component in OKE
  • FinOps: Cost Anomaly Reports and Charts
  • Enabling MFA in the Cloud8 Dashboard
  • FinOps: Reverse API
  • FinOps: Tag Sharing and Prorating
  • FinOps: Tag Sanitization, Compliance and MultiCloud
  • FinOps: Tagged / Untagged
  • FinOps: Reports, Alerts and Budgets
  • FinOps: Tags and Usage
  • FinOps: Tags / Labels / Resource Groups
  • Exporting data to Azure Storage Account
  • S3 Lambda Notification Processor (deploy via CLI)

Troubleshooting

  • I subscribed Amazon and I still can’t access Cloud8
  • How is the cloud cost estimate calculated?
  • I created a security group through the AWS console and it still doesn’t appear in Cloud8
  • I exported the cloud server usage report. What do the fields mean?
  • Using Cloud8 with a custom AWS security credential
  • Cloud8 and Amazon don’t monitor my cloud server’s memory?

Tutorials

  • How to access a Windows server in the Amazon AWS cloud
  • How to access a Linux server
  • How to create a cloud server
  • How to integrate Slack into Best Practices
  • How to configure scheduling for script execution in AWS
  • How to configure scheduling by Tags / Labels
  • Configure vault copy at AWS (cross account) with KMS
  • How to configure the Scheduler for script execution on OCI
  • Workflow: How to reset tasks periodically
  • How to install Metricbeat component on AKS
  • How to install Metricbeat component on GKE clusters
  • How to install Metricbeat component on EKS
  • How to install the Metricbeat component in OKE
  • FinOps: Cost Anomaly Reports and Charts
  • Group data in Pivot Table
  • FinOps: Tag Sanitization, Compliance and MultiCloud
  • S3 Lambda Notification Processor (deploy via CLI)
  • Best Practices: Microsoft Teams Support
View Categories
  • Home
  • Docs
  • Services

FinOps: Tags and Usage

3 min read

Definition #

A Tag is an essential metadata for organizing and managing resources in Cloud Computing environments . It is a value pair composed of a key (Name) and a value (Value) , which allows you to categorize and identify resources in the cloud efficiently. For example, you can create a tag with the Name “Department” and the Value “IT” or “Marketing”.

Tags play a key role in infrastructure management across providers such as AWS , Azure , Google Cloud , Oracle Cloud Infrastructure (OCI) , and Huawei Cloud , facilitating tasks such as cost control, resource tracking, and security policy enforcement.

Names for business use #

When implementing tags in your Cloud Computing infrastructure , it is essential to choose clear and consistent names to make it easier to categorize and manage resources.

Some useful suggestions include: “costcenter” , to track expenses associated with specific projects or departments; “customer” , to identify resources allocated to specific customers; “product” , “department” , “environment” , “service” , etc.

 Tips and some precautions: #

  • Use only lowercase letters . In addition to standardization, Google Cloud only accepts lowercase letters in labels. Lowercase tags/labels can be compared and cross-referenced in MultiCloud environments. Lowercase is a unique rule and avoids doubts such as “CentroCustos”? “Centrocustos”? Easier “centrocustos”; 
  • Do not use special characters . Do not use accents, spaces, commas, etc. Special characters make readability difficult and can easily get out of control and out of the standard. Even if it is professional names with accents, it is better to keep the ASCII standard; 
  • Do not use very generic tags such as ‘Name’ or ‘Name’ as they do not add value and bring a lot of data. Cloud8 is able to bring the individual cost of the components without having to resort to tags; 
  • In the case of AWS that needs to choose the tags, we strongly suggest that it tag the tags that it manages itself : “aws:createdBy”, “aws:ecs:serviceName”, “aws:ecs:clusterName”, “aws:autoscaling:groupName”, “aws:eks:cluster-name” 

Process #

Have a clear business process that defines how to create and use tags. 

Define a set of tags (3-4 is a good number) and tag all components. Tag all components avoids exception handling and avoids documenting which components need tag A, B, or C. If it doesn’t make business sense, leave the value as ‘unused’ or ‘undefined’. These values ​​can be computed in reports and can certainly answer questions like “Which components don’t need a department or owner?” 

It is important to define how to tag new components. If you use provisioning frameworks such as Terraform, Cloudformation, Ansible, and others, you can define tags when creating components within the scripts. Don’t forget to configure automatic processes such as Auto Scaling that will also create servers and disks. Backups should propagate tags (Cloud8 supports copying tags from a server to snapshots automatically), and so on. 

See : How to add Tags via CSV file .

Tags on cloud providers #

  • AWS : Choose which tags to display in your Cost And Usage Reports data at https://console.aws.amazon.com/billing/home?region=us-east-1#/preferences/tags 
  • Azure, Google Cloud, Huawei and Oracle : will publish all tags that the components have 
  • Azure : We process component tags and Resource Group tags. You can choose whether you want to tag all components or just RGs. Tagging RGs is easier, but requires that the components are allocated correctly. Cloud8 shows RG tags as a prefix “azure:rg:”. For example: “azure:rg:centrocustos” which will be different from simply “centrocustos” 

Currency  #

Cloud8 allows you to view costs in US Dollars or Reais. All analysis features work in the currency of your choice: budgets, alerts, reports, etc. This feature is very important since national companies’ budgets are usually in Reais and the variation of the US Dollar can harm alignment. 

If you need another currency like Peso or Euro, we can configure it. 

Limitations on tag registration  #

  • Tags do not propagate retroactively . The day and time you mark the tags is the start of accounting by the cloud provider. Ideally, you should insert them immediately when creating the components and review them before starting the next accounting period (for example, before the end of the month); 
  • Different spellings – such as a single space – are considered different groupings – which is why we recommend using lowercase and ASCII. 
  • Not all components support tags . Check with your provider for more information. Note: Cloud8 has a feature to map what is untagged (Untag) – more on this later. 

Content – ​​Tags / Labels / Resource Groups #

  • Purpose and Use Cases
  • Tags and usage
  • Reports / Alerts / Budgets
  • Cost Anomalies
  • View Tagged/Untagged Resources
  • Tag Sanitization, Compliance and MultiCloud
  • Tag Sharing and Value Allocation
  • Reverse API

You may want to check these Docs too: #

  • Using Cloud8 Insights
  • S3 Lambda Notification Processor (deploy via CLI)
  • Exporting data to Azure Storage Account
  • FinOps: Tags / Labels / Resource Groups
  • FinOps: Reports, Alerts and Budgets
Finops, Tag
Did this Doc help you?

Share This Article:

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Table of Contents
  • Definition
  • Names for business use
  •  Tips and some precautions:
  • Process
  • Tags on cloud providers
  • Currency 
  • Limitations on tag registration 
  • Content – ​​Tags / Labels / Resource Groups
Cloud8 Logo
  • Terms of Use
  • About Us
  • FAQ / Support
  • Blog
  • Contact Us
  • Cookies (EU)
  • Terms of Use
  • About Us
  • FAQ / Support
  • Blog
  • Contact Us
  • Cookies (EU)
Globe-americas Facebook Twitter Linkedin Youtube

Disclaimer: AWS, images, and associated services are property of Amazon Web Services Inc. and its affiliates. Azure, images, and associated services are property of Microsoft Corporation. GCP, images, and associated services are property of Google Inc. Huawei, images, and associated services are property of Huawei Technologies Co Ltd. Oracle, images, and associated services are property of Oracle Corporation. Cloud8 Brasil em Português.

Manoel Netto Designer
Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
View preferences
  • {title}
  • {title}
  • {title}