Skip to content

Need help with --cli-input-json command #7585

Discussion options

You must be logged in to vote

Hi @adityasaurabh025, thanks for reaching out. --cli-input-json seems to be expecting a file name as a parameter. I was able to create a network using the command aws managedblockchain create-network --cli-input-json file://test.json, with my input file containing the code you pasted above, with a few typos fixed. You have the wrong type of parentheses surrounding "MemberConfiguration", and you have a lowercase 'n' before your admin credentials.

Please note that the example you copied from is using placeholder parameters. You should definitely replace those, particularly the admin username and password with something more secure. Lastly, if you aren't using a region supported by AWS Manag…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tim-finnigan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants