Your client needs to store large video files that are accessed frequently within the first 30 days after upload but are rarely accessed thereafter. The client requires the data to be retrievable within minutes for the first 90 days, after which retrieval time is less critical. How should the client's data be tiered to minimize storage costs while adhering to these access requirements?
Store the videos in Amazon S3 Standard and manually move them to S3 Glacier Deep Archive after 30 days.
Immediately store the videos in Amazon S3 Glacier upon upload as access frequency decreases over time.
Use the Amazon S3 Intelligent-Tiering storage class and configure a lifecycle policy to transition objects to S3 Glacier after 90 days.
Start with the videos in Amazon S3 Standard-Infrequent Access and transition them to S3 Glacier after the first 30 days.