关于 "standard" 和 "not standard" 的 AWS s3 定价混乱
Aws s3 pricing confusion in regards to "standard" and "not standard"
根据下面的 link,有两种定价请求方式:"standard way" 和 "otherwise not specified"。
https://aws.amazon.com/s3/pricing/
我是一个普通的 s3 用户,我假设我是根据标准政策收费的,例如 10k get 请求 1 美分。
那么,如何根据 "otherwise not specified" 政策并为每 10k 请求收取 0.4 美分的费用?
还是我的假设错了?
您可以阅读不同的存储 classes:https://aws.amazon.com/s3/storage-classes/
默认情况下,您的对象存储为 "Standard",它适用于许多需求。 10k 请求 1 美分是这个 class' 的价格。
如果你有大量但不经常需要的数据(如备份),你可以考虑其他存储 classes 但如果你真的不需要它,你现在不必为它操心。
根据下面的 link,有两种定价请求方式:"standard way" 和 "otherwise not specified"。
https://aws.amazon.com/s3/pricing/
我是一个普通的 s3 用户,我假设我是根据标准政策收费的,例如 10k get 请求 1 美分。
那么,如何根据 "otherwise not specified" 政策并为每 10k 请求收取 0.4 美分的费用?
还是我的假设错了?
您可以阅读不同的存储 classes:https://aws.amazon.com/s3/storage-classes/
默认情况下,您的对象存储为 "Standard",它适用于许多需求。 10k 请求 1 美分是这个 class' 的价格。
如果你有大量但不经常需要的数据(如备份),你可以考虑其他存储 classes 但如果你真的不需要它,你现在不必为它操心。