How large does a file need to be in order to be transitioned to EFS Infrequent Access?

0

I've got some small files in an AWS EFS Volume. About 4kb each. I have my EFS Lifecycle management set to "Transition into IA: 1 day(s) since last access". However, I'm not noticing any files transitioned to IA. Is there a size limit on files that are transitioned?

asked 10 months ago278 views
2 Answers
1

If you read the link provided by @Jose Guay, you notice that sentence.

Files smaller than 128 KB aren't eligible for lifecycle management and are always stored in the file system's standard storage class.

https://docs.aws.amazon.com/efs/latest/ug/lifecycle-management-efs.html#lifecycle-policy

profile picture
Donov
answered 10 months ago
0

Hi there.

I would recommend reviewing your EFS lifecycle policies to determine whether they are configured to transition out the files from IA upon usage. The configuration should say None.

I hope this helps.

profile pictureAWS
EXPERT
answered 10 months ago
  • Hey I have it set to transition out of IA after first access, but I have not accessed the files in like 36 hours so should the files still be in IA?

  • Could you verify with CloudTrail whether the there has been any activity related to the files you're monitoring?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions