読み取りレプリカDBクラスタをスタンドアロンDBクラスタに昇格させます。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/promote-read-replica-db-cluster.html
aws rds promote-read-replica-db-cluster \ |
Migrating Data from a PostgreSQL DB Instance to an Aurora PostgreSQL DB Cluster by Using an Aurora Read Replica - Amazon Aurora : http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.RDSMySQL.Replica.html |
aws rds promote-read-replica-db-cluster --db-cluster-identifier="dev-aurora-crr-cluster" --region="us-west-1" |
amazon web services - Break terraform aws_rds_cluster replication in the Cross Region Cluster - Stack Overflow : http://stackoverflow.com/questions/46473349/break-terraform-aws-rds-cluster-replication-in-the-cross-region-cluster |