Which combination of actions should a solutions architect recommend to meet these requirements?
(Choose two.)
Move assets to S3 Intelligent-Tiering after 30 days.
Configure an S3 Lifecycle policy to clean up incomplete multipart uploads.
Configure an S3 Lifecycle policy to clean up expired object delete markers.
Move assets to S3 Standard-Infrequent Access (S3 Standard-IA) after 30 days.
Move assets to S3 One Zone-Infrequent Access (S3 One Zone-IA) after 30 days.
Explanations:
S3 Intelligent-Tiering is suitable for objects with unpredictable access patterns and automatically moves data between frequent and infrequent access tiers, optimizing costs without affecting availability.
Configuring a lifecycle policy to clean up incomplete multipart uploads helps to save storage costs by removing unused parts left by interrupted uploads.
Cleaning up expired object delete markers is beneficial for versioned buckets, but it does not directly contribute to optimizing costs for the use case provided.
S3 Standard-IA is designed for infrequent access but may incur additional costs if the access pattern is inconsistent. Intelligent-Tiering is more suitable for unpredictable access.
S3 One Zone-IA is low-cost but lacks the multi-AZ resilience required for high availability and resiliency, making it unsuitable for this requirement.