Which solution meets these requirements?
Implement S3 Intelligent-Tiering
Implement S3 storage class analysis
Implement an S3 Lifecycle policy to move data to S3 Standard-Infrequent Access (S3 Standard-IA).
Implement an S3 Lifecycle policy to move data to S3 One Zone-Infrequent Access (S3 One Zone-IA).
Explanations:
S3 Intelligent-Tiering automatically moves data between two access tiers (frequent and infrequent) based on changing access patterns, incurring no retrieval costs while minimizing management overhead. It retains all images without impacting retrieval time.
S3 storage class analysis is a feature used to analyze access patterns to help determine the optimal storage class but does not itself manage or move data. It does not fulfill the requirement of incurring no retrieval costs or reducing management overhead.
An S3 Lifecycle policy to move data to S3 Standard-IA would incur retrieval costs when accessing infrequently used data, contradicting the requirement of having no retrieval costs. While it does retain all images, it does not minimize management overhead.
An S3 Lifecycle policy to move data to S3 One Zone-IA would also incur retrieval costs for accessing the data. It retains images but does not meet the requirement of no retrieval costs and has a higher management overhead than Intelligent-Tiering.