Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services AWS RDS-如何制作专用快照_Amazon Web Services_Amazon Rds_Aws Cli - Fatal编程技术网

Amazon web services AWS RDS-如何制作专用快照

Amazon web services AWS RDS-如何制作专用快照,amazon-web-services,amazon-rds,aws-cli,Amazon Web Services,Amazon Rds,Aws Cli,我正在尝试使私有快照成为公共快照 我执行下一个AWS CLI命令来执行此操作: PS C:\Users\amrs> aws rds modify-db-cluster-snapshot-attribute --db-cluster-snapshot-identifier snapshot-name-01 --attribute-name restore --values-to-remove all An error occurred (InvalidDBClusterSnapshot

我正在尝试使私有快照成为公共快照

我执行下一个AWS CLI命令来执行此操作:

PS C:\Users\amrs> aws rds modify-db-cluster-snapshot-attribute --db-cluster-snapshot-identifier snapshot-name-01 --attribute-name restore --values-to-remove all

An error occurred (InvalidDBClusterSnapshotStateFault) when calling the ModifyDBClusterSnapshotAttribute operation: automated snapshots cannot be modified.

你是怎么拍快照的?只能使用
modify db cluster snapshot attribute
修改手动快照。这些是系统快照,有办法修改它们吗?遗憾的是,没有。清楚地说,可以向手动db cluster snapshot添加属性和值,也可以从中删除属性和值。谢谢。这是一个概念和理解的问题。