The Autoclass feature automatically transitions objects in your bucket to appropriate storage classes based on each object's access pattern. The feature moves data that is not accessed to colder storage classes to reduce storage cost and moves data that is accessed to Standard storage to optimize future accesses. Autoclass simplifies and automates cost saving for your Cloud Storage data. When enabled on a bucket, there are no early deletion charges, no retrieval charges, and no charges for storage class transitions.
Overview
When enabled, Autoclass manages all aspects of storage classes for a bucket:
All objects added or rewritten to the bucket begin in Standard storage, even if a different storage class is specified in the request.
- The bucket itself always has its default storage class set to Standard storage, and requests that attempt to change this property to a storage class other than Standard storage fail.
Objects transition to progressively colder storage classes if they're not accessed.
When an object's data is read, it transitions to Standard storage.
- Reading or editing an object's metadata does not cause the object to transition to Standard storage.
Pricing
Cloud Storage pricing remains the same for Autoclass-enabled buckets, with the following exceptions:
- Retrieval fees are never charged.
- Early deletion fees are never charged.
- There are no operation charges when Autoclass transitions an object.
- An Autoclass Management fee applies when using Autoclass.
Note that operation and networking charges are determined by the storage class of an object at the time it's requested, not the storage class the object subsequently transitions to.
Should you use Autoclass?
When enabled, Autoclass reduces the amount of data management you need to do and eliminates certain charges that apply for other buckets. Autoclass is a useful feature to enable for the following general access patterns:
- Your data has a variety of access frequencies.
- The access patterns for your data are unknown or unpredictable.
However, Autoclass is not recommended if the majority of your bucket's data fits into the use cases of specific storage classes. For example, say your bucket has two use cases: some data is accessed weekly while some data is backup data that is never meant to be accessed. In this scenario, Autoclass is not recommended if you know which objects fall into each of those use cases.
Autoclass is also not recommended if other Google Cloud services regularly read data from the bucket. For example, Autoclass is not recommended if you use Cloud Data Loss Prevention to scan the content of your bucket.
Transition behavior
When Autoclass is enabled, objects are transitioned between storage classes as follows:
If an object's data is accessed, the object transitions to Standard storage.
Any object that isn't accessed for 30 days transitions to Nearline storage.
Any object that isn't accessed for 90 days transitions to Coldline storage. Such objects spent at least 30 days in Standard storage and 60 days in Nearline storage.
Any object that isn't accessed for 365 days transitions to Archive storage. Such objects spent at least 30 days in Standard storage, 60 days in Nearline storage and 275 days in Coldline storage.
Autoclass only changes the state of an object stored in Archive storage if that object is accessed.
Restrictions
Currently, Autoclass must be enabled at bucket creation time. Existing buckets can only disable the feature, not enable it.
A bucket cannot have both Autoclass enabled and use the
SetStorageClass
action in an Object Lifecycle Management rule. Requests that would cause both to be set on a bucket fail.Because object composition requires the source objects and the composed object to all use the same storage class, composing an object fails unless all source objects are stored as Standard storage at the time of the composition request.
Auditing with Cloud Monitoring
The following storage metrics are available in Monitoring to track storage class transitions:
- autoclass/transition_operation_count: The number of storage class transitions initiated by Autoclass.
- autoclass/transitioned_bytes_count: The total number of bytes transitioned by Autoclass.
Optionally, both metrics can be grouped by the source or destination storage class involved in transitions.
For a guide to tracking metrics with Monitoring, see Create charts with Metrics Explorer.
What's next
- Enable Autoclass.
- Learn about Object Lifecycle Management.