Closed kevinsperrine closed 4 years ago
Interesting, even their API docs list username/password as required: http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html
Let me follow up with the service team.
Thanks, @jamesls!
@jamesls Any updates here?
@jamesls @KaibaLopez Any updates?
Hi @RobertFischer,
Is this still an issue? I see that the documentation now shows --master-username
and --master-user-password
as optional.
Thanks!
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one.
Hi @RobertFischer
As far as I can tell the documentation doesn't make it clear that there's a relation between replication-source-identifier
and master username. Could you please clarify which one is right?
Hi @miensol - I can give this feedback to the documentation team that this is not clear. Per the existing documentation, supplying replication-source-identifier
does the following:
You can use the
ReplicationSourceIdentifier
parameter to create the DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance.
Edit: It looks like there is room for an example for using this parameter. I'll let the docs team know!
Thanks @kdaily
I think this part is pretty clear. What is not clear however is that one cannot supply replication-source-identifier
along with e.g.
--master-username master \
--master-user-password secret99 \
This is somewhat important when the RDS is used via CloudFormation. Perhaps I should report the issue in a different project?
TL;DR
aws rds create-db-cluster
is still requiring--master-username
and--master-user-password
when the--replication-source-identifier
option is set. Those options are actually mutually exclusive.I uninstalled awscli and did a forced reinstall with cache disabled, but no success