Tags
Project Lakechain makes it possible to apply a specific tagging strategy to all the AWS resources created by middlewares across your pipelines.
βΉοΈ Tagging is a best practice to help you manage your AWS resources. It is a metadata that consists of a key-value pair that you can assign to AWS resources. It allows you to categorize resources, and track costs and usage across your AWS environments.
π·οΈ Default Tags
By default, the Lakechain framework applies a set of tags to all the supported AWS resources it creates, which are documented below.
Tag | Value | Description |
---|---|---|
Context | project-lakechain | Tags all resources created by Lakechain. |
Service | Middleware name | Tags all resources created by a middleware. |
Version | Semantic version | The version of the specific middleware. |
π Customize Tags
You can also apply your own tags to the resources created by Lakechain. The following example demonstrates how to apply tags to a specific middleware instance.
π You can also apply the same principle to an entire CDK stack if you donβt need to apply tags with the granularity of a middleware.