Tags are key/value metadata that enable users to categorize their AWS infrastructure. This is useful for identifying groups of resources, monitoring cloud spending, creating reports, etc. In this post, we’ll explore different methods for tagging infrastructure using the AWS CDK. The code samples are in Python, but the techniques are applicable to all languages. Tagging constructs Constructs are the basic “building blocks” of the AWS CDK. They act as components and encapsulate necessary ...