Questions tagged [amazon-managed-blockchain]

Amazon Managed Blockchain is a fully managed service for creating and managing blockchain networks using open source frameworks. Blockchain allows you to build applications where multiple parties can securely and transparently run transactions and share data without the need for a trusted, central authority.

What Is Amazon Managed Blockchain?

38 questions
0
votes
2 answers

How to get MyPeerNodeEndpoint | aws managedblockchain get-node | step 3

I am trying to setup hyperledger fabric blockchain network using amazon managed blockchain following this guide. In the step 3, I need MyPeerNodeEndpoint to create docker_compose_cli.yaml . For this, I executed this command aws managedblockchain…
0
votes
1 answer

Performance metrics on Amazon Managed Blockchain

I have setup Amazon Managed Blockchain using Hyperledger fabric. I am trying to send some transactions to the blockchain. How can I view performance for the blockchain and other related metrics?
0
votes
1 answer

Too Many Requests for Amazon Managed Blockchain service

How many requests can be accepted by Amazon Managed Blockchain service? Facing Too Many Requests error while creating channel. How can I fix it?
0
votes
2 answers

What is the difference between Amazon managed Blockchain and Amazon Blockchain Templates?

I am a beginner in Blockchain and cloud and trying to setup a a hyperledger fabric environment on cloud, because I was facing some issues installing it in my pc. I came across these two option on amazon cloud. One was Amazon Managed Blockchain, and…
0
votes
1 answer

Deploy and expose chaincode as REST api on amazon managed blockchain hyperledger fabric 1.2

I have configured amazon managed blockchain setup with Hyperledger 1.2. The network is prepared with a single member and a single peer node. Hyperledger Fabric Client setup is with Golang 1.10.3. I have installed, Instantiated, Queried and Invoked…
0
votes
2 answers

AWS hyperledger fabric services is it available for Mumbai, India location

AWS is supporting the blockchain hyperledger fabric technology services. But my question is it available for Mumbai, India location?
-1
votes
2 answers

Error: failed to normalize chaincode path: 'go list' failed with: Use -buildvcs=false to disable VCS stamping.: exit status 1

I am follownig this tutorial - https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/get-started-chaincode.html - when i am using this command - docker exec cli peer lifecycle chaincode package ./abstore.tar.gz --path…
-1
votes
1 answer

What is the peer name If we add two members | amazon managed blockchain | REST Server

I set up hyperledger fabric network in amazon managed blockchain using this document. I have used this as rest server. I have configured peer name as peer1 here. It was worked properly. Later I added one more member using this document. Now member 1…
1 2
3