亚马逊托管区块链和亚马逊区块链模板之间有什么区别?
What is the difference between Amazon managed Blockchain and Amazon Blockchain Templates?
我是区块链和云领域的初学者,正在尝试在云上设置一个 hyperledger fabric 环境,因为我在我的电脑上安装它时遇到了一些问题。我在亚马逊云上遇到了这两个选项。一个是 Amazon Managed Blockchain,第二个是 AWS 区块链模板。我不知道该和哪一个一起去。欢迎任何带解释的指导。
Amazon managed Blockchain 和 Amazon Blockchain Templates 都是 Amazon 提供的服务。两者都有不同的用例,基本上 Amazon 管理的区块链是用于部署生产级应用程序的高级区块链平台,而 Amazon Blockchain Templates 是亚马逊提供的用于开发区块链应用程序的免费层级区块链服务。
Amazon Blockchain Template 提供单一实例来测试我们的区块链项目。
Amazon Managed Blockchain 是高级服务,为部署提供尽可能多的实例。
编辑:
有关更多详细信息,请查看此 link:
Blockchain on AWS
关于亚马逊托管区块链的更多信息。
Amazon Managed Blockchain 管理 Hyperledger Fabric 证书颁发机构 (CA) 和对等节点。 Amazon Managed Blockchain 还为每个网络创建和管理订购服务。现阶段是 Amazon Managed Blockchain 预览版,仅适用于 Hyperledger Fabric 1.2。您必须申请访问权限。这里是link申请权限[Click Here].
您可能还会看到 AWS 突出显示的一些限制。
Availability is limited to us-east-1.
Hyperledger Fabric is the only supported blockchain framework.
The maximum number of networks per AWS account is 1.
The maximum number of networks that an AWS account can be a member of is 1.
The maximum number of members per network is 5.
The maximum number of peer nodes per member is 1.
Peer nodes are limited to the bc.t3.small instance type.
Known-limitations
这是来自 AWS 控制台的 Complete tutorial to configure hyperledger fabric network on AWS. You can also configure the network directly from managedblockchain dashborad。
我是区块链和云领域的初学者,正在尝试在云上设置一个 hyperledger fabric 环境,因为我在我的电脑上安装它时遇到了一些问题。我在亚马逊云上遇到了这两个选项。一个是 Amazon Managed Blockchain,第二个是 AWS 区块链模板。我不知道该和哪一个一起去。欢迎任何带解释的指导。
Amazon managed Blockchain 和 Amazon Blockchain Templates 都是 Amazon 提供的服务。两者都有不同的用例,基本上 Amazon 管理的区块链是用于部署生产级应用程序的高级区块链平台,而 Amazon Blockchain Templates 是亚马逊提供的用于开发区块链应用程序的免费层级区块链服务。
Amazon Blockchain Template 提供单一实例来测试我们的区块链项目。 Amazon Managed Blockchain 是高级服务,为部署提供尽可能多的实例。
编辑: 有关更多详细信息,请查看此 link: Blockchain on AWS
关于亚马逊托管区块链的更多信息。
Amazon Managed Blockchain 管理 Hyperledger Fabric 证书颁发机构 (CA) 和对等节点。 Amazon Managed Blockchain 还为每个网络创建和管理订购服务。现阶段是 Amazon Managed Blockchain 预览版,仅适用于 Hyperledger Fabric 1.2。您必须申请访问权限。这里是link申请权限[Click Here].
您可能还会看到 AWS 突出显示的一些限制。
Availability is limited to us-east-1.
Hyperledger Fabric is the only supported blockchain framework.
The maximum number of networks per AWS account is 1.
The maximum number of networks that an AWS account can be a member of is 1.
The maximum number of members per network is 5.
The maximum number of peer nodes per member is 1.
Peer nodes are limited to the bc.t3.small instance type.
Known-limitations 这是来自 AWS 控制台的 Complete tutorial to configure hyperledger fabric network on AWS. You can also configure the network directly from managedblockchain dashborad。