SlideShare una empresa de Scribd logo
1 de 46
Descargar para leer sin conexión
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Building enterprise solutions with
blockchain and ledger technology
Shruthi Rao
Amazon Managed Blockchain
S V C 2 0 2
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
How do we think about blockchain?
© 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 and Payroll
Track changes to an
individual’s profile
Healthcare
Verify and track hospital
equipment inventory
Ledgers with
centralized trust
1
© 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
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
© 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 have the ability
to 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–3 times as
many transactions as
ledgers in common
blockchain frameworks
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
How Amazon QLDB works
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Why do immutability and verifiability
matter for customers?
Reduce risk: Ensure safeguarding of critical system-of-record applications where a data loss could
potentially cost millions in lost dollars.
Improve data tracking: Helps you or any parties that have access to the system to quickly and
accurately track data’s entire lineage, improving efficiency in tracking the source of issues (e.g.,
manufacturing defects, maintain supply network data hygiene).
Auditability: Helps reduce downtime caused due to audit and compliance issues, saving hundreds
of productivity hours for your team.
Reduce implementation effort: Building immutability and verifiability in a traditional way is time
consuming, complex, and expensive.
© 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 and Payroll
Tracking changes to an
individual’s profile
Government
Tracking vehicle
title history
Transport and Logistics
Tracking transportation
of goods
Ecommerce
Where’s my stuff?
Banking and Finance
Keeping track of transactions,
trades, and accounts
© 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
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Customer problems with complex business networks
• Many existing business networks rely on central authorities, which can be
inefficient, expensive, and require time-consuming auditing
• A consortium could achieve better outcomes by sharing information but
cannot agree on how data can be securely and fairly shared
• Multiple organizations need to independently verify transaction history and
need a single, up-to-date, accurate view of data
• Business logic among multiple organizations could be simplified through
automation
• Asset transfers require an expensive and inefficient escrow
• A public network needs a way to maintain a tamper-proof history of
transactions and global state
© 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
Three main components: distributed ledger, consensus mechanism,
and “smart contract” execution environment
Together, these elements allow two parties to transact with one another by ensuring other parties consent to the
transaction and record the transaction; this provides immutability and trust
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Blockchain components: Distributed ledger database
The journal records an immutable log of all transactions
and is maintained by 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
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Blockchain components: Consensus mechanism
Some important attributes:
• Byzantine fault-tolerance requirements
• Transaction rate, energy consumption
• Hardware requirements
• Security
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Blockchain components: “Smart contracts”
• Rules embedded in app
• Verified execution of code
• Conditional operators
• Application writes to ledger
• Contract can interact with
components outside of the
blockchain network (off-chain)
© 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
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
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
What is Managed Blockchain?
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
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
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 and scalable
Backed with Amazon QLDB technology
Decentralized
Democratically govern the network
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
How Managed Blockchain works
Managed Blockchain
Create a network
Choose an open-source
blockchain framework, set up a
new blockchain network and
your membership in your
Amazon Web Services (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
per nodes; transact with other
members on
the network
© 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
© 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
© 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
• Preview: Network creator can invite
• GA: Members vote on who to invite and remove
• Network-wide settings
• GA: 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
• Managed Blockchain manages shared components like the ordering service
and networking settings
© 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
• Virtual private cloud (VPC) endpoints
created to access resource endpoints are
billed separately
• Standard data transfer rates
Pricing dimensions
© 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 thirty 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
S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 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
© 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” hardware security module (HSM)
• Managed Blockchain uses AWS Key Management Service (AMS KMS)
to secure the certificate authority service
© 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
© 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
Network 1 – Managed Blockchain
VPC endpoint
VPC endpoint
Account A
Account B
S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Customer use cases
© 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
Finance
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
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Blockchain in supply chain
• Each organization has a
trusted copy of the supply
chain data
• Payments can be
automated through smart
contracts
• Identity of components are
immutably tracked as they
move through the supply
chain
• Quality of products can be
monitored and
immediately acted on
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Blockchain in Financial Services
© 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
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Who is Singapore Exchange?
Adiversifiedexchangegroupthatruns keymarketinfrastructure, including theSingaporestockmarket
andapan-Asian derivativesexchangecoveringallmajorassetclasses
High annual dividend of 28
cents for the past five 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
© 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
© 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
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
© 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 and 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
and investor types
“Consistently” applied rights and obligations
S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Summary
© 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 it’s fast, as it doesn’t
require consent from members
Amazon QLDB 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
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Use Managed Blockchain service or other compute services as the
foundation for your blockchain infrastructure
API Gateway lets you create custom
REST API to power your blockchain
apps
Use CloudHSM to manage
blockchain participant’s
secret keys
Connect IoT devices with
unique identities to a common
underlying data layer
Utilize 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 Elastic
Cloud Compute
(Amazon EC2)
Amazon Elastic
Container Service
(Amazon ECS)
Amazon Simple
Storage Service
(Amazon S3)
Amazon Elastic
Block Store
(Amazon EBS)
Blockchain solution building blocks on AWS
AWS
CloudHSM
Amazon
Redshift
AWS
LambdaAmazon
DynamoDB
Amazon
Kinesis
Amazon
API Gateway*
Amazon Simple
Queue Service
(Amazon SQS)
Amazon Simple
Notification Service
(Amazon SNS)
Amazon
IoT services
Managed
Blockchain
Amazon QLDB
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
AWS blockchain customers
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Next steps
Learn more about our services and sign up for our preview today!
Managed Blockchain
• Managed Blockchain webpage: https://aws.amazon.com/managed-blockchain
• Preview sign-up: https://pages.awscloud.com/AmazonManagedBlockchain-preview.html
• 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
• Preview sign-up: https://pages.awscloud.com/QuantumLedgerDatabase-preview.html
© 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
Amazon Managed Blockchain
shrurao@amazon.com

Más contenido relacionado

La actualidad más candente

Migrating monolithic applications with the strangler pattern - FSV303 - New Y...
Migrating monolithic applications with the strangler pattern - FSV303 - New Y...Migrating monolithic applications with the strangler pattern - FSV303 - New Y...
Migrating monolithic applications with the strangler pattern - FSV303 - New Y...Amazon Web Services
 
What's New with Amazon S3, Amazon EFS, and Other AWS Storage Services - STG20...
What's New with Amazon S3, Amazon EFS, and Other AWS Storage Services - STG20...What's New with Amazon S3, Amazon EFS, and Other AWS Storage Services - STG20...
What's New with Amazon S3, Amazon EFS, and Other AWS Storage Services - STG20...Amazon Web Services
 
Networking and Edge Services on AWS
Networking and Edge Services on AWSNetworking and Edge Services on AWS
Networking and Edge Services on AWSAmazon Web Services
 
The evolution of continuous cloud security and compliance - DEM05-S - New Yor...
The evolution of continuous cloud security and compliance - DEM05-S - New Yor...The evolution of continuous cloud security and compliance - DEM05-S - New Yor...
The evolution of continuous cloud security and compliance - DEM05-S - New Yor...Amazon Web Services
 
Fraud detection using machine learning with Amazon SageMaker - AIM306 - New Y...
Fraud detection using machine learning with Amazon SageMaker - AIM306 - New Y...Fraud detection using machine learning with Amazon SageMaker - AIM306 - New Y...
Fraud detection using machine learning with Amazon SageMaker - AIM306 - New Y...Amazon Web Services
 
Detecting and mitigating threats with AWS - SEC301 - Chicago AWS Summit
Detecting and mitigating threats with AWS - SEC301 - Chicago AWS SummitDetecting and mitigating threats with AWS - SEC301 - Chicago AWS Summit
Detecting and mitigating threats with AWS - SEC301 - Chicago AWS SummitAmazon Web Services
 
What's new in Amazon Aurora - ADB204 - Santa Clara AWS Summit.pdf
What's new in Amazon Aurora - ADB204 - Santa Clara AWS Summit.pdfWhat's new in Amazon Aurora - ADB204 - Santa Clara AWS Summit.pdf
What's new in Amazon Aurora - ADB204 - Santa Clara AWS Summit.pdfAmazon Web Services
 
What's new in Amazon Aurora - ADB203 - Atlanta AWS Summit
What's new in Amazon Aurora - ADB203 - Atlanta AWS SummitWhat's new in Amazon Aurora - ADB203 - Atlanta AWS Summit
What's new in Amazon Aurora - ADB203 - Atlanta AWS SummitAmazon Web Services
 
Using automation to drive continuous-compliance best practices - SVC309 - Chi...
Using automation to drive continuous-compliance best practices - SVC309 - Chi...Using automation to drive continuous-compliance best practices - SVC309 - Chi...
Using automation to drive continuous-compliance best practices - SVC309 - Chi...Amazon Web Services
 
Aligning to the NIST Cybersecurity Framework in the AWS Cloud - SEC204 - Chic...
Aligning to the NIST Cybersecurity Framework in the AWS Cloud - SEC204 - Chic...Aligning to the NIST Cybersecurity Framework in the AWS Cloud - SEC204 - Chic...
Aligning to the NIST Cybersecurity Framework in the AWS Cloud - SEC204 - Chic...Amazon Web Services
 
Mythical Mysfits - Monolith to microservices with Docker and Fargate - MAD305...
Mythical Mysfits - Monolith to microservices with Docker and Fargate - MAD305...Mythical Mysfits - Monolith to microservices with Docker and Fargate - MAD305...
Mythical Mysfits - Monolith to microservices with Docker and Fargate - MAD305...Amazon Web Services
 
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...Amazon Web Services
 
Industry 4.0 in the cloud - SVC214 - Chicago AWS Summit
Industry 4.0 in the cloud - SVC214 - Chicago AWS SummitIndustry 4.0 in the cloud - SVC214 - Chicago AWS Summit
Industry 4.0 in the cloud - SVC214 - Chicago AWS SummitAmazon Web Services
 
Architecting security and governance across your AWS environment
Architecting security and governance across your AWS environmentArchitecting security and governance across your AWS environment
Architecting security and governance across your AWS environmentAmazon Web Services
 
Database Freedom - ADB304 - Santa Clara AWS Summit
Database Freedom - ADB304 - Santa Clara AWS SummitDatabase Freedom - ADB304 - Santa Clara AWS Summit
Database Freedom - ADB304 - Santa Clara AWS SummitAmazon Web Services
 
Threat Detection using artificial intelligence
Threat Detection using artificial intelligenceThreat Detection using artificial intelligence
Threat Detection using artificial intelligenceAmazon Web Services
 
Find All the Threats: AWS Threat Detection and Remediation - SEC303 - Anaheim...
Find All the Threats: AWS Threat Detection and Remediation - SEC303 - Anaheim...Find All the Threats: AWS Threat Detection and Remediation - SEC303 - Anaheim...
Find All the Threats: AWS Threat Detection and Remediation - SEC303 - Anaheim...Amazon Web Services
 
Simplify compliance & improve operational efficiency with AWS - SVC302 - Sant...
Simplify compliance & improve operational efficiency with AWS - SVC302 - Sant...Simplify compliance & improve operational efficiency with AWS - SVC302 - Sant...
Simplify compliance & improve operational efficiency with AWS - SVC302 - Sant...Amazon Web Services
 
Technical deep dive: Cloud data management with Veeam and AWS - SVC202-S - Ch...
Technical deep dive: Cloud data management with Veeam and AWS - SVC202-S - Ch...Technical deep dive: Cloud data management with Veeam and AWS - SVC202-S - Ch...
Technical deep dive: Cloud data management with Veeam and AWS - SVC202-S - Ch...Amazon Web Services
 
Databases on AWS - The right tool for the right job - ADB203 - Santa Clara AW...
Databases on AWS - The right tool for the right job - ADB203 - Santa Clara AW...Databases on AWS - The right tool for the right job - ADB203 - Santa Clara AW...
Databases on AWS - The right tool for the right job - ADB203 - Santa Clara AW...Amazon Web Services
 

La actualidad más candente (20)

Migrating monolithic applications with the strangler pattern - FSV303 - New Y...
Migrating monolithic applications with the strangler pattern - FSV303 - New Y...Migrating monolithic applications with the strangler pattern - FSV303 - New Y...
Migrating monolithic applications with the strangler pattern - FSV303 - New Y...
 
What's New with Amazon S3, Amazon EFS, and Other AWS Storage Services - STG20...
What's New with Amazon S3, Amazon EFS, and Other AWS Storage Services - STG20...What's New with Amazon S3, Amazon EFS, and Other AWS Storage Services - STG20...
What's New with Amazon S3, Amazon EFS, and Other AWS Storage Services - STG20...
 
Networking and Edge Services on AWS
Networking and Edge Services on AWSNetworking and Edge Services on AWS
Networking and Edge Services on AWS
 
The evolution of continuous cloud security and compliance - DEM05-S - New Yor...
The evolution of continuous cloud security and compliance - DEM05-S - New Yor...The evolution of continuous cloud security and compliance - DEM05-S - New Yor...
The evolution of continuous cloud security and compliance - DEM05-S - New Yor...
 
Fraud detection using machine learning with Amazon SageMaker - AIM306 - New Y...
Fraud detection using machine learning with Amazon SageMaker - AIM306 - New Y...Fraud detection using machine learning with Amazon SageMaker - AIM306 - New Y...
Fraud detection using machine learning with Amazon SageMaker - AIM306 - New Y...
 
Detecting and mitigating threats with AWS - SEC301 - Chicago AWS Summit
Detecting and mitigating threats with AWS - SEC301 - Chicago AWS SummitDetecting and mitigating threats with AWS - SEC301 - Chicago AWS Summit
Detecting and mitigating threats with AWS - SEC301 - Chicago AWS Summit
 
What's new in Amazon Aurora - ADB204 - Santa Clara AWS Summit.pdf
What's new in Amazon Aurora - ADB204 - Santa Clara AWS Summit.pdfWhat's new in Amazon Aurora - ADB204 - Santa Clara AWS Summit.pdf
What's new in Amazon Aurora - ADB204 - Santa Clara AWS Summit.pdf
 
What's new in Amazon Aurora - ADB203 - Atlanta AWS Summit
What's new in Amazon Aurora - ADB203 - Atlanta AWS SummitWhat's new in Amazon Aurora - ADB203 - Atlanta AWS Summit
What's new in Amazon Aurora - ADB203 - Atlanta AWS Summit
 
Using automation to drive continuous-compliance best practices - SVC309 - Chi...
Using automation to drive continuous-compliance best practices - SVC309 - Chi...Using automation to drive continuous-compliance best practices - SVC309 - Chi...
Using automation to drive continuous-compliance best practices - SVC309 - Chi...
 
Aligning to the NIST Cybersecurity Framework in the AWS Cloud - SEC204 - Chic...
Aligning to the NIST Cybersecurity Framework in the AWS Cloud - SEC204 - Chic...Aligning to the NIST Cybersecurity Framework in the AWS Cloud - SEC204 - Chic...
Aligning to the NIST Cybersecurity Framework in the AWS Cloud - SEC204 - Chic...
 
Mythical Mysfits - Monolith to microservices with Docker and Fargate - MAD305...
Mythical Mysfits - Monolith to microservices with Docker and Fargate - MAD305...Mythical Mysfits - Monolith to microservices with Docker and Fargate - MAD305...
Mythical Mysfits - Monolith to microservices with Docker and Fargate - MAD305...
 
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...
 
Industry 4.0 in the cloud - SVC214 - Chicago AWS Summit
Industry 4.0 in the cloud - SVC214 - Chicago AWS SummitIndustry 4.0 in the cloud - SVC214 - Chicago AWS Summit
Industry 4.0 in the cloud - SVC214 - Chicago AWS Summit
 
Architecting security and governance across your AWS environment
Architecting security and governance across your AWS environmentArchitecting security and governance across your AWS environment
Architecting security and governance across your AWS environment
 
Database Freedom - ADB304 - Santa Clara AWS Summit
Database Freedom - ADB304 - Santa Clara AWS SummitDatabase Freedom - ADB304 - Santa Clara AWS Summit
Database Freedom - ADB304 - Santa Clara AWS Summit
 
Threat Detection using artificial intelligence
Threat Detection using artificial intelligenceThreat Detection using artificial intelligence
Threat Detection using artificial intelligence
 
Find All the Threats: AWS Threat Detection and Remediation - SEC303 - Anaheim...
Find All the Threats: AWS Threat Detection and Remediation - SEC303 - Anaheim...Find All the Threats: AWS Threat Detection and Remediation - SEC303 - Anaheim...
Find All the Threats: AWS Threat Detection and Remediation - SEC303 - Anaheim...
 
Simplify compliance & improve operational efficiency with AWS - SVC302 - Sant...
Simplify compliance & improve operational efficiency with AWS - SVC302 - Sant...Simplify compliance & improve operational efficiency with AWS - SVC302 - Sant...
Simplify compliance & improve operational efficiency with AWS - SVC302 - Sant...
 
Technical deep dive: Cloud data management with Veeam and AWS - SVC202-S - Ch...
Technical deep dive: Cloud data management with Veeam and AWS - SVC202-S - Ch...Technical deep dive: Cloud data management with Veeam and AWS - SVC202-S - Ch...
Technical deep dive: Cloud data management with Veeam and AWS - SVC202-S - Ch...
 
Databases on AWS - The right tool for the right job - ADB203 - Santa Clara AW...
Databases on AWS - The right tool for the right job - ADB203 - Santa Clara AW...Databases on AWS - The right tool for the right job - ADB203 - Santa Clara AW...
Databases on AWS - The right tool for the right job - ADB203 - Santa Clara AW...
 

Similar a Building Enterprise Solutions with Blockchain and Ledger Technology - SVC202 - Anaheim AWS Summit

Deep dive on Amazon Managed Blockchain
Deep dive on Amazon Managed BlockchainDeep dive on Amazon Managed Blockchain
Deep dive on Amazon Managed BlockchainAmazon Web Services
 
Building enterprise solutions with blockchain technology - SVC217 - New York ...
Building enterprise solutions with blockchain technology - SVC217 - New York ...Building enterprise solutions with blockchain technology - SVC217 - New York ...
Building enterprise solutions with blockchain technology - SVC217 - New York ...Amazon Web Services
 
Do you need a ledger database or a blockchain - SVC208 - Atlanta AWS Summit.pdf
Do you need a ledger database or a blockchain - SVC208 - Atlanta AWS Summit.pdfDo you need a ledger database or a blockchain - SVC208 - Atlanta AWS Summit.pdf
Do you need a ledger database or a blockchain - SVC208 - Atlanta AWS Summit.pdfAmazon Web Services
 
Bonus-Session-Interledger-DvP-Settlement-on-Amazon-Managed-Blockchain
Bonus-Session-Interledger-DvP-Settlement-on-Amazon-Managed-BlockchainBonus-Session-Interledger-DvP-Settlement-on-Amazon-Managed-Blockchain
Bonus-Session-Interledger-DvP-Settlement-on-Amazon-Managed-BlockchainAmazon Web Services
 
Build your first blockchain application with Amazon Managed Blockchain - SVC2...
Build your first blockchain application with Amazon Managed Blockchain - SVC2...Build your first blockchain application with Amazon Managed Blockchain - SVC2...
Build your first blockchain application with Amazon Managed Blockchain - SVC2...Amazon Web Services
 
AWS最新區塊鏈服務與應用
AWS最新區塊鏈服務與應用AWS最新區塊鏈服務與應用
AWS最新區塊鏈服務與應用Amazon Web Services
 
Deep Dive on Amazon Managed Blockchain: re:Invent 2018 Recap at the AWS Loft ...
Deep Dive on Amazon Managed Blockchain: re:Invent 2018 Recap at the AWS Loft ...Deep Dive on Amazon Managed Blockchain: re:Invent 2018 Recap at the AWS Loft ...
Deep Dive on Amazon Managed Blockchain: re:Invent 2018 Recap at the AWS Loft ...Amazon Web Services
 
Amazon Managed Blockchain and Quantum Ledger Database QLDB
Amazon Managed Blockchain and Quantum Ledger Database QLDBAmazon Managed Blockchain and Quantum Ledger Database QLDB
Amazon Managed Blockchain and Quantum Ledger Database QLDBJohn Yeung
 
去中心化身分識別-Decentralized-Identifiers-如何改變著未來的網路型態?
去中心化身分識別-Decentralized-Identifiers-如何改變著未來的網路型態?去中心化身分識別-Decentralized-Identifiers-如何改變著未來的網路型態?
去中心化身分識別-Decentralized-Identifiers-如何改變著未來的網路型態?Amazon Web Services
 
Automated Frameworks to Deliver DevOps at Speed and Scale on AWS
 Automated Frameworks to Deliver DevOps at Speed and Scale on AWS Automated Frameworks to Deliver DevOps at Speed and Scale on AWS
Automated Frameworks to Deliver DevOps at Speed and Scale on AWSAmazon Web Services
 
Essential capabilities behind Microservices
Essential capabilities behind MicroservicesEssential capabilities behind Microservices
Essential capabilities behind MicroservicesAmazon Web Services
 
Deep Dive on Amazon Managed Blockchain
Deep Dive on Amazon Managed BlockchainDeep Dive on Amazon Managed Blockchain
Deep Dive on Amazon Managed BlockchainAmazon Web Services
 
Enabling Cloud Smart, Zero-Trust, and TIC
Enabling Cloud Smart, Zero-Trust, and TICEnabling Cloud Smart, Zero-Trust, and TIC
Enabling Cloud Smart, Zero-Trust, and TICAmazon Web Services
 
Enabling Cloud Smart, Zero-Trust, and TIC
Enabling Cloud Smart, Zero-Trust, and TICEnabling Cloud Smart, Zero-Trust, and TIC
Enabling Cloud Smart, Zero-Trust, and TICAmazon Web Services
 
以容器技術為基礎的混合雲設計架構
以容器技術為基礎的混合雲設計架構以容器技術為基礎的混合雲設計架構
以容器技術為基礎的混合雲設計架構Amazon Web Services
 
Introduzione a blockchain e registri digitali
Introduzione a blockchain e registri digitaliIntroduzione a blockchain e registri digitali
Introduzione a blockchain e registri digitaliAmazon Web Services
 
2019 06-12-aws taipei summit-dev day-essential capabilities behind microservices
2019 06-12-aws taipei summit-dev day-essential capabilities behind microservices2019 06-12-aws taipei summit-dev day-essential capabilities behind microservices
2019 06-12-aws taipei summit-dev day-essential capabilities behind microservicesKim Kao
 
Track 5 Session 6_ BLC01 透過 Amazon Managed Blockchain 與 Amazon QLDB 打造區塊鍊應用.pptx
Track 5 Session 6_ BLC01 透過 Amazon Managed Blockchain 與 Amazon QLDB 打造區塊鍊應用.pptxTrack 5 Session 6_ BLC01 透過 Amazon Managed Blockchain 與 Amazon QLDB 打造區塊鍊應用.pptx
Track 5 Session 6_ BLC01 透過 Amazon Managed Blockchain 與 Amazon QLDB 打造區塊鍊應用.pptxAmazon Web Services
 
設計可擴展-安全的創新金融科技-FinTech-應用-深入探討現代化的數位支付服務
設計可擴展-安全的創新金融科技-FinTech-應用-深入探討現代化的數位支付服務設計可擴展-安全的創新金融科技-FinTech-應用-深入探討現代化的數位支付服務
設計可擴展-安全的創新金融科技-FinTech-應用-深入探討現代化的數位支付服務Amazon Web Services
 

Similar a Building Enterprise Solutions with Blockchain and Ledger Technology - SVC202 - Anaheim AWS Summit (20)

Deep dive on Amazon Managed Blockchain
Deep dive on Amazon Managed BlockchainDeep dive on Amazon Managed Blockchain
Deep dive on Amazon Managed Blockchain
 
Building enterprise solutions with blockchain technology - SVC217 - New York ...
Building enterprise solutions with blockchain technology - SVC217 - New York ...Building enterprise solutions with blockchain technology - SVC217 - New York ...
Building enterprise solutions with blockchain technology - SVC217 - New York ...
 
Do you need a ledger database or a blockchain - SVC208 - Atlanta AWS Summit.pdf
Do you need a ledger database or a blockchain - SVC208 - Atlanta AWS Summit.pdfDo you need a ledger database or a blockchain - SVC208 - Atlanta AWS Summit.pdf
Do you need a ledger database or a blockchain - SVC208 - Atlanta AWS Summit.pdf
 
Bonus-Session-Interledger-DvP-Settlement-on-Amazon-Managed-Blockchain
Bonus-Session-Interledger-DvP-Settlement-on-Amazon-Managed-BlockchainBonus-Session-Interledger-DvP-Settlement-on-Amazon-Managed-Blockchain
Bonus-Session-Interledger-DvP-Settlement-on-Amazon-Managed-Blockchain
 
Build your first blockchain application with Amazon Managed Blockchain - SVC2...
Build your first blockchain application with Amazon Managed Blockchain - SVC2...Build your first blockchain application with Amazon Managed Blockchain - SVC2...
Build your first blockchain application with Amazon Managed Blockchain - SVC2...
 
AWS最新區塊鏈服務與應用
AWS最新區塊鏈服務與應用AWS最新區塊鏈服務與應用
AWS最新區塊鏈服務與應用
 
Deep Dive on Amazon Managed Blockchain: re:Invent 2018 Recap at the AWS Loft ...
Deep Dive on Amazon Managed Blockchain: re:Invent 2018 Recap at the AWS Loft ...Deep Dive on Amazon Managed Blockchain: re:Invent 2018 Recap at the AWS Loft ...
Deep Dive on Amazon Managed Blockchain: re:Invent 2018 Recap at the AWS Loft ...
 
Amazon Managed Blockchain and Quantum Ledger Database QLDB
Amazon Managed Blockchain and Quantum Ledger Database QLDBAmazon Managed Blockchain and Quantum Ledger Database QLDB
Amazon Managed Blockchain and Quantum Ledger Database QLDB
 
去中心化身分識別-Decentralized-Identifiers-如何改變著未來的網路型態?
去中心化身分識別-Decentralized-Identifiers-如何改變著未來的網路型態?去中心化身分識別-Decentralized-Identifiers-如何改變著未來的網路型態?
去中心化身分識別-Decentralized-Identifiers-如何改變著未來的網路型態?
 
Automated Frameworks to Deliver DevOps at Speed and Scale on AWS
 Automated Frameworks to Deliver DevOps at Speed and Scale on AWS Automated Frameworks to Deliver DevOps at Speed and Scale on AWS
Automated Frameworks to Deliver DevOps at Speed and Scale on AWS
 
Essential capabilities behind Microservices
Essential capabilities behind MicroservicesEssential capabilities behind Microservices
Essential capabilities behind Microservices
 
Deep Dive on Amazon Managed Blockchain
Deep Dive on Amazon Managed BlockchainDeep Dive on Amazon Managed Blockchain
Deep Dive on Amazon Managed Blockchain
 
Enabling Cloud Smart, Zero-Trust, and TIC
Enabling Cloud Smart, Zero-Trust, and TICEnabling Cloud Smart, Zero-Trust, and TIC
Enabling Cloud Smart, Zero-Trust, and TIC
 
Enabling Cloud Smart, Zero-Trust, and TIC
Enabling Cloud Smart, Zero-Trust, and TICEnabling Cloud Smart, Zero-Trust, and TIC
Enabling Cloud Smart, Zero-Trust, and TIC
 
以容器技術為基礎的混合雲設計架構
以容器技術為基礎的混合雲設計架構以容器技術為基礎的混合雲設計架構
以容器技術為基礎的混合雲設計架構
 
Introduzione a blockchain e registri digitali
Introduzione a blockchain e registri digitaliIntroduzione a blockchain e registri digitali
Introduzione a blockchain e registri digitali
 
2019 06-12-aws taipei summit-dev day-essential capabilities behind microservices
2019 06-12-aws taipei summit-dev day-essential capabilities behind microservices2019 06-12-aws taipei summit-dev day-essential capabilities behind microservices
2019 06-12-aws taipei summit-dev day-essential capabilities behind microservices
 
Open Banking APIs on AWS
Open Banking APIs on AWSOpen Banking APIs on AWS
Open Banking APIs on AWS
 
Track 5 Session 6_ BLC01 透過 Amazon Managed Blockchain 與 Amazon QLDB 打造區塊鍊應用.pptx
Track 5 Session 6_ BLC01 透過 Amazon Managed Blockchain 與 Amazon QLDB 打造區塊鍊應用.pptxTrack 5 Session 6_ BLC01 透過 Amazon Managed Blockchain 與 Amazon QLDB 打造區塊鍊應用.pptx
Track 5 Session 6_ BLC01 透過 Amazon Managed Blockchain 與 Amazon QLDB 打造區塊鍊應用.pptx
 
設計可擴展-安全的創新金融科技-FinTech-應用-深入探討現代化的數位支付服務
設計可擴展-安全的創新金融科技-FinTech-應用-深入探討現代化的數位支付服務設計可擴展-安全的創新金融科技-FinTech-應用-深入探討現代化的數位支付服務
設計可擴展-安全的創新金融科技-FinTech-應用-深入探討現代化的數位支付服務
 

Más de Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

Más de Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

Building Enterprise Solutions with Blockchain and Ledger Technology - SVC202 - Anaheim AWS Summit

  • 1. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Building enterprise solutions with blockchain and ledger technology Shruthi Rao Amazon Managed Blockchain S V C 2 0 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. © 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 and Payroll Track changes to an individual’s profile Healthcare Verify and track hospital equipment inventory Ledgers with centralized trust 1
  • 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. 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. © 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 have the ability to 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–3 times as many transactions as ledgers in common blockchain frameworks
  • 7. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How Amazon QLDB works
  • 8. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Why do immutability and verifiability matter for customers? Reduce risk: Ensure safeguarding of critical system-of-record applications where a data loss could potentially cost millions in lost dollars. Improve data tracking: Helps you or any parties that have access to the system to quickly and accurately track data’s entire lineage, improving efficiency in tracking the source of issues (e.g., manufacturing defects, maintain supply network data hygiene). Auditability: Helps reduce downtime caused due to audit and compliance issues, saving hundreds of productivity hours for your team. Reduce implementation effort: Building immutability and verifiability in a traditional way is time consuming, complex, and expensive.
  • 9. © 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 and Payroll Tracking changes to an individual’s profile Government Tracking vehicle title history Transport and Logistics Tracking transportation of goods Ecommerce Where’s my stuff? Banking and Finance Keeping track of transactions, trades, and accounts
  • 10. © 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
  • 11. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Customer problems with complex business networks • Many existing business networks rely on central authorities, which can be inefficient, expensive, and require time-consuming auditing • A consortium could achieve better outcomes by sharing information but cannot agree on how data can be securely and fairly shared • Multiple organizations need to independently verify transaction history and need a single, up-to-date, accurate view of data • Business logic among multiple organizations could be simplified through automation • Asset transfers require an expensive and inefficient escrow • A public network needs a way to maintain a tamper-proof history of transactions and global state
  • 12. © 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 Three main components: distributed ledger, consensus mechanism, and “smart contract” execution environment Together, these elements allow two parties to transact with one another by ensuring other parties consent to the transaction and record the transaction; this provides immutability and trust
  • 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Blockchain components: Distributed ledger database The journal records an immutable log of all transactions and is maintained by 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
  • 14. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Blockchain components: Consensus mechanism Some important attributes: • Byzantine fault-tolerance requirements • Transaction rate, energy consumption • Hardware requirements • Security
  • 15. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Blockchain components: “Smart contracts” • Rules embedded in app • Verified execution of code • Conditional operators • Application writes to ledger • Contract can interact with components outside of the blockchain network (off-chain)
  • 16. © 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
  • 17. 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
  • 18. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T What is Managed Blockchain? 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
  • 19. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T 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 and scalable Backed with Amazon QLDB technology Decentralized Democratically govern the network
  • 20. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How Managed Blockchain works Managed Blockchain Create a network Choose an open-source blockchain framework, set up a new blockchain network and your membership in your Amazon Web Services (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 per nodes; transact with other members on the network
  • 21. © 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
  • 22. © 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
  • 23. © 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 • Preview: Network creator can invite • GA: Members vote on who to invite and remove • Network-wide settings • GA: 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 • Managed Blockchain manages shared components like the ordering service and networking settings
  • 24. © 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 • Virtual private cloud (VPC) endpoints created to access resource endpoints are billed separately • Standard data transfer rates Pricing dimensions
  • 25. © 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 thirty 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
  • 26. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 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. © 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” hardware security module (HSM) • Managed Blockchain uses AWS Key Management Service (AMS KMS) to secure the certificate authority service
  • 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. © 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. Network 1 – Managed Blockchain VPC endpoint VPC endpoint Account A Account B
  • 32. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Customer use cases
  • 33. © 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 Finance 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
  • 34. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Blockchain in supply chain • Each organization has a trusted copy of the supply chain data • Payments can be automated through smart contracts • Identity of components are immutably tracked as they move through the supply chain • Quality of products can be monitored and immediately acted on
  • 35. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Blockchain in Financial Services
  • 36. © 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
  • 37. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Who is Singapore Exchange? Adiversifiedexchangegroupthatruns keymarketinfrastructure, including theSingaporestockmarket andapan-Asian derivativesexchangecoveringallmajorassetclasses High annual dividend of 28 cents for the past five 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
  • 38. © 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
  • 39. © 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 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
  • 40. © 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 and 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 and investor types “Consistently” applied rights and obligations
  • 41. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Summary
  • 42. © 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 it’s fast, as it doesn’t require consent from members Amazon QLDB 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
  • 43. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Use Managed Blockchain service or other compute services as the foundation for your blockchain infrastructure API Gateway lets you create custom REST API to power your blockchain apps Use CloudHSM to manage blockchain participant’s secret keys Connect IoT devices with unique identities to a common underlying data layer Utilize 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 Elastic Cloud Compute (Amazon EC2) Amazon Elastic Container Service (Amazon ECS) Amazon Simple Storage Service (Amazon S3) Amazon Elastic Block Store (Amazon EBS) Blockchain solution building blocks on AWS AWS CloudHSM Amazon Redshift AWS LambdaAmazon DynamoDB Amazon Kinesis Amazon API Gateway* Amazon Simple Queue Service (Amazon SQS) Amazon Simple Notification Service (Amazon SNS) Amazon IoT services Managed Blockchain Amazon QLDB
  • 44. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T AWS blockchain customers
  • 45. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Next steps Learn more about our services and sign up for our preview today! Managed Blockchain • Managed Blockchain webpage: https://aws.amazon.com/managed-blockchain • Preview sign-up: https://pages.awscloud.com/AmazonManagedBlockchain-preview.html • 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 • Preview sign-up: https://pages.awscloud.com/QuantumLedgerDatabase-preview.html
  • 46. © 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 Amazon Managed Blockchain shrurao@amazon.com