AWS Managed Blockchain gives enterprises a fully managed Hyperledger Fabric and Ethereum node hosting service that eliminates the operational burden of running blockchain infrastructure — no certificate authority management, no Fabric orderer cluster, no peer node patching, no HSM key management. For enterprises evaluating blockchain as a serious technology investment, AWS Managed Blockchain provides the fastest path from evaluation to production Fabric network with the operational model enterprises expect from cloud services. This guide covers setup, architecture, and the enterprise use cases that justify the premium over self-managed Fabric.
AWS Managed Blockchain
Managed Hyperledger Fabric Setup
In AWS Console → Managed Blockchain → Create network. Select Hyperledger Fabric 2.x, choose network edition (Starter for dev, Standard for production), create your first Member (your organisation on the network). AWS provisions: Fabric Certificate Authority, orderer nodes (3 for Standard), and networking. Invite other consortium members via the AWS Console — each member deploys their own peer nodes to the shared network infrastructure. Network creation takes 10–20 minutes. Manage via Terraform or CloudFormation for IaC.
Add peer nodes to your member (minimum 2 for production HA). Create channels — Fabric's privacy isolation mechanism — and add the relevant peer nodes from each member. Deploy chaincode (smart contracts) to channels using the standard Fabric chaincode lifecycle. All peer node operations use standard Fabric tools (peer CLI, fabric-ca-client). Connect peer nodes to your application tier via VPC endpoint — peer nodes run in AWS-managed VPC, accessible from your application VPC via VPC peering.
AMB Access: Ethereum Node Hosting
AWS Managed Blockchain Access provides managed Ethereum node access for dApp development and blockchain data queries without running your own Ethereum nodes. Support for Ethereum mainnet, Goerli, and Polygon — full nodes and archive nodes (full transaction history). Accessed via standard JSON-RPC API — compatible with ethers.js, viem, web3.js. Eliminates the operational burden of running and syncing Ethereum nodes for enterprise blockchain analytics and DeFi integration workloads.
Our blockchain development, software development, and DevOps teams design and deploy enterprise blockchain networks on AWS Managed Blockchain. Book a free advisory session.