SlideShare a Scribd company logo
Building  the  Tag  Strategy
Shiva  N  – AWS  Solution  Architect
(narshiva@amazon.com)
Tagging  Overview
Resource  Tags
• Provide  the  ability  to  organize  and  search  within  and  across  resources
• Filterable  and  Searchable
• Do  not  appear  in  Detail  Billing  Report
Cost  Allocation  
Tags
• Provide  the  ability  to  map  AWS  charges to  organizational  attributes  for  accounting  purposes
• Information  presented  in  Detailed  Billing  Report  and  Cost  Explorer
• Only  available  on  certain  services  or  limited  to  components  within  a  service  (e.g.  S3  bucket  but  not  
objects)
Tagging  Restrictions
• Key  (Attribute):    127  Unicode  characters
• Value  (Detail):    255  Unicode  characters
• Tags  per  resource:    10  tags
Other  Limitations
• Tags  are  account  specific
• Tag  keys  and  values  are  case  sensitive
• Tags  are  unique  per  resource
• Resources   cannot  be  stopped,  terminated  or  deleted  solely  based  on  a  tag
• Tags  cannot  begin  with  “aws:”  as  a  prefix  (reserved  for  AWS  use)
Tagging  Considerations
• Timing  is  important!    Tags…
– Can  be  applied  anytime: Tags  can  be  created/applied  after  a  resource  is  
created,  however  no  information  will  be  captured  between  the  time  the  resource  
was  created  and  when  the  tag  was  applied
– Are  not  retroactive: Cost  Allocation  reports  are  only  available  from  the  point  in  
time  they  were  activated  (i.e.  if  Cost  Allocation  in  activated  in  October,  no  
information  from  September  will  be  displayed)
– Are  static  snapshots  in  time: Changes  made  to  tags  after  a  report  is  run  will  
not  be  reflected  in  reports  previously  run
– Must  explicitly  be  denoted  for  cost  allocation:    After  creating  a  new  tag  [key],  
it  must  be  marked/activated/added   as  a  cost  allocation  tag  (if  applicable)  
otherwise  it  will  not  be  visible  in  the  DBR  or  Cost  Explorer.
Tag  Key  Examples
Cost  
Center
Business  
Unit
Environ.
Tier
Owner
Dept./  
Group
Product  /  
Application
Shutdown  
Time
Support  
Contact
Endpoint
Tag  Key  Examples
• AWS  Environment  – Tagging  schemas  to  distinguish  production,  development,  and  
test  infrastructure.
• Cluster – Used  to  identify  the  set  of  instances  sharing  the  responsibility  for  perform  a  
specific  function  as  part  of  an  application.    Clustered  instances  typically  share  the  
same  configuration  and  exist  behind  a  load  balancer.
• Node – Distinguishes  between  servers/databases  in  a  cluster  with  the  same  role,  but  
party  of  a  separate  applications.  
• Application –Tags  to  monitor  clusters  at  the  application  layer.  
• User – Tags  to  identify  specific  individuals  responsible  for  building/deploying  
instances.
• Customer – Used  to  identify  the  particular  client  that  a  particular  resource  serves.
• Cost  Allocation  – Tags  for  cost  accounting  needs.
Tagging  Categories
Tagging  Strategies
• Tags  for  Console  Organization
• Tags  for  Cost  Allocation
• Tags  for  Automation
• Tags  for  Access  Control
Tags  are  your  realtime CMDB
Tagging  Strategies
• Define  naming  convention  – Tag  key  names  should  use  upper  
CamelCase (or  PascalCase)  for  manual  creation.  CamelCase
combines  words/abbreviations  by  beginning  each  word  with  a  capital  
letter  such  as  “MiscMetadata”  and  “SupportEndpoints”.
• Standardize  delimiters  and  do  not  use  as  part  of  tag  values.  This  
works  well  with  case  sensitive  tags
• Utilize  concatenated/compound  tagging  – combine  multiple  
values  for  a  tag  key  (i.e.  Owner  =  JohnDoe |  johndoe@company.com  
|  8005551234).  Pascal  case  should  be  used  to  standarize  compoud  
tags.  
Process  Driven  Tag  Selection
Test	
  &	
  ValidateDesign	
  Tagging
Define	
  Requirements
Identify	
  Key	
  Reports
Meet	
  with	
  Report	
  
Owners
Map	
  Key	
  Field	
  to	
  
Source	
  Origin
Meet	
  with	
  Report	
  
Users
Document	
  Key	
  
Fields
Identify	
  Which	
  Field	
  
Would	
  be	
  Valid	
  Tags
Document	
  Report	
  
Specs	
  with	
  
Identified	
  Tag	
  
Mapping
Complete	
  Test	
  Pilot	
  
on	
  Tags	
  and	
  Reports	
  
(Manual)
Validate	
  
Automation	
  
Strategy	
  and	
  Tools
Deploy	
  &	
  Maintain	
  
Tagging	
  
Additional	
  Consideration
Automate	
  Applying	
  
Tags	
  Using	
  Cloud	
  
Formation
Monitor	
  and	
  
Validate	
  Tags	
  with	
  
Monitor	
  Scripts
Use	
  Tags	
  as	
  Triggers	
  
for	
  Backup	
  
Procedures	
  or	
  to	
  
Remove	
  Rogue	
  
Resources
Allow	
  a	
  Few	
  Tags	
  
for	
  Development	
  
Team	
  Use
Document	
  Report	
  
Requirements	
  and	
  
Use	
  Case
Identify  Key  Reports
• Tags  typically  align  to  key  fields  in  important  reports
• Validate  which  reports  are  being  used  to  drive  decisions
• Look  for  consistency  in  how  reports  break  down  and  roll  
up
• Start  with  reviewing  legacy  reports  used  by  stakeholders.  
Identify	
  Key	
  Reports
Meet	
  with	
  Report	
  
Owners
Meet	
  with	
  Report	
  
Users
Document  Key  Fields
• Document  the  Key  Fields  identified  for  each  report
• Field  Values,  Length,  Formats
• Logical  Association  of  the  fields
• Typical  fields  to  look  for:  
– Line  Of  Business
– Cost  Center
– Version
– Owner
– Compliance  Domain
Meet	
  with	
  Report	
  
Users
Document	
  Report	
  
Requirements	
  and	
  
Use	
  Case
Document	
  Key	
  
Fields
– Name
– Environment
– Application
– Tier
Identify  and  Format  Tags
• Document  which  items  will  be  stored  as  tags
• Avoid  putting  fields  that  drive  reports  in  external  sources
• Validate  the  Tag  format
• Tag  Name  Best  Practices  for  syntax
• Tag  Strategy  to  document  your  tagging  structure
Map	
  Key	
  Field	
  to	
  
Source	
  Origin
Identify	
  Which	
  Field	
  
Would	
  be	
  Valid	
  Tags
Document	
  Report	
  
Specs	
  with	
  
Identified	
  Tag	
  
Mapping
Pilot  the  Tag  Structure
• Create  test  resources  with  the  Tags  indicated  in  the  Tag  
Strategy  document
• Generate  an  AWS  Detailed  Billing  Report(DBR)
• Utilize  DBR  to  generate  the  end  user  reports
• Validate  all  required  data  and  fields  work  as  expected
Document	
  Report	
  
Specs	
  with	
  
Identified	
  Tag	
  
Mapping
Complete	
  Test	
  Pilot	
  
on	
  Tags	
  and	
  Reports	
  
(Manual)
Validate	
  
Automation	
  
Strategy	
  and	
  Tools
Tagging  Maintenance  Procedures
• Ensure  data  integrity  related  to  tagging
• Document  how  tags  are  applied  to  resources
• Identify  Tag  monitoring  procedures
• Identify  procedure  to  update  or  modify  tags  in  routines
• Develop  simple  scripts  when  high  volume  updates  are  
required
Complete	
  Test	
  Pilot	
  
on	
  Tags	
  and	
  Reports	
  
(Manual)
Validate	
  
Automation	
  
Strategy	
  and	
  Tools
Deploy	
  &	
  Maintain	
  
Tagging
Additional  Considerations
• Use  automation  to  apply  tags – it  will  guarantee  
integrity  and  reliability  of  tagging
• Monitor  your  tags – identify  tags  that  are  not  compliant  
with  standards  through  monitoring  tools
• Triggers – Be  innovative  to  identify  methods  of  using  
tags  to  automate  common  routines
• Partner  with  Dev -­ Keep  a  few  tags  in  reserve  for  
Application  owners  to  use  as  triggers
Additional	
  Consideration
Automate	
  Applying	
  
Tags	
  Using	
  Cloud	
  
Formation
Monitor	
  and	
  
Validate	
  Tags	
  with	
  
Monitor	
  Scripts
Use	
  Tags	
  as	
  Triggers	
  
for	
  Backup	
  
Procedures	
  or	
  to	
  
Remove	
  Rogue	
  
Resources
Allow	
  a	
  Few	
  Tags	
  
for	
  Development	
  
Team	
  Use
http://blog.gorillastack.com/gorill
astack-­presents-­auto-­tag/
Resources
• Working  with  Tag  Editor  &  Resource  Groups  
http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/tag-­editor.html
• AWS  CloudFormation Resource  Tags  Type  
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-­properties-­resource-­
tags.html
• Using  Tags  in  IAM   https://aws.amazon.com/premiumsupport/knowledge-­center/iam-­ec2-­resource-­
tags/
• AWS  Billing  and  Cost  Management  
http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-­what-­is.html
• Resource  Groups  and  Tagging  for  AWS   https://aws.amazon.com/blogs/aws/resource-­groups-­
and-­tagging/
• Demystifying  EC2  Resource-­Level  Permissions  
https://blogs.aws.amazon.com/security/post/Tx2KPWZJJ4S26H6/Demystifying-­EC2-­Resource-­
Level-­Permissions
• DevOps Backup  in  Amazon  EC2   https://medium.com/aws-­activate-­startup-­blog/devops-­
backup-­in-­amazon-­ec2-­190c6fcce41b
Thank  You
Shiva  N  – AWS  Solution  Architect
(narshiva@amazon.com)

More Related Content

What's hot

Creating the Cloud Business Case
Creating the Cloud Business CaseCreating the Cloud Business Case
Creating the Cloud Business Case
Amazon Web Services
 
Arm 기반의 AWS Graviton 프로세서로 구동되는 AWS 인스턴스 살펴보기 - 김종선, AWS솔루션즈 아키텍트:: AWS Summi...
Arm 기반의 AWS Graviton 프로세서로 구동되는 AWS 인스턴스 살펴보기 - 김종선, AWS솔루션즈 아키텍트:: AWS Summi...Arm 기반의 AWS Graviton 프로세서로 구동되는 AWS 인스턴스 살펴보기 - 김종선, AWS솔루션즈 아키텍트:: AWS Summi...
Arm 기반의 AWS Graviton 프로세서로 구동되는 AWS 인스턴스 살펴보기 - 김종선, AWS솔루션즈 아키텍트:: AWS Summi...
Amazon Web Services Korea
 
Security Architectures on AWS
Security Architectures on AWSSecurity Architectures on AWS
Security Architectures on AWS
Amazon Web Services
 
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
Edureka!
 
Reduce Costs and Build a Strong Operational Foundation with the AWS Migration...
Reduce Costs and Build a Strong Operational Foundation with the AWS Migration...Reduce Costs and Build a Strong Operational Foundation with the AWS Migration...
Reduce Costs and Build a Strong Operational Foundation with the AWS Migration...
Amazon Web Services
 
Cloud Center of Excellence - Datasheet
Cloud Center of Excellence - DatasheetCloud Center of Excellence - Datasheet
Cloud Center of Excellence - Datasheet
Todd Erskine
 
AWS Outposts Update
AWS Outposts UpdateAWS Outposts Update
AWS Outposts Update
AWS Daily News
 
Perform a Cloud Readiness Assessment for Your Own Company
Perform a Cloud Readiness Assessment for Your Own CompanyPerform a Cloud Readiness Assessment for Your Own Company
Perform a Cloud Readiness Assessment for Your Own Company
Amazon Web Services
 
Considerations for your Cloud Journey
Considerations for your Cloud JourneyConsiderations for your Cloud Journey
Considerations for your Cloud Journey
Amazon Web Services
 
Backup and archiving in the aws cloud
Backup and archiving in the aws cloudBackup and archiving in the aws cloud
Backup and archiving in the aws cloud
Amazon Web Services
 
A Roadmap to Cloud Center of Excellence Adoption
A Roadmap to Cloud Center of Excellence AdoptionA Roadmap to Cloud Center of Excellence Adoption
A Roadmap to Cloud Center of Excellence Adoption
Amazon Web Services
 
VPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPCVPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPC
Amazon Web Services
 
Introduction to AWS Glue
Introduction to AWS Glue Introduction to AWS Glue
Introduction to AWS Glue
Amazon Web Services
 
Well Architected Framework - Data
Well Architected Framework - Data Well Architected Framework - Data
Well Architected Framework - Data
Craig Milroy
 
Cloud Adoption Framework Define Your Cloud Strategy and Accelerate Results
Cloud Adoption Framework Define Your Cloud Strategy and Accelerate Results Cloud Adoption Framework Define Your Cloud Strategy and Accelerate Results
Cloud Adoption Framework Define Your Cloud Strategy and Accelerate Results Amazon Web Services
 
Introduction to AWS Glue
Introduction to AWS GlueIntroduction to AWS Glue
Introduction to AWS Glue
Amazon Web Services
 
An Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - WebinarAn Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - Webinar
Amazon Web Services
 
AWS Control Tower
AWS Control TowerAWS Control Tower
AWS Control Tower
CloudHesive
 
성공적인 AWS Cloud 마이그레이션 전략 및 사례 - 방희란 매니저:: AWS Cloud Track 1 Intro
성공적인 AWS Cloud 마이그레이션 전략 및 사례 - 방희란 매니저:: AWS Cloud Track 1 Intro성공적인 AWS Cloud 마이그레이션 전략 및 사례 - 방희란 매니저:: AWS Cloud Track 1 Intro
성공적인 AWS Cloud 마이그레이션 전략 및 사례 - 방희란 매니저:: AWS Cloud Track 1 Intro
Amazon Web Services Korea
 
A Roadmap to Cloud Center of Excellence Adoption
A Roadmap to Cloud Center of Excellence AdoptionA Roadmap to Cloud Center of Excellence Adoption
A Roadmap to Cloud Center of Excellence Adoption
Amazon Web Services
 

What's hot (20)

Creating the Cloud Business Case
Creating the Cloud Business CaseCreating the Cloud Business Case
Creating the Cloud Business Case
 
Arm 기반의 AWS Graviton 프로세서로 구동되는 AWS 인스턴스 살펴보기 - 김종선, AWS솔루션즈 아키텍트:: AWS Summi...
Arm 기반의 AWS Graviton 프로세서로 구동되는 AWS 인스턴스 살펴보기 - 김종선, AWS솔루션즈 아키텍트:: AWS Summi...Arm 기반의 AWS Graviton 프로세서로 구동되는 AWS 인스턴스 살펴보기 - 김종선, AWS솔루션즈 아키텍트:: AWS Summi...
Arm 기반의 AWS Graviton 프로세서로 구동되는 AWS 인스턴스 살펴보기 - 김종선, AWS솔루션즈 아키텍트:: AWS Summi...
 
Security Architectures on AWS
Security Architectures on AWSSecurity Architectures on AWS
Security Architectures on AWS
 
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
 
Reduce Costs and Build a Strong Operational Foundation with the AWS Migration...
Reduce Costs and Build a Strong Operational Foundation with the AWS Migration...Reduce Costs and Build a Strong Operational Foundation with the AWS Migration...
Reduce Costs and Build a Strong Operational Foundation with the AWS Migration...
 
Cloud Center of Excellence - Datasheet
Cloud Center of Excellence - DatasheetCloud Center of Excellence - Datasheet
Cloud Center of Excellence - Datasheet
 
AWS Outposts Update
AWS Outposts UpdateAWS Outposts Update
AWS Outposts Update
 
Perform a Cloud Readiness Assessment for Your Own Company
Perform a Cloud Readiness Assessment for Your Own CompanyPerform a Cloud Readiness Assessment for Your Own Company
Perform a Cloud Readiness Assessment for Your Own Company
 
Considerations for your Cloud Journey
Considerations for your Cloud JourneyConsiderations for your Cloud Journey
Considerations for your Cloud Journey
 
Backup and archiving in the aws cloud
Backup and archiving in the aws cloudBackup and archiving in the aws cloud
Backup and archiving in the aws cloud
 
A Roadmap to Cloud Center of Excellence Adoption
A Roadmap to Cloud Center of Excellence AdoptionA Roadmap to Cloud Center of Excellence Adoption
A Roadmap to Cloud Center of Excellence Adoption
 
VPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPCVPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPC
 
Introduction to AWS Glue
Introduction to AWS Glue Introduction to AWS Glue
Introduction to AWS Glue
 
Well Architected Framework - Data
Well Architected Framework - Data Well Architected Framework - Data
Well Architected Framework - Data
 
Cloud Adoption Framework Define Your Cloud Strategy and Accelerate Results
Cloud Adoption Framework Define Your Cloud Strategy and Accelerate Results Cloud Adoption Framework Define Your Cloud Strategy and Accelerate Results
Cloud Adoption Framework Define Your Cloud Strategy and Accelerate Results
 
Introduction to AWS Glue
Introduction to AWS GlueIntroduction to AWS Glue
Introduction to AWS Glue
 
An Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - WebinarAn Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - Webinar
 
AWS Control Tower
AWS Control TowerAWS Control Tower
AWS Control Tower
 
성공적인 AWS Cloud 마이그레이션 전략 및 사례 - 방희란 매니저:: AWS Cloud Track 1 Intro
성공적인 AWS Cloud 마이그레이션 전략 및 사례 - 방희란 매니저:: AWS Cloud Track 1 Intro성공적인 AWS Cloud 마이그레이션 전략 및 사례 - 방희란 매니저:: AWS Cloud Track 1 Intro
성공적인 AWS Cloud 마이그레이션 전략 및 사례 - 방희란 매니저:: AWS Cloud Track 1 Intro
 
A Roadmap to Cloud Center of Excellence Adoption
A Roadmap to Cloud Center of Excellence AdoptionA Roadmap to Cloud Center of Excellence Adoption
A Roadmap to Cloud Center of Excellence Adoption
 

Viewers also liked

AWS Cost Allocation Using Tags And Linked Accounts
AWS Cost Allocation Using Tags And Linked AccountsAWS Cost Allocation Using Tags And Linked Accounts
AWS Cost Allocation Using Tags And Linked Accounts
Cloudability
 
AWS Billing Deep Dive (DMG203) | AWS re:Invent 2013
AWS Billing Deep Dive (DMG203) | AWS re:Invent 2013AWS Billing Deep Dive (DMG203) | AWS re:Invent 2013
AWS Billing Deep Dive (DMG203) | AWS re:Invent 2013
Amazon Web Services
 
Managing Your Cloud Assets with AWS
Managing Your Cloud Assets with AWSManaging Your Cloud Assets with AWS
Managing Your Cloud Assets with AWS
Amazon Web Services
 
AWS Cost Management Lessons from the Private Sector
AWS Cost Management Lessons from the Private SectorAWS Cost Management Lessons from the Private Sector
AWS Cost Management Lessons from the Private Sector
Amazon Web Services
 
State of Union - Containerz
State of Union - ContainerzState of Union - Containerz
State of Union - Containerz
Shiva Narayanaswamy
 
Aws cloud infrastructure and cost estimation for angular site
Aws cloud infrastructure and cost estimation for angular siteAws cloud infrastructure and cost estimation for angular site
Aws cloud infrastructure and cost estimation for angular site
Le Kien Truc
 
Libraries and the Hive Mind: Folksonomies and Tagging
Libraries and the Hive Mind: Folksonomies and TaggingLibraries and the Hive Mind: Folksonomies and Tagging
Libraries and the Hive Mind: Folksonomies and Tagging
Ellyssa Kroski
 
Social Media Tagging Cheatsheet: How to Tag Users on Twitter, Facebook, Linke...
Social Media Tagging Cheatsheet: How to Tag Users on Twitter, Facebook, Linke...Social Media Tagging Cheatsheet: How to Tag Users on Twitter, Facebook, Linke...
Social Media Tagging Cheatsheet: How to Tag Users on Twitter, Facebook, Linke...
Ann Smarty
 
Leveraging Elastic Web Scale Computing with AWS
 Leveraging Elastic Web Scale Computing with AWS Leveraging Elastic Web Scale Computing with AWS
Leveraging Elastic Web Scale Computing with AWS
Shiva Narayanaswamy
 
Your APIs can be soft and fluffy
Your APIs can be soft and fluffyYour APIs can be soft and fluffy
Your APIs can be soft and fluffy
Shiva Narayanaswamy
 
Application Delivery Patterns
Application Delivery PatternsApplication Delivery Patterns
Application Delivery Patterns
Shiva Narayanaswamy
 
Tagging and Folksonomies
Tagging and FolksonomiesTagging and Folksonomies
Tagging and Folksonomies
hhunt75
 
Build high performing mobile apps, faster with AWS
Build high performing mobile apps, faster with AWSBuild high performing mobile apps, faster with AWS
Build high performing mobile apps, faster with AWS
Shiva Narayanaswamy
 
RMG205 Decoding Your AWS Bill - - AWS re: Invent 2012
RMG205 Decoding Your AWS Bill - - AWS re: Invent 2012RMG205 Decoding Your AWS Bill - - AWS re: Invent 2012
RMG205 Decoding Your AWS Bill - - AWS re: Invent 2012
Amazon Web Services
 
Platform for Innovation - AWS
Platform for Innovation - AWSPlatform for Innovation - AWS
Platform for Innovation - AWS
Shiva Narayanaswamy
 
Event driven infrastructure
Event driven infrastructureEvent driven infrastructure
Event driven infrastructure
Shiva Narayanaswamy
 
Innovation at Scale - Top 10 AWS questions when you start
Innovation at Scale - Top 10 AWS questions when you startInnovation at Scale - Top 10 AWS questions when you start
Innovation at Scale - Top 10 AWS questions when you start
Shiva Narayanaswamy
 
ECS and ECR deep dive
ECS and ECR deep diveECS and ECR deep dive
ECS and ECR deep dive
Shiva Narayanaswamy
 
AWS Black Belt Tips - Technical 401
AWS Black Belt Tips - Technical 401AWS Black Belt Tips - Technical 401
AWS Black Belt Tips - Technical 401
Amazon Web Services
 

Viewers also liked (20)

AWS Cost Allocation Using Tags And Linked Accounts
AWS Cost Allocation Using Tags And Linked AccountsAWS Cost Allocation Using Tags And Linked Accounts
AWS Cost Allocation Using Tags And Linked Accounts
 
AWS Billing Deep Dive (DMG203) | AWS re:Invent 2013
AWS Billing Deep Dive (DMG203) | AWS re:Invent 2013AWS Billing Deep Dive (DMG203) | AWS re:Invent 2013
AWS Billing Deep Dive (DMG203) | AWS re:Invent 2013
 
Managing Your Cloud Assets with AWS
Managing Your Cloud Assets with AWSManaging Your Cloud Assets with AWS
Managing Your Cloud Assets with AWS
 
AWS Cost Management Lessons from the Private Sector
AWS Cost Management Lessons from the Private SectorAWS Cost Management Lessons from the Private Sector
AWS Cost Management Lessons from the Private Sector
 
State of Union - Containerz
State of Union - ContainerzState of Union - Containerz
State of Union - Containerz
 
Aws cloud infrastructure and cost estimation for angular site
Aws cloud infrastructure and cost estimation for angular siteAws cloud infrastructure and cost estimation for angular site
Aws cloud infrastructure and cost estimation for angular site
 
Libraries and the Hive Mind: Folksonomies and Tagging
Libraries and the Hive Mind: Folksonomies and TaggingLibraries and the Hive Mind: Folksonomies and Tagging
Libraries and the Hive Mind: Folksonomies and Tagging
 
Social Media Tagging Cheatsheet: How to Tag Users on Twitter, Facebook, Linke...
Social Media Tagging Cheatsheet: How to Tag Users on Twitter, Facebook, Linke...Social Media Tagging Cheatsheet: How to Tag Users on Twitter, Facebook, Linke...
Social Media Tagging Cheatsheet: How to Tag Users on Twitter, Facebook, Linke...
 
Leveraging Elastic Web Scale Computing with AWS
 Leveraging Elastic Web Scale Computing with AWS Leveraging Elastic Web Scale Computing with AWS
Leveraging Elastic Web Scale Computing with AWS
 
Your APIs can be soft and fluffy
Your APIs can be soft and fluffyYour APIs can be soft and fluffy
Your APIs can be soft and fluffy
 
Application Delivery Patterns
Application Delivery PatternsApplication Delivery Patterns
Application Delivery Patterns
 
Tagging and Folksonomies
Tagging and FolksonomiesTagging and Folksonomies
Tagging and Folksonomies
 
Build high performing mobile apps, faster with AWS
Build high performing mobile apps, faster with AWSBuild high performing mobile apps, faster with AWS
Build high performing mobile apps, faster with AWS
 
RMG205 Decoding Your AWS Bill - - AWS re: Invent 2012
RMG205 Decoding Your AWS Bill - - AWS re: Invent 2012RMG205 Decoding Your AWS Bill - - AWS re: Invent 2012
RMG205 Decoding Your AWS Bill - - AWS re: Invent 2012
 
Platform for Innovation - AWS
Platform for Innovation - AWSPlatform for Innovation - AWS
Platform for Innovation - AWS
 
Event driven infrastructure
Event driven infrastructureEvent driven infrastructure
Event driven infrastructure
 
Innovation at Scale - Top 10 AWS questions when you start
Innovation at Scale - Top 10 AWS questions when you startInnovation at Scale - Top 10 AWS questions when you start
Innovation at Scale - Top 10 AWS questions when you start
 
Predicting Costs on AWS
Predicting Costs on AWSPredicting Costs on AWS
Predicting Costs on AWS
 
ECS and ECR deep dive
ECS and ECR deep diveECS and ECR deep dive
ECS and ECR deep dive
 
AWS Black Belt Tips - Technical 401
AWS Black Belt Tips - Technical 401AWS Black Belt Tips - Technical 401
AWS Black Belt Tips - Technical 401
 

Similar to AWS Tagging Strategy

Tagging Best Practices for Cloud Governance
Tagging Best Practices for Cloud GovernanceTagging Best Practices for Cloud Governance
Tagging Best Practices for Cloud Governance
RightScale
 
Cost Optimization - Tagging.pptx
Cost Optimization - Tagging.pptxCost Optimization - Tagging.pptx
Cost Optimization - Tagging.pptx
arnoldnicholas
 
[Azure Governance] Lesson 3 : Azure Tags
[Azure Governance] Lesson 3 : Azure Tags[Azure Governance] Lesson 3 : Azure Tags
[Azure Governance] Lesson 3 : Azure Tags
☁ Hicham KADIRI ☁
 
AWS Partner Webcast - Advanced Strategies for AWS Cost Allocation with Tags a...
AWS Partner Webcast - Advanced Strategies for AWS Cost Allocation with Tags a...AWS Partner Webcast - Advanced Strategies for AWS Cost Allocation with Tags a...
AWS Partner Webcast - Advanced Strategies for AWS Cost Allocation with Tags a...
Amazon Web Services
 
AWS-Certified-Solutions-Architect-Professional_Exam-Guide.pdf
AWS-Certified-Solutions-Architect-Professional_Exam-Guide.pdfAWS-Certified-Solutions-Architect-Professional_Exam-Guide.pdf
AWS-Certified-Solutions-Architect-Professional_Exam-Guide.pdf
GerardoMoran16
 
faisal mushtaq - an enterprise cloud cost management framework
faisal mushtaq - an enterprise cloud cost management frameworkfaisal mushtaq - an enterprise cloud cost management framework
faisal mushtaq - an enterprise cloud cost management framework
Dariia Seimova
 
Feature drift monitoring as a service for machine learning models at scale
Feature drift monitoring as a service for machine learning models at scaleFeature drift monitoring as a service for machine learning models at scale
Feature drift monitoring as a service for machine learning models at scale
Noriaki Tatsumi
 
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!
Richard Robinson
 
Get An Attractive Score in AWS Developer Associate (DVA-C02) Exam
Get An Attractive Score in AWS Developer Associate (DVA-C02) ExamGet An Attractive Score in AWS Developer Associate (DVA-C02) Exam
Get An Attractive Score in AWS Developer Associate (DVA-C02) Exam
AdinaCoyle
 
1.3.5 more than autocomplete
1.3.5 more than autocomplete1.3.5 more than autocomplete
1.3.5 more than autocomplete
John Foliot
 
Too Many Tools - How AWS Systems Manager Bridges Operational Models
Too Many Tools - How AWS Systems Manager Bridges Operational ModelsToo Many Tools - How AWS Systems Manager Bridges Operational Models
Too Many Tools - How AWS Systems Manager Bridges Operational Models
Amazon Web Services
 
Azure App Service Deep Dive
Azure App Service Deep DiveAzure App Service Deep Dive
Azure App Service Deep Dive
Azure Riyadh User Group
 
Cloud Strategy
Cloud StrategyCloud Strategy
Cloud Strategy
Richard Harvey
 
Migrating from a monolith to microservices – is it worth it?
Migrating from a monolith to microservices – is it worth it?Migrating from a monolith to microservices – is it worth it?
Migrating from a monolith to microservices – is it worth it?
Katherine Golovinova
 
ENT302 Deep Dive on AWS Management Tools
ENT302 Deep Dive on AWS Management Tools ENT302 Deep Dive on AWS Management Tools
ENT302 Deep Dive on AWS Management Tools
Amazon Web Services
 
AWS Enterprise Summit London | Transforming Your IT with AWS
AWS Enterprise Summit London | Transforming Your IT with AWSAWS Enterprise Summit London | Transforming Your IT with AWS
AWS Enterprise Summit London | Transforming Your IT with AWS
Amazon Web Services
 
Integration strategies best practices- Mulesoft meetup April 2018
Integration strategies   best practices- Mulesoft meetup April 2018Integration strategies   best practices- Mulesoft meetup April 2018
Integration strategies best practices- Mulesoft meetup April 2018
Rohan Rasane
 
ENT302 Deep Dive on AWS Management Tools
ENT302 Deep Dive on AWS Management ToolsENT302 Deep Dive on AWS Management Tools
ENT302 Deep Dive on AWS Management Tools
Amazon Web Services
 
Assessing Your Company's Cloud Readiness
Assessing Your Company's Cloud ReadinessAssessing Your Company's Cloud Readiness
Assessing Your Company's Cloud Readiness
Amazon Web Services
 
AWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session TwoAWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session Two
Tom Laszewski
 

Similar to AWS Tagging Strategy (20)

Tagging Best Practices for Cloud Governance
Tagging Best Practices for Cloud GovernanceTagging Best Practices for Cloud Governance
Tagging Best Practices for Cloud Governance
 
Cost Optimization - Tagging.pptx
Cost Optimization - Tagging.pptxCost Optimization - Tagging.pptx
Cost Optimization - Tagging.pptx
 
[Azure Governance] Lesson 3 : Azure Tags
[Azure Governance] Lesson 3 : Azure Tags[Azure Governance] Lesson 3 : Azure Tags
[Azure Governance] Lesson 3 : Azure Tags
 
AWS Partner Webcast - Advanced Strategies for AWS Cost Allocation with Tags a...
AWS Partner Webcast - Advanced Strategies for AWS Cost Allocation with Tags a...AWS Partner Webcast - Advanced Strategies for AWS Cost Allocation with Tags a...
AWS Partner Webcast - Advanced Strategies for AWS Cost Allocation with Tags a...
 
AWS-Certified-Solutions-Architect-Professional_Exam-Guide.pdf
AWS-Certified-Solutions-Architect-Professional_Exam-Guide.pdfAWS-Certified-Solutions-Architect-Professional_Exam-Guide.pdf
AWS-Certified-Solutions-Architect-Professional_Exam-Guide.pdf
 
faisal mushtaq - an enterprise cloud cost management framework
faisal mushtaq - an enterprise cloud cost management frameworkfaisal mushtaq - an enterprise cloud cost management framework
faisal mushtaq - an enterprise cloud cost management framework
 
Feature drift monitoring as a service for machine learning models at scale
Feature drift monitoring as a service for machine learning models at scaleFeature drift monitoring as a service for machine learning models at scale
Feature drift monitoring as a service for machine learning models at scale
 
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!
SCRIMPS-STD: Test Automation Design Principles - and asking the right questions!
 
Get An Attractive Score in AWS Developer Associate (DVA-C02) Exam
Get An Attractive Score in AWS Developer Associate (DVA-C02) ExamGet An Attractive Score in AWS Developer Associate (DVA-C02) Exam
Get An Attractive Score in AWS Developer Associate (DVA-C02) Exam
 
1.3.5 more than autocomplete
1.3.5 more than autocomplete1.3.5 more than autocomplete
1.3.5 more than autocomplete
 
Too Many Tools - How AWS Systems Manager Bridges Operational Models
Too Many Tools - How AWS Systems Manager Bridges Operational ModelsToo Many Tools - How AWS Systems Manager Bridges Operational Models
Too Many Tools - How AWS Systems Manager Bridges Operational Models
 
Azure App Service Deep Dive
Azure App Service Deep DiveAzure App Service Deep Dive
Azure App Service Deep Dive
 
Cloud Strategy
Cloud StrategyCloud Strategy
Cloud Strategy
 
Migrating from a monolith to microservices – is it worth it?
Migrating from a monolith to microservices – is it worth it?Migrating from a monolith to microservices – is it worth it?
Migrating from a monolith to microservices – is it worth it?
 
ENT302 Deep Dive on AWS Management Tools
ENT302 Deep Dive on AWS Management Tools ENT302 Deep Dive on AWS Management Tools
ENT302 Deep Dive on AWS Management Tools
 
AWS Enterprise Summit London | Transforming Your IT with AWS
AWS Enterprise Summit London | Transforming Your IT with AWSAWS Enterprise Summit London | Transforming Your IT with AWS
AWS Enterprise Summit London | Transforming Your IT with AWS
 
Integration strategies best practices- Mulesoft meetup April 2018
Integration strategies   best practices- Mulesoft meetup April 2018Integration strategies   best practices- Mulesoft meetup April 2018
Integration strategies best practices- Mulesoft meetup April 2018
 
ENT302 Deep Dive on AWS Management Tools
ENT302 Deep Dive on AWS Management ToolsENT302 Deep Dive on AWS Management Tools
ENT302 Deep Dive on AWS Management Tools
 
Assessing Your Company's Cloud Readiness
Assessing Your Company's Cloud ReadinessAssessing Your Company's Cloud Readiness
Assessing Your Company's Cloud Readiness
 
AWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session TwoAWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session Two
 

More from Shiva Narayanaswamy

Pets, Cattle, Rabbits and Microbes
Pets, Cattle, Rabbits and Microbes Pets, Cattle, Rabbits and Microbes
Pets, Cattle, Rabbits and Microbes
Shiva Narayanaswamy
 
AWS Security and SecOps
AWS Security and SecOpsAWS Security and SecOps
AWS Security and SecOps
Shiva Narayanaswamy
 
AWS + Puppet = Dynamic Scale
AWS + Puppet = Dynamic ScaleAWS + Puppet = Dynamic Scale
AWS + Puppet = Dynamic Scale
Shiva Narayanaswamy
 
DevOps and AWS
DevOps and AWSDevOps and AWS
DevOps and AWS
Shiva Narayanaswamy
 
AWS Connectivity, VPC Design and Security Pro Tips
AWS Connectivity, VPC Design and Security Pro TipsAWS Connectivity, VPC Design and Security Pro Tips
AWS Connectivity, VPC Design and Security Pro Tips
Shiva Narayanaswamy
 
Dev/Test Environment Provisioning and Management on AWS
Dev/Test Environment Provisioning and Management on AWSDev/Test Environment Provisioning and Management on AWS
Dev/Test Environment Provisioning and Management on AWS
Shiva Narayanaswamy
 
DevOps, Common use cases, Architectures, Best Practices
DevOps, Common use cases, Architectures, Best PracticesDevOps, Common use cases, Architectures, Best Practices
DevOps, Common use cases, Architectures, Best Practices
Shiva Narayanaswamy
 
Application Lifecycle Management and Event Driven Programming on AWS
Application Lifecycle Management and Event Driven Programming on AWSApplication Lifecycle Management and Event Driven Programming on AWS
Application Lifecycle Management and Event Driven Programming on AWS
Shiva Narayanaswamy
 
Leveraging elastic web scale computing with AWS
 Leveraging elastic web scale computing with AWS Leveraging elastic web scale computing with AWS
Leveraging elastic web scale computing with AWS
Shiva Narayanaswamy
 
Running Hybrid Cloud Patterns on AWS
Running Hybrid Cloud Patterns on AWSRunning Hybrid Cloud Patterns on AWS
Running Hybrid Cloud Patterns on AWS
Shiva Narayanaswamy
 
AWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshootingAWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshooting
Shiva Narayanaswamy
 
Continuous delivery and deployment on AWS
Continuous delivery and deployment on AWSContinuous delivery and deployment on AWS
Continuous delivery and deployment on AWS
Shiva Narayanaswamy
 
Introduction to DevOps on AWS
Introduction to DevOps on AWSIntroduction to DevOps on AWS
Introduction to DevOps on AWS
Shiva Narayanaswamy
 

More from Shiva Narayanaswamy (13)

Pets, Cattle, Rabbits and Microbes
Pets, Cattle, Rabbits and Microbes Pets, Cattle, Rabbits and Microbes
Pets, Cattle, Rabbits and Microbes
 
AWS Security and SecOps
AWS Security and SecOpsAWS Security and SecOps
AWS Security and SecOps
 
AWS + Puppet = Dynamic Scale
AWS + Puppet = Dynamic ScaleAWS + Puppet = Dynamic Scale
AWS + Puppet = Dynamic Scale
 
DevOps and AWS
DevOps and AWSDevOps and AWS
DevOps and AWS
 
AWS Connectivity, VPC Design and Security Pro Tips
AWS Connectivity, VPC Design and Security Pro TipsAWS Connectivity, VPC Design and Security Pro Tips
AWS Connectivity, VPC Design and Security Pro Tips
 
Dev/Test Environment Provisioning and Management on AWS
Dev/Test Environment Provisioning and Management on AWSDev/Test Environment Provisioning and Management on AWS
Dev/Test Environment Provisioning and Management on AWS
 
DevOps, Common use cases, Architectures, Best Practices
DevOps, Common use cases, Architectures, Best PracticesDevOps, Common use cases, Architectures, Best Practices
DevOps, Common use cases, Architectures, Best Practices
 
Application Lifecycle Management and Event Driven Programming on AWS
Application Lifecycle Management and Event Driven Programming on AWSApplication Lifecycle Management and Event Driven Programming on AWS
Application Lifecycle Management and Event Driven Programming on AWS
 
Leveraging elastic web scale computing with AWS
 Leveraging elastic web scale computing with AWS Leveraging elastic web scale computing with AWS
Leveraging elastic web scale computing with AWS
 
Running Hybrid Cloud Patterns on AWS
Running Hybrid Cloud Patterns on AWSRunning Hybrid Cloud Patterns on AWS
Running Hybrid Cloud Patterns on AWS
 
AWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshootingAWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshooting
 
Continuous delivery and deployment on AWS
Continuous delivery and deployment on AWSContinuous delivery and deployment on AWS
Continuous delivery and deployment on AWS
 
Introduction to DevOps on AWS
Introduction to DevOps on AWSIntroduction to DevOps on AWS
Introduction to DevOps on AWS
 

Recently uploaded

Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
Trish Parr
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
Trending Blogers
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
CIOWomenMagazine
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
harveenkaur52
 
[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024
hackersuli
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Florence Consulting
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
zoowe
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
Laura Szabó
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
cuobya
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
cuobya
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
cuobya
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
Danica Gill
 
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
uehowe
 
Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
nhiyenphan2005
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
zyfovom
 

Recently uploaded (20)

Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
 
[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
 
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
 
Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
 

AWS Tagging Strategy

  • 1. Building  the  Tag  Strategy Shiva  N  – AWS  Solution  Architect (narshiva@amazon.com)
  • 2. Tagging  Overview Resource  Tags • Provide  the  ability  to  organize  and  search  within  and  across  resources • Filterable  and  Searchable • Do  not  appear  in  Detail  Billing  Report Cost  Allocation   Tags • Provide  the  ability  to  map  AWS  charges to  organizational  attributes  for  accounting  purposes • Information  presented  in  Detailed  Billing  Report  and  Cost  Explorer • Only  available  on  certain  services  or  limited  to  components  within  a  service  (e.g.  S3  bucket  but  not   objects)
  • 3. Tagging  Restrictions • Key  (Attribute):    127  Unicode  characters • Value  (Detail):    255  Unicode  characters • Tags  per  resource:    10  tags Other  Limitations • Tags  are  account  specific • Tag  keys  and  values  are  case  sensitive • Tags  are  unique  per  resource • Resources   cannot  be  stopped,  terminated  or  deleted  solely  based  on  a  tag • Tags  cannot  begin  with  “aws:”  as  a  prefix  (reserved  for  AWS  use)
  • 4. Tagging  Considerations • Timing  is  important!    Tags… – Can  be  applied  anytime: Tags  can  be  created/applied  after  a  resource  is   created,  however  no  information  will  be  captured  between  the  time  the  resource   was  created  and  when  the  tag  was  applied – Are  not  retroactive: Cost  Allocation  reports  are  only  available  from  the  point  in   time  they  were  activated  (i.e.  if  Cost  Allocation  in  activated  in  October,  no   information  from  September  will  be  displayed) – Are  static  snapshots  in  time: Changes  made  to  tags  after  a  report  is  run  will   not  be  reflected  in  reports  previously  run – Must  explicitly  be  denoted  for  cost  allocation:    After  creating  a  new  tag  [key],   it  must  be  marked/activated/added   as  a  cost  allocation  tag  (if  applicable)   otherwise  it  will  not  be  visible  in  the  DBR  or  Cost  Explorer.
  • 5. Tag  Key  Examples Cost   Center Business   Unit Environ. Tier Owner Dept./   Group Product  /   Application Shutdown   Time Support   Contact Endpoint
  • 6. Tag  Key  Examples • AWS  Environment  – Tagging  schemas  to  distinguish  production,  development,  and   test  infrastructure. • Cluster – Used  to  identify  the  set  of  instances  sharing  the  responsibility  for  perform  a   specific  function  as  part  of  an  application.    Clustered  instances  typically  share  the   same  configuration  and  exist  behind  a  load  balancer. • Node – Distinguishes  between  servers/databases  in  a  cluster  with  the  same  role,  but   party  of  a  separate  applications.   • Application –Tags  to  monitor  clusters  at  the  application  layer.   • User – Tags  to  identify  specific  individuals  responsible  for  building/deploying   instances. • Customer – Used  to  identify  the  particular  client  that  a  particular  resource  serves. • Cost  Allocation  – Tags  for  cost  accounting  needs.
  • 8. Tagging  Strategies • Tags  for  Console  Organization • Tags  for  Cost  Allocation • Tags  for  Automation • Tags  for  Access  Control Tags  are  your  realtime CMDB
  • 9. Tagging  Strategies • Define  naming  convention  – Tag  key  names  should  use  upper   CamelCase (or  PascalCase)  for  manual  creation.  CamelCase combines  words/abbreviations  by  beginning  each  word  with  a  capital   letter  such  as  “MiscMetadata”  and  “SupportEndpoints”. • Standardize  delimiters  and  do  not  use  as  part  of  tag  values.  This   works  well  with  case  sensitive  tags • Utilize  concatenated/compound  tagging  – combine  multiple   values  for  a  tag  key  (i.e.  Owner  =  JohnDoe |  johndoe@company.com   |  8005551234).  Pascal  case  should  be  used  to  standarize  compoud   tags.  
  • 10. Process  Driven  Tag  Selection Test  &  ValidateDesign  Tagging Define  Requirements Identify  Key  Reports Meet  with  Report   Owners Map  Key  Field  to   Source  Origin Meet  with  Report   Users Document  Key   Fields Identify  Which  Field   Would  be  Valid  Tags Document  Report   Specs  with   Identified  Tag   Mapping Complete  Test  Pilot   on  Tags  and  Reports   (Manual) Validate   Automation   Strategy  and  Tools Deploy  &  Maintain   Tagging   Additional  Consideration Automate  Applying   Tags  Using  Cloud   Formation Monitor  and   Validate  Tags  with   Monitor  Scripts Use  Tags  as  Triggers   for  Backup   Procedures  or  to   Remove  Rogue   Resources Allow  a  Few  Tags   for  Development   Team  Use Document  Report   Requirements  and   Use  Case
  • 11. Identify  Key  Reports • Tags  typically  align  to  key  fields  in  important  reports • Validate  which  reports  are  being  used  to  drive  decisions • Look  for  consistency  in  how  reports  break  down  and  roll   up • Start  with  reviewing  legacy  reports  used  by  stakeholders.   Identify  Key  Reports Meet  with  Report   Owners Meet  with  Report   Users
  • 12. Document  Key  Fields • Document  the  Key  Fields  identified  for  each  report • Field  Values,  Length,  Formats • Logical  Association  of  the  fields • Typical  fields  to  look  for:   – Line  Of  Business – Cost  Center – Version – Owner – Compliance  Domain Meet  with  Report   Users Document  Report   Requirements  and   Use  Case Document  Key   Fields – Name – Environment – Application – Tier
  • 13. Identify  and  Format  Tags • Document  which  items  will  be  stored  as  tags • Avoid  putting  fields  that  drive  reports  in  external  sources • Validate  the  Tag  format • Tag  Name  Best  Practices  for  syntax • Tag  Strategy  to  document  your  tagging  structure Map  Key  Field  to   Source  Origin Identify  Which  Field   Would  be  Valid  Tags Document  Report   Specs  with   Identified  Tag   Mapping
  • 14. Pilot  the  Tag  Structure • Create  test  resources  with  the  Tags  indicated  in  the  Tag   Strategy  document • Generate  an  AWS  Detailed  Billing  Report(DBR) • Utilize  DBR  to  generate  the  end  user  reports • Validate  all  required  data  and  fields  work  as  expected Document  Report   Specs  with   Identified  Tag   Mapping Complete  Test  Pilot   on  Tags  and  Reports   (Manual) Validate   Automation   Strategy  and  Tools
  • 15. Tagging  Maintenance  Procedures • Ensure  data  integrity  related  to  tagging • Document  how  tags  are  applied  to  resources • Identify  Tag  monitoring  procedures • Identify  procedure  to  update  or  modify  tags  in  routines • Develop  simple  scripts  when  high  volume  updates  are   required Complete  Test  Pilot   on  Tags  and  Reports   (Manual) Validate   Automation   Strategy  and  Tools Deploy  &  Maintain   Tagging
  • 16. Additional  Considerations • Use  automation  to  apply  tags – it  will  guarantee   integrity  and  reliability  of  tagging • Monitor  your  tags – identify  tags  that  are  not  compliant   with  standards  through  monitoring  tools • Triggers – Be  innovative  to  identify  methods  of  using   tags  to  automate  common  routines • Partner  with  Dev -­ Keep  a  few  tags  in  reserve  for   Application  owners  to  use  as  triggers Additional  Consideration Automate  Applying   Tags  Using  Cloud   Formation Monitor  and   Validate  Tags  with   Monitor  Scripts Use  Tags  as  Triggers   for  Backup   Procedures  or  to   Remove  Rogue   Resources Allow  a  Few  Tags   for  Development   Team  Use
  • 18. Resources • Working  with  Tag  Editor  &  Resource  Groups   http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/tag-­editor.html • AWS  CloudFormation Resource  Tags  Type   http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-­properties-­resource-­ tags.html • Using  Tags  in  IAM   https://aws.amazon.com/premiumsupport/knowledge-­center/iam-­ec2-­resource-­ tags/ • AWS  Billing  and  Cost  Management   http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-­what-­is.html • Resource  Groups  and  Tagging  for  AWS   https://aws.amazon.com/blogs/aws/resource-­groups-­ and-­tagging/ • Demystifying  EC2  Resource-­Level  Permissions   https://blogs.aws.amazon.com/security/post/Tx2KPWZJJ4S26H6/Demystifying-­EC2-­Resource-­ Level-­Permissions • DevOps Backup  in  Amazon  EC2   https://medium.com/aws-­activate-­startup-­blog/devops-­ backup-­in-­amazon-­ec2-­190c6fcce41b
  • 19. Thank  You Shiva  N  – AWS  Solution  Architect (narshiva@amazon.com)