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 EFSのストレージクラスの判別方法

Posted at

はじめに

Amazon Elastic File System (EFS) は、標準ストレージクラスと低頻度アクセスストレージクラスの2種類があります。が、コンソールからは判断出来なかったので確認方法をメモ。

判別方法

ライフサイクルポリシーが有効になっているかどうかがポイントです。
EFSのコンソール上でライフサイクルポリシーが有効になっていなければ標準ストレージクラスです。

逆にライフサイクルポリシーが有効になっていると必ず低頻度アクセスストレージクラスという訳ではなく、設定した日数アクセスされていないファイルが自動的に低頻度アクセスストレージクラスに送られます。

なので、ライフサイクルポリシーを有効にしてると両方使ってることになりますね。

参考文献

Amazon Elastic File System の低頻度アクセスが 7 日間のライフサイクル管理ポリシーをサポートするようになりました

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?