Which combination of actions will meet these requirements?
(Choose two.)
Configure the S3 bucket to be a Requester Pays bucket.
Use S3 Transfer Acceleration to upload the videos to the S3 bucket.
Create an S3 Lifecycle configuration o expire incomplete multipart uploads 7 days after initiation.
Create an S3 Lifecycle configuration to transition objects to S3 Glacier Instant Retrieval after 1 day.
Create an S3 Lifecycle configuration to transition objects to S3 Standard-infrequent Access (S3 Standard- IA) after 180 days.
Explanations:
Configuring the S3 bucket as a Requester Pays bucket requires users to pay for data transfer and requests made to the bucket. This does not directly reduce storage costs and may not be favorable for users accessing videos frequently.
S3 Transfer Acceleration can improve upload speeds for users with poor connectivity, but it incurs additional costs. It does not optimize storage costs, which is the primary goal in this scenario.
Creating a Lifecycle configuration to expire incomplete multipart uploads after 7 days helps reduce unnecessary storage costs associated with failed uploads, ensuring that these incomplete uploads do not remain in the S3 bucket indefinitely.
Transitioning objects to S3 Glacier Instant Retrieval after 1 day is not cost-effective for videos that will be accessed frequently within the first 180 days. This option does not align with the usage pattern described.
Creating a Lifecycle configuration to transition objects to S3 Standard-IA after 180 days is a cost-effective strategy. It lowers storage costs for infrequently accessed data while still keeping it accessible when needed.