Change type storage s3 which uses by CloudFront

0

Hello. I'm using CloudFront with S3 bucket. I received a notification that I need to change the storage type s3. Before this I used Standard-IA . If I change to Intelligent-Tiering, will I have problems with their interaction and will the speed of access to static images increase?

Nika
asked 5 months ago154 views
2 Answers
1

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

profile picture
EXPERT
answered 5 months ago
profile picture
EXPERT
reviewed 4 months ago
0

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/

profile picture
EXPERT
answered 5 months ago
EXPERT
reviewed 3 months ago

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