1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[AWS]表示名、タグの命名規則

Last updated at Posted at 2020-05-20

概要

AWSを使っていると新しくインスタンス作ったりとかするときに、表示名つけてあげたり、タグを振ってあげたりしないといけないことがある。

・・・指針がないとめっちゃ迷うので、ネットで拾ったよさげな記事を参考に定めた。
理由がない場合はこれに従いたい。

参考
https://dev.classmethod.jp/articles/aws-name-rule/
https://qiita.com/hidekatsu-izuno/items/c1c0ce0b56a822c25e5e

自分の命名規則

表示名

<案件名>-<環境名>--<対象を一意に特定できる補足情報>-<AWSサービス名>

タグ

以下を絶対に振る

キー
Name 表示名と同じにする
Stack <案件名>
Env <環境名>
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?