S3 Lifecycle Rules S3 수명 주기 규칙

Transition actions: It defines when objects are transitioned to another storage class.

-Move objects to standard IA class 60 days after creation

-Move to Glacier for archiving after 6 months

전환 작업: 개체가 다른 스토리지 클래스로 전환되는 시기를 정의

- 생성 후 60일 후 Standard IA 클래스로 객체 이동

-6개월 후 보관을 위해 Glacier로 이동

Expiration actions: configure objects to expire (delete) after some time

-Access log files can be set to delete after a 365 days

-Can be used to delete old versions of files (if versioning is enabled)

-Can be used to delete imcomplete multi-part uploads

만료 작업 : 일정 기간이 지난 후 객체를 삭제함

-액세스 로그 파일들이 일 년이 지나서 더 이상 필요가 없어지면 만료되어 삭제됨

-파일의 오래된 버전을 삭제하는 데에도 사용됨(버저닝이 활성화 됐을 경우)

-완료되지 않은 Multi-Part uploads를 삭제하는데에도 사용됨

Rules can be created for a certain prefix

특정 접두어에 규칙을 적용할 수도 있다.

Rules can be created for certain objects tags

특정 객체 태그를 위해 규칙을 생성할 수도 있다.

-----------------------

S3 Analytics - Storage Class Analysis

You can setup S3 Analytics to help determine when to transition objects from Standard to Standard_IA

Does not work for ONEZONE_IA or GLACIER

Standard에서 Standard_IA로 언제 객체를 보낼지 S3 Analytics에서 설정할 수 있다.

ONEZONE_IA 또는 GLACIER는 지원하지 않는다.

Report is updated daily

Takes about 24h to 48h hours to first start

보고서가 매일 업데이트 된다.

처음 활성화 시에는 24시간에서 48시간이 소요된다.

Good first step to put together Lifecycle Rules (or improve them)

수명 주기 규칙을 구축하거나 개선하기 위한 좋은 첫 단계이다.

+ Recent posts