如何知道 Amazon RDS 实例的数据库备份存储大小
How to know the DB backup storage size for Amazon RDS instance
我是 AWS 的新手,刚刚作为免费套餐用户部署了一个演示应用程序。以下是我的 RDS 实例高级信息。
我看到数据库自动备份正在进行,如下所示。
我想知道作为免费层用户,我的数据库备份存储的大小是多少。我猜上面显示的 5 GB 是用于数据库存储。
根据免费层文档,我了解到 20 GB 数据库存储和 20 GB 备份存储可用于单个 A-Z 微型实例。
在哪里可以找到我的备份存储大小?
我正在使用 Postgresql 数据库。
AWS 目前无法确定实际快照大小。
“5 GB”存储空间是您为数据库分配的存储空间,不一定是数据库实际使用的存储空间。
没有直接的方法来确定 RDS 实例的快照大小
如果备份保留期为 1 天,通常您无需担心,因为它是免费的
根据 AWS 文档
Backup storage is the storage associated with your automated database backups and any user-initiated DB Snapshots you have taken. Increasing your backup retention period or taking DB Snapshots may increase the backup storage consumed by your database. There is no additional charge for backup storage up to 100% of your consumed database storage for an active DB Instance. For example, if you have an active DB Instance with 10GB-month of consumed database storage, we will provide up to 10GB-month of backup storage at no additional charge.
这意味着,如果您在创建 RDS 实例时分配了 5GB 的存储空间,假设您正在使用分配的 1GB space,您大约可以进行 5 次备份。
参考资料
https://aws.amazon.com/rds/pricing/#Backup_Storage
https://aws.amazon.com/rds/faqs/#automated-backups-database-snapshots
我是 AWS 的新手,刚刚作为免费套餐用户部署了一个演示应用程序。以下是我的 RDS 实例高级信息。
我看到数据库自动备份正在进行,如下所示。
我想知道作为免费层用户,我的数据库备份存储的大小是多少。我猜上面显示的 5 GB 是用于数据库存储。
根据免费层文档,我了解到 20 GB 数据库存储和 20 GB 备份存储可用于单个 A-Z 微型实例。
在哪里可以找到我的备份存储大小?
我正在使用 Postgresql 数据库。
AWS 目前无法确定实际快照大小。
“5 GB”存储空间是您为数据库分配的存储空间,不一定是数据库实际使用的存储空间。
没有直接的方法来确定 RDS 实例的快照大小
如果备份保留期为 1 天,通常您无需担心,因为它是免费的
根据 AWS 文档
Backup storage is the storage associated with your automated database backups and any user-initiated DB Snapshots you have taken. Increasing your backup retention period or taking DB Snapshots may increase the backup storage consumed by your database. There is no additional charge for backup storage up to 100% of your consumed database storage for an active DB Instance. For example, if you have an active DB Instance with 10GB-month of consumed database storage, we will provide up to 10GB-month of backup storage at no additional charge.
这意味着,如果您在创建 RDS 实例时分配了 5GB 的存储空间,假设您正在使用分配的 1GB space,您大约可以进行 5 次备份。
参考资料
https://aws.amazon.com/rds/pricing/#Backup_Storage
https://aws.amazon.com/rds/faqs/#automated-backups-database-snapshots