O slideshow foi denunciado.
Seu SlideShare está sendo baixado. ×

Building enterprise solutions with blockchain technology - SVC217 - New York AWS Summit

Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio

Confira estes a seguir

1 de 44 Anúncio

Building enterprise solutions with blockchain technology - SVC217 - New York AWS Summit

Baixar para ler offline

Blockchain technology is evolving rapidly. Are you ready to take advantage of blockchain’s use cases for the enterprise? In this session, learn about blockchain and its enterprise use cases, how AWS views blockchain technology, and learn about our services and about the features of our new managed blockchain service, Amazon Managed Blockchain, which makes it easy to build and manage scalable Hyperledger Fabric networks on AWS.

Blockchain technology is evolving rapidly. Are you ready to take advantage of blockchain’s use cases for the enterprise? In this session, learn about blockchain and its enterprise use cases, how AWS views blockchain technology, and learn about our services and about the features of our new managed blockchain service, Amazon Managed Blockchain, which makes it easy to build and manage scalable Hyperledger Fabric networks on AWS.

Anúncio
Anúncio

Mais Conteúdo rRelacionado

Diapositivos para si (20)

Semelhante a Building enterprise solutions with blockchain technology - SVC217 - New York AWS Summit (20)

Anúncio

Mais de Amazon Web Services (20)

Building enterprise solutions with blockchain technology - SVC217 - New York AWS Summit

  1. 1. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Building enterprise solutions with blockchain technology Shruthi Rao Amazon Managed Blockchain AWS S V C 2 1 7
  2. 2. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How do we think about blockchain?
  3. 3. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Need for a ledger with centralized trust DMV Track vehicle title history Manufacturers Track distribution of a recalled product HR & Payroll Track changes to an individual’s profile Healthcare Verify and track hospital equipment inventory LEDGERS WITH CENTRALIZED TRUST 1
  4. 4. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Challenges customers face Building ledgers with traditional databases Difficult to manage and scale Impossible to verify Error prone and incomplete Resource intensive Blockchain approaches Designed for a different purpose Adds unnecessary complexity
  5. 5. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. NEW Amazon Quantum Ledger Database (Amazon QLDB) Fully managed ledger database with a central trusted authority
  6. 6. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Amazon QLDB (Preview) Fully managed ledger database Track and verify history of all changes made to your application’s data Maintains a sequenced record of all changes to your data, which cannot be deleted or modified; you can query and analyze the full history Immutable Uses cryptography to generate a secure output file of your data’s history Cryptographically verifiable Easy to use, letting you use familiar database capabilities like SQL APIs for querying the data Easy to useHighly scalable Executes 2–3X as many transactions as ledgers in common blockchain frameworks
  7. 7. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How Amazon QLDB works
  8. 8. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Common customer use cases Manufacturing Recording components used in manufacturing HR & payroll Tracking changes to an individual’s profile Government Tracking vehicle title history Transport & logistics Tracking transportation of goods Ecommerce Where’s my stuff? Banking & finance Keeping track of transactions, trades and accounts
  9. 9. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Need for running transactions with decentralized trust 2 Financial institutions Peer-to-peer payments Mortgage lenders Process syndicated loans Supply chain Transact with suppliers and distributers Retail Streamline customer rewards TRANSACTIONS WITH DECENTRALIZED TRUST
  10. 10. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Complexity of multi-party businesses Multi-party businesses could achieve better outcomes by sharing information, but need: • A way to independently verify transactions • Single, current, and accurate view of data with tamper-proof history of transactions To this end, organizations with multi-party business use: • Central authorities to securely and fairly share data • Employ costly escrow process for asset transfers
  11. 11. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Blockchain builds trust in a network Eliminates the need for central authority in business networks with three main components: Distributed ledger, consensus mechanism, and “smart contracts”
  12. 12. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T 1. Distributed ledger database The journal records an immutable log of all transactions and is maintained by all participants or nodes in the blockchain network Block 61 Block hash: 000044bf2efe32 Previous block hash: 000087ea2ffe94 Timestamp Transaction Transaction Block 60 Block hash: 000087ea2ffe94 Previous block hash: 000057ec2fda71 Timestamp Transaction Transaction Block 59 Block hash: 000057ec2fda71 Previous block hash: 0000d68b2f0a3b Timestamp Transaction Transaction
  13. 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T 2. Consensus mechanism • Complicated fault tolerance requirements • Transaction rate, energy consumption • Hardware requirements • Security
  14. 14. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T 3. “Smart contracts” • Rules embedded in app verifies execution of code • Application with conditional operators that writes to the ledger • Contract can interact with components outside of the blockchain network (off- chain)
  15. 15. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Challenges with existing blockchain solutions Complicated to manage Setup is hard Hard to scale Expensive
  16. 16. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. NEW Amazon Managed Blockchain Fully managed blockchain service, supporting both Hyperledger Fabric and Ethereum frameworks
  17. 17. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T What is Amazon Managed Blockchain? Amazon Managed Blockchain is a fully managed service that makes it easy to create and manage scalable blockchain networks using popular open source frameworks: Hyperledger Fabric and Ethereum
  18. 18. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Amazon Managed Blockchain features Low cost Only pay for resources used Open-source variety Support for two frameworks Integrated Send data to Amazon QLDB for secure analytics Fully managed Create a blockchain network in minutes Reliable & scalable Backed with Amazon QLDB technology Decentralized Democratically govern the network
  19. 19. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How Amazon Managed Blockchain works Amazon Managed Blockchain Create a network Choose an open source blockchain framework, set up a new blockchain network and your membership in your AWS account with just a few clicks. Invite members Invite other AWS accounts to join the network. Add nodes Create and configure blockchain peer nodes that store a copy of the distributed ledger. Deploy applications Create and deploy decentralized applications to your network through your peer nodes. Transact with other members on the network.
  20. 20. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Hyperledger Fabric • Create permissioned networks with channels to limit the transactions on the ledger each member can see • Chaincode (smart contracts) written in Go and are executed in Docker containers • Validation policy for executing chaincode is configurable • Does not require a native cryptocurrency for chaincode execution
  21. 21. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Ethereum • Create smart contracts using the Solidity language that run across nodes in the network • Very scalable • Create permissioned networks or use public Ethereum network • Configured to use Proof-of-Work consensus algorithm for public network and Proof-of-Authority for private networks • Anyone who can access the network can see all data on the ledger
  22. 22. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Who ”owns” the network? • Networks are decentralized and can remain active even after the initial creator leaves • Inviting members to join • Members vote on who to invite and remove • Network-wide settings • Members can vote on network-wide settings and configure the actual voting rules (e.g., majority rules or one member decides) • Each member pays for their resources • Amazon Managed Blockchain manages shared components like the ordering service and networking settings
  23. 23. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T • Pay-as-you-go with no upfront costs • Hourly rates billed per-second • Each member pays for their own resources and the data it writes to the network • VPC endpoints created to access resource endpoints are billed separately • Standard data transfer rates Pricing dimensions
  24. 24. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Starter edition and standard edition Starter edition • Test and small production networks • Up to five members/network • Up to two peer nodes/member • bc.t3.small and bc.t3.medium • Ordering service provisioned has lower transaction throughput and availability than that in a Standard Edition network Membership pricing rate is different for each edition Standard edition • Production networks • Up to 30 members/network • Up to three peer nodes/member • bc.t3, bc.m5, and bc.c5 instance families • Ordering service provisioned has higher transaction throughput and availability than that in a Starter Edition network
  25. 25. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  26. 26. Network 1 – Managed Blockchain VPC endpoint VPC endpoint Account A Account B
  27. 27. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Transaction flow with Hyperledger Fabric Verify policy Peer-1 Peer-n Transaction simulation Ordering service Submitting client 2 5 6 Transaction delivery to peers Transaction proposal1 Endorsement signature3 Broadcast endorsement4
  28. 28. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Augmented Hyperledger Fabric Ordering service • Core component of a Fabric network to guarantee delivery and order of transactions • Production grade networks using open source will utilize Apache Kafka for this component • Managed Blockchain uses Amazon QLDB technology, increasing durability and reliability Certificate authority • Open source uses a “soft” HSM • Managed Blockchain uses AWS KMS to secure the Certificate Authority service
  29. 29. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Channels and private data for access control Channels allow isolation of transactions among specific members in the network Create or update a channel with configuration transaction (configtx) Private data enables sub- channel access control Member 1 Member 2 Member 3 Channel 2 Ledger Channel 1 Ledger Hyperledger Fabric ordering service Channel 2Channel 1 Member 2 Peer Member 3 Peer Member 1 Peer
  30. 30. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Endorsement policies Endorsement policies allow chaincode to specify which members (or how many) need to validate a transaction before submitting Endorsed transactions then get submitted to the ordering service and assembled into blocks Member 1 client Hyperledger Fabric ordering service Ledger LedgerMember 2 Peer Member 1 Peer 1 3 2 1 3
  31. 31. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Customer use cases
  32. 32. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Customers are experimenting in many industries Proof of ownership Digital security trading Documents & contracts Enterprise platforms Financial Insurance Mortgage loans Voting mechanisms Patient records Corporate governance HCLS Real estate Legal Agriculture Gaming M&E Transportation Digital advertising Power & utilities Retail Capital markets Cloud OwnershipPrivate markets Derivatives Wagers Global payments Remittance Notarization Equity Microfinance Intellectual property Title record Escrow Digital rights Ecommerce Debt Crowdfunding P2P lending Healthcare Voting Trustees Smart contracts Digital currency Securities Record keeping Blockchain technology
  33. 33. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Problem Nestlé is committed to bringing transparency into the origin and quality of the ingredients used in their products, and wants their customers to have visibility into the end-to-end supply chain for their single origin coffee. Solution AWS Professional Services built supply-chain asset- tracking smart contracts to track single origin coffee from farm to customer on Amazon Managed Blockchain network, and exposed the contracts via a RESTful API. Nestlé’s mobile app consumes the API to capture events as the coffee moves through the supply chain. Impact Nestlé and their customers can now track the high quality single origin coffee from farmer to customer. Nestlé now has a platform they can expand to and trace the provenance of other products from their brand portfolio. Nestle
  34. 34. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T “Given our vast partner ecosystem, we are exploring the decentralization and immutable tracking benefits of blockchain for potential applications in our insurance business. We believe blockchain can improve the transparency and efficiency for stakeholders in these networks to transact, while still maintaining an independently verifiable lineage of activities. However, blockchain frameworks are complex and difficult to operate. With Amazon Managed Blockchain, we can now easily create Hyperledger Fabric blockchain networks to test and learn without worrying about managing the underlying infrastructure, networking, and software configuration.” —Daniel Johnson CTO and Head of Innovation, Guardian Life Insurance Company
  35. 35. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T What is Singapore Exchange? AdiversifiedexchangegroupthatrunskeymarketinfrastructureincludingtheSingaporestockmarket andapan-Asianderivativesexchangecoveringallmajorassetclasses High annual dividend of 28 cents for the past 5 years Strong cash flow with debt-free balance sheet Anchored in Singapore, an AAA- rated economy London Tokyo Mumbai Singapore Hong Kong Shanghai Beijing Chicago New YorkSan Francisco Headquarter Office
  36. 36. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T About : A multiphase journey Project Ubin is a collaborative project between Singapore Exchange, the Monetary Authority of Singapore (MAS) and the industry to explore the use of blockchain for clearing and settlement of payments and securities. Source: http://www.mas.gov.sg/Singapore-Financial-Centre/Smart-Financial-Centre/Project-Ubin.aspx Domestic Delivery vs. Payment for Securities Settlement Use of digital currency in Real-Time Gross Settlement (RTGS) Achieved gridlock resolution and liquidity savings mechanism (LSM) on a distributed system without compromising on privacy Phase 1 Phase 2 Current phase Delivery vs. Payment vs Payment (DvPvP) for Cross-border settlement of payments and securities Payment vs. Payment (PvP) for Cross-border settlement Current Phase Future Phase Trading Post Trade Clearing Settlement DepositoryCapital Raising
  37. 37. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Singapore Exchange: Project Ubin’s blockchain use case Amazon Managed Blockchain Challenges with existing financial systems: • Lack of trust • Inefficient processes for sending data across borders • API divergence is expensive and cumbersome to maintain Benefits of implementing a blockchain • Distributed application provides trust • Provides reliability and resiliency • Easy to add new participating members • Efficient transfer of data and transactions without intermediaries
  38. 38. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Our conclusions “Higher investor confidence” Design for arbitrator role • Designing for arbitrator’s role provide avenue for recourse for disputed transactions • Maintains a central role to monitor and facilitate market functionalities Potential for round-the- clock operations Underlying DvP Design can be further explored for cross-border transactions where time-zone differences could mean a delay in settlement time, exposing participants to unnecessary FX fluctuations and principal risks • Smart contracts can be used to apply obligations and rights consistently and coherently • Compliance enforcement through smart contracts reduces costs “Flexibility to reduce Settlement time” Tokenized currency coupled with smart contracts allows for significant reduction in settlement time on trade by trade basis 1 2 3 4 5 6 • Distributed control prevents account compromise • Layered security with blockchain- independent transfer of secret Enhances investors’ security Multi-sig, off-chain, out-of-band secure secrets Project DvP’s underlying design, architecture & benefits can be scaled for other asset classes beyond central bank- issued digital currencies including securities, corporate bonds, commodities etc. and other investor types such as retail etc. Potential broadening of asset classes & investor types “Consistently” applied rights and obligations
  39. 39. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Summary
  40. 40. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Identifying the right AWS blockchain service Owned by a single, trusted authority Addresses core need of a immutable and verifiable transactional log It’s a database, so its fast, as it doesn’t require consent from members Amazon QLDB Amazon Managed Blockchain No single owner of the ledger. Joint ownership by multiple parties Addresses core need of enabling multiple parties to transact transparently and with trust with each other Removes intermediaries when a group of members needs to transact, so it makes business processes more efficient Ownership Addresses need Key benefit
  41. 41. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Use the AWS managed blockchain service or other compute services as the foundation for your blockchain infrastructure Amazon API Gateway lets you create custom REST API to power your blockchain apps Use AWS CloudHSM to manage blockchain participant’s secret keys Connect IoT devices with unique identities to a common underlying data layer Use Amazon S3 as your off-chain data storage for high availability Perform analytics and gain insights from your blockchain’s data in near- real time Leverage off-chain database solutions to support blockchain applications and store metadata Send notifications or leverage serverless compute to respond to events programmed into blockchain smart contracts Amazon EC2 Amazon ECS Amazon S3 Amazon EBS Blockchain solution building blocks on AWS AWS CloudHSM Amazon Redshift AWS Lambda Amazon DynamoDB Amazon Kinesis Amazon API Gateway* Amazon SQS Amazon SNS AWS IoTAmazon Managed Blockchain Amazon QLDB
  42. 42. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T AWS blockchain customers
  43. 43. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Next steps Learn more about our services Amazon Managed Blockchain • Amazon Managed Blockchain webpage: https://aws.amazon.com/managed-blockchain • Deploying a sample application: https://aws.amazon.com/blogs/database/build-and-deploy-an-application-for-hyperledger- fabric-on-amazon-managed-blockchain/ • Documentation: https://docs.aws.amazon.com/managed-blockchain/latest/managementguide/what-is-managed-blockchain.html Amazon QLDB • Amazon QLDB webpage: https://aws.amazon.com/qldb • Sign up for the preview: https://pages.awscloud.com/QuantumLedgerDatabase-preview.html
  44. 44. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Thank you! S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Shruthi Rao shrurao@amazon.com

×