Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【要望】アプリケーションへのタグ付け #650

Open
Masanori-Yokoyama opened this issue Sep 5, 2024 · 3 comments
Open

【要望】アプリケーションへのタグ付け #650

Masanori-Yokoyama opened this issue Sep 5, 2024 · 3 comments

Comments

@Masanori-Yokoyama
Copy link

稼働後、実際にかかった料金を把握するためにCDKで作成したリソースに特定のタグを付けていただけないでしょうか。
これにより、Cost Explorerでフィルターが適用できるようになります。
例: cdk.json にて指定
キー: Project
値: GenerativeAiUseCases

@tbrand
Copy link
Contributor

tbrand commented Sep 5, 2024

ありがとうございます!非常に良い機能だと思いました!
いつ対応可能かは確約が難しいので、お急ぎのようでしたら以下のようにご対応いただければと思います。
https://dev.classmethod.jp/articles/aws_cdk_add_common_tag/

@Masanori-Yokoyama
Copy link
Author

packages/cdk/bin/generative-ai-use-cases.ts の最終行に

cdk.Tags.of(app).add('Project', 'GenerativeAiUseCases');

を追加して対応しました。

@tbrand
Copy link
Contributor

tbrand commented Sep 5, 2024

ありがとうございます!main ブランチでも対応を検討したいと思います。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants