博文

目前显示的是 六月, 2024的博文

Amazon S3 storage classes&lifecycle configuration

图片
 Each object in Amazon S3 has a storage class associated with it.  Storage classes for frequently accessed objects • S3 Standard • S3 Express One Zone S3 Express One Zone is the first S3 storage class where you can select a single Availability Zone with the option to co-locate your object storage with your compute resources, which provides the highest possible access speed. Additionally, to further increase access speed and support hundreds of thousands of requests per second, data in S3 Express One Zone storage class is stored in a new bucket type: an Amazon S3 directory bucket. Each directory bucket can support hundreds of thousands of transactions per second (TPS), irrespective of key names or access pattern. Storage class for automatically optimizing data with changing or unknown access patterns • S3 Intelligent-Tiering S3 Intelligent-Tiering automatically stores objects in three access tiers: • Frequent Access – Objects that are uploaded or transitioned to S3 Intelligent...