Remove tags
article thumbnail

Best Practices for AWS Tagging With Yor

DevOps.com

On the surface, AWS resource tags are simple, informational key:value metadata that you can assign to most AWS resources. They also have many hidden benefits, as outlined in this AWS Tagging Best Practices guide for improving cloud operations.

AWS 145
article thumbnail

Setting up my own landing zone on AWS

Xebia

My landing zone For my landing zone I used the Customizations for AWS Control Tower (CfCt) project. Service Catalog – Used to host all my AWS Service Catalog products used within my landing zone. For account creation I use aws-samples/aws-control-tower-automate-account-creation.

AWS 173
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

AWS Cost Allocation Tags Explained: When Should You Use Them?

CloudZero

Knowing only how much you spent on your AWS bill each month isn’t enough to provide the cost visibility you need to make cost-aware engineering and business decisions. It's why AWS introduced tags. Tags enable AWS users to label their resources to track cost and usage in the vast AWS infrastructure.

AWS 98
article thumbnail

How to overcome Docker Hub rate limiting using AWS ECR and AWS CloudFormation

Xebia

In this blog post, you will see how AWS ECR and AWS CloudFormation overcome the rate limiting imposed by Docker Hub and provide full control over your base images. Whenever you try to pull an image from a AWS CodeBuild project, you immediately run it this problem. library/python Tag 3.7 library/python:3.7 RepositoryArn:

AWS 130
article thumbnail

8 Issues With AWS Tags And How To Overcome Them For Good

CloudZero

AWS resource tagging is fundamental for effective cloud cost management. By creating and allocating cost-related tags in AWS, you can organize and manage your resources according to keys and values that make sense to you. This helps you better understand your cloud costs and manage your spending.

AWS 98
article thumbnail

AWS Cost Categories Vs. Tags: How To Get True Cloud Cost Visibility

CloudZero

Although Amazon Web Services (AWS) announced cost categories a few years ago, many people still struggle to understand the difference between them and AWS tags. If this sounds familiar to you, you are not alone.

AWS 98
article thumbnail

How to create and deploy a golang AWS CloudFormation custom provider in less than 5 minutes

Xebia

In this blog I will show you how to create and deploy a Golang AWS CloudFormation custom provider in less than 5 minutes using a copier template. && git commit -m 'initial import' && git tag 0.0.0) || exit 0 Initialized empty Git repository in. Creating a custom resource in CloudFormation is really simple.

AWS 130