Cloud Infrastructure > Extensions > AWS Tags
AWS Tags
Learn how to apply tags to all AWS resources deployed by Webiny.
WHAT YOU'LL LEARN
- how to apply tags to all AWS resources deployed by Webiny
Overview
AWS tags are key-value pairs attached to resources, commonly used for cost allocation, ownership tracking, and automation. You can apply tags to all Webiny-deployed resources via webiny.config.tsx.
Adding Tags
Use Infra.Aws.Tags in webiny.config.tsx:
webiny.config.tsx
Infra.Aws.Tags can be used multiple times — tags from all instances are merged:
webiny.config.tsx
Redeploying After Changes
After making changes, redeploy by running the webiny deploy command:
Use --env <name> to target a specific environment if needed.