Amplify-console: Tagging resources used by Amplify

Created on 23 Aug 2019  路  2Comments  路  Source: aws-amplify/amplify-console

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.

question

Most helpful comment

@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/

All 2 comments

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/

Was this page helpful?
0 / 5 - 0 ratings