A company generates large amounts of data from their IoT devices and stores this data on Amazon S3 for real-time analysis. After 30 days, the data is rarely accessed but must be retained for one year for compliance reasons. What is the most cost-effective strategy to manage the lifecycle of this data?
Move the data to S3 Glacier after 30 days and delete it after one year.
Move the data to S3 Standard-Infrequent Access after 30 days and delete it after one year.
Transfer the data to EBS Cold HDD volumes after 30 days and delete it after one year.
Keep the data in S3 Standard for the entire year as it may be needed for unplanned analysis.