- Newest
- Most votes
- Most comments
Hello.
Standard-IA is a storage class suitable for objects that are used infrequently.
It provides the same performance as the standard class at a lower storage price, but unlike the standard class, you are charged for data retrieval, so I think it is not very suitable for use with S3, which is the origin of CloudFront.
https://aws.amazon.com/s3/storage-classes/?nc1=h_ls
Intelligent-Tiering moves data to the most cost-effective access tier based on access frequency.
Therefore, objects that are frequently accessed can be left as they are, while objects that are not accessed can be moved to the infrequently accessed tier.
In general, if you host it using standard classes, there will be no performance impact.
Therefore, I think it would be a good idea to change the storage class considering costs and other factors.
I think the answer at the URL below will be helpful.
https://stackoverflow.com/questions/34168923/aws-s3-standard-infrequent-access-vs-reduced-redundancy-storage-class-when-coupl
Hello,
Switching your S3 storage class from Standard-IA (Infrequent Access) to Intelligent-Tiering should not cause any problems with Cloud Front's interaction with your S3 bucket. In fact, it can be beneficial in terms of cost management and potentially access speed for static images.
Once go through this link:- https://aws.amazon.com/s3/storage-classes/intelligent-tiering/
Relevant content
- Accepted Answerasked 2 years ago
- Accepted Answerasked 5 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 7 months ago