Migration from CEDR to DRS

0

I am trying to migrate Source Machine from CEDR to DRS. When trying to start the upgrade, getting below mentioned error:

# python3 cloudendure_to_drs_upgrade_tool.py start-upgrade --api-token <**APITOKEN**> --project-id <**ProjectID**> --aws-access-key-id <**ACCESSKEY**> --aws-secret-access-key <**SECRETKEY**> -–import-blueprint –-import-replication-configuration -–import-test-snapshot
Running the CloudEndure to DRS Upgrade tool.
usage: cloudendure_to_drs_upgrade_tool_internal_64 [-h]
                                                   {start-upgrade,finalize-upgrade}
                                                   ...
cloudendure_to_drs_upgrade_tool_internal_64: error: unrecognized arguments: -–import-blueprint –-import-replication-configuration -–import-test-snapshot

I have IAM user "DRSAgent" Created and have attached AWS Managed Policy "WSElasticDisasterRecoveryAgentInstallationPolicy" to it. Do I need to attach any other Policies? How can I overcome this error and proceed ahead with Migration?

1 回答
0

Hi There

CHeck the way you are entering the 3 parameters: -–import-blueprint –-import-replication-configuration -–import-test-snapshot

Look at the "dashes" you have two different dash characters there

- hyphen-minus

– en dash

if you are doing a copy/paste just try typing them manually

profile pictureAWS
专家
Matt-B
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则