We have a project set up in the Amplify console. How can we tag all of the resources used by Amplify to build and serve our web app so that we can monitor costs accordingly.
We don't have a tagging view in our Console. You can use the AWS CLI to tag resources for Amplify Console: https://docs.aws.amazon.com/cli/latest/reference/amplify/tag-resource.html
@swaminator @dabit3 It would be great if we could programmatically assign tags for created resources a la stackTags in the Serverless Framework.
Now orgs have a way to force compliance with tagging policies: https://aws.amazon.com/blogs/aws/new-use-tag-policies-to-manage-tags-across-multiple-aws-accounts/
Most helpful comment
@swaminator @dabit3 It would be great if we could programmatically assign tags for created resources a la
stackTagsin the Serverless Framework.Now orgs have a way to force compliance with tagging policies: https://aws.amazon.com/blogs/aws/new-use-tag-policies-to-manage-tags-across-multiple-aws-accounts/