Amazon Documentdb (With Mongodb Compatibility) Deep Dive

Total Page:16

File Type:pdf, Size:1020Kb

Amazon Documentdb (With Mongodb Compatibility) Deep Dive Amazon DocumentDB (with MongoDB compatibility) Deep Dive Jeff Duffy DocumentDB Specialist SA © 2020, Amazon Web Services, Inc. or its Affiliates. AWS: Purpose-built databases Relational Key-value Document In-memory Graph Time-series Ledger Wide Column Amazon Relational Amazon Amazon Amazon Amazon Database Service Amazon Amazon Amazon DynamoDB DocumentDB ElastiCache Neptune (RDS) Timestream Quantum Keyspaces Ledger Aurora Community Commercial Redis Memcached Database © 2020, Amazon Web Services, Inc. or its Affiliates. Amazon DocumentDB Fast, scalable, and fully managed MongoDB-compatible database service MongoDB Fast Scalable Fully managed compatible Millions of requests per second Separation of compute and Managed by AWS: Compatible with MongoDB 3.6; with millisecond latency storage scales both no hardware provisioning; use the same SDKs, tools, and independently; scale out to auto patching, quick setup, applications with Amazon 15 read replicas in minutes secure, and automatic DocumentDB backups Purpose-built document database engineered for the cloud © 2020, Amazon Web Services, Inc. or its Affiliates. Customers Learn more: https://aws.amazon.com/documentdb/customers/ © 2020, Amazon Web Services, Inc. or its Affiliates. Document Databases © 2020, Amazon Web Services, Inc. or its Affiliates. Evolution of document databases != JSON RelationalJSON (Client) (App) (Database) JSON became Friction when Object-relational Document the de facto converting JSON mappers (ORMs) databases solved data interchange to the relational were created to the problem format model minimize friction © 2020, Amazon Web Services, Inc. or its Affiliates. Why document databases? Documents map naturally to how humans model data Denormalized data Normalized data model model Documents (objects/JSON) are common application data models Document databases store JSON-like documents Document databases provide flexible schema and indexing Ad hoc querying and aggregations © 2020, Amazon Web Services, Inc. or its Affiliates. Use cases for document data Content Mobile Personalization management Catalog Retail and User profiles marketing © 2020, Amazon Web Services, Inc. or its Affiliates. Document Use Case: Gaming User Profiles { userid: 181276, { username: "sue1942", userid: 181276, name: {first: "Susan", username: "sue1942", last: "Benoit"}, name: {first: "Susan", ExplodingSnails: { last: "Benoit"} hi_score: 3185400, } global_rank: 5139, bonus_levels: true },} } promotions: ["new user","5%","snail lover"] } © 2020, Amazon Web Services, Inc. or its Affiliates. Challenges scaling document databases © 2020, Amazon Web Services, Inc. or its Affiliates. Traditional Database Architecture Challenges Application Single monolithic architectures API Query processor Not designed for Caching the cloud Logging Storage Scale monolithically Fail monolithically © 2020, Amazon Web Services, Inc. or its Affiliates. Challenge: Add read capacity on-demand Replication Disk Disk Disk Disk Node 1 Node 2 Node 3 Node 4 © 2020, Amazon Web Services, Inc. or its Affiliates. Challenge: Recover quickly from node failure Replication Disk Disk Disk Disk Node 1 Node 2 Node 3 Node 3’ © 2020, Amazon Web Services, Inc. or its Affiliates. Challenge: Scale storage as data grows Node Node Node Storage Storage Storage Volume Volume Volume © 2020, Amazon Web Services, Inc. or its Affiliates. Challenge: Backup data without affecting performance Operational Backup Node Node Snapshot Snapshot © 2020, Amazon Web Services, Inc. or its Affiliates. Challenge: Data Durability Replication Replication Node Node Node Storage Volume Storage Volume Storage Volume © 2020, Amazon Web Services, Inc. or its Affiliates. Amazon DocumentDB Purpose-built and engineered for the cloud © 2020, Amazon Web Services, Inc. or its Affiliates. API Scale compute Compute layer Query processor Caching Logging Decouple computeStorage and storage Scale storage Storage layer © 2020, Amazon Web Services, Inc. or its Affiliates. Amazon DocumentDB: Cloud Native Architecture Instance Instance Instance (Replica) (Primary) (Replica) Compute Writes Reads Reads Reads Distributed storage volume Storage AZ1 AZ2 AZ3 © 2020, Amazon Web Services, Inc. or its Affiliates. Challenge: Add read capacity on-demand Instance Instance Instance Instance (Replica) (Primary) (Replica) (Replica) Compute Writes ~8-10 mins Reads Reads Reads Reads Distributed storage volume Storage AZ1 AZ2 AZ3 © 2020, Amazon Web Services, Inc. or its Affiliates. Challenge: Quickly recover from node failure ~30 secs Instance Instance InstanceInstance Instance (Replica) (Primary) (Replica)(Primary) (Replica) Writes Writes ~8-10 mins Reads Reads Reads Reads Reads Distributed storage volume © 2020, Amazon Web Services, Inc. or its Affiliates. Challenge: Scale storage as data grows Instance Instance Instance Compute (Replica) (Primary) (Replica) Writes Reads Reads Reads Distributed storage volume Storage Storage Grows Automatically from 10GB-64TB © 2020, Amazon Web Services, Inc. or its Affiliates. Challenge: Backup data without affecting performance Compute Instance Instance Instance (Replica) (Primary) (Replica) Writes Reads Reads Reads Distributed storage volume Storage Continuous Backups Snapshots (PITR) Amazon S3 (Automated and Manual) © 2020, Amazon Web Services, Inc. or its Affiliates. Challenge: Data Durability Instance Instance Instance Instances: 321 (Replica) (Primary) (Replica) Environment: productiondev/test Availability goal: 99.99%99.9%99% Writes Durability: highly durable Reads Reads Reads Distributed storage volume AZ1 AZ2 AZ3 © 2020, Amazon Web Services, Inc. or its Affiliates. Service overview © 2020, Amazon Web Services, Inc. or its Affiliates. Fully managed Automatic failover Automated AWS Integration Pay-as-you-go and recovery maintenance pricing Failed instances are Automated upgrades and CloudWatch, CloudTrail, Per-second instance automatically replaced patching CloudFormation, VPC, billing, no long-term Secrets Manager commitment “Our engineering teams now spend less time on operations like backup scripts, scale testing, and managing high availability and instead are able to focus on developing new capabilities for our customers.” © 2020, Amazon Web Services, Inc. or its Affiliates. MongoDB compatible MongoDB 3.6 Same drivers, Replica sets tools Compatible with MongoDB Use the same MongoDB Read scaling is easy with Community Edition 3.6 drivers and tools with replica set emulation Amazon DocumentDB “Getting started with DocumentDB was also simple and we migrated our application in a couple of days without needing to make any meaningful code changes. Everything just worked.” © 2020, Amazon Web Services, Inc. or its Affiliates. Why choose the MongoDB API? • Over 60 million downloads • Easy for developers to get started • MongoDB API is powerful • Managing MongoDB is hard Source: http://db-engines.com © 2020, Amazon Web Services, Inc. or its Affiliates. Scalable Scale out Scale up Autoscale Load in minutes in minutes storage balancing Scale to 15 read Scale from Storage Scale reads across replicas 16 to 768 GiB automatically replicas of RAM grows from 10 GB to 64 TB © 2020, Amazon Web Services, Inc. or its Affiliates. Working Backwards FEB 2019 JAN 2019 MAR 2019 APR 2019 MAY 2019 JUN 2019 JUL 2019 AUG 2019 OCT 2019 Launch DDL Frankfurt Aggregation Per-second Sydney Start/Stop Slow query Change Streams logger Auditing Secrets Operators Billing Cluster Mumbai Manager Tokyo Deletion Aggregation Paris Protection Operators Seoul Singapore London DEC 2019 FEB 2020 MAR 2020 APR 2020 … with more to come in 2020! Aggregation Canada RBAC Glue ETL Operators © 2020, Amazon Web Services, Inc. or its Affiliates. Why not shard? Sharding motivator DocumentDB approach Scale Reads Add up to 15 read replicas Scale Writes Scale vertically with very low impact Scale Storage Storage scales automatically to 64TB © 2020, Amazon Web Services, Inc. or its Affiliates. Security and compliance VPC Only Encrypted by Safe defaults Compliance default Strict network isolation with Encryption at rest with Best practices are the PCI DSS, Amazon Virtual Private Cloud AWS KMS defaults ISO 9001, 27001, 27017, (VPC) Encryption in transit and 27018, with TLS SOC 1, 2 & 3, HIPAA © 2020, Amazon Web Services, Inc. or its Affiliates. Backup and recovery Automatic backups No performance 35 days of Archive impact PITR snapshots Automatic, incremental, and Backups do not affect Point-in-time recovery Keep snapshots for as long as continuous backups database performance (PITR) for up to 35 days you need "Adopting Amazon DocumentDB is a game-changer because we offload management, security, and backup of our MongoDB databases to AWS. With Amazon DocumentDB, we can add or scale instances in minutes, regardless of data size. Further, we get automatic backups and point-in-time restore capabilities, which far exceed other managed DB services at less cost.” © 2020, Amazon Web Services, Inc. or its Affiliates. Pricing (us-east-1) Instances: Size/hr * count (db.r5.large $0.277/hr) Compute Writes I/O: Count ($0.20/million) Reads Reads Reads Distributed storage volume Storage Storage: GB/mo ($0.10/GB) Backup: GB/mo Amazon S3 (100% Free! then $0.021/GB) © 2020, Amazon Web Services, Inc. or its Affiliates. Migration Guide Learn how to migrate from MongoDB to Amazon DocumentDB Offline migration using MongoDB utilities: Get started quickly, great for POCs Online migration using AWS DMS Near-zero downtime migration Hybrid migration leverages both solutions Best of both worlds https://docs.aws.amazon.com/documentdb/latest/developerguide/docdb-migration.html All options support MongoDB on-premises and EC2, for both replica sets and sharded clusters © 2020, Amazon Web Services, Inc. or its Affiliates. Purpose built The right tool for the right job Thank you © 2020, Amazon Web Services, Inc. or its Affiliates. .
Recommended publications
  • (AWS) Security Workshop - Pre-Read Material
    Amazon Web Services (AWS) Security Workshop - Pre-read material It is highly recommended to go through the pre-read before attending the AWS Security workshop. Shared Responsibility Model Security and Compliance is a shared responsibility between AWS and the customer. This shared model can help relieve the customer’s operational burden as AWS operates, manages and controls the components from the host operating system and virtualization layer down to the physical security of the facilities in which the service operates. The customer assumes responsibility and management of the guest operating system (including updates and security patches), other associated application software as well as the configuration of the AWS provided security group firewall. Customers should carefully consider the services they choose as their responsibilities vary depending on the services used, the integration of those services into their IT environment, and applicable laws and regulations. The nature of this shared responsibility also provides the flexibility and customer control that permits the deployment. As shown in the chart below, this differentiation of responsibility is commonly referred to as Security “of” the Cloud versus Security “in” the Cloud. AWS responsibility “Security of the Cloud” - AWS is responsible for protecting the infrastructure that runs all of the services offered in the AWS Cloud. This infrastructure is composed of the hardware, software, networking, and facilities that run AWS Cloud services. Customer responsibility “Security in the Cloud” – Customer responsibility will be determined by the AWS Cloud services that a customer selects. This determines the amount of configuration work the customer must perform as part of their security responsibilities.
    [Show full text]
  • AWS Managed Services (AMS)
    AWS Managed Services (AMS) Application Developer's Guide AMS Advanced Operations Plan Version September 16, 2020 AWS Managed Services (AMS) Application Developer's Guide AMS Advanced Operations Plan AWS Managed Services (AMS) Application Developer's Guide: AMS Advanced Operations Plan Copyright © Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon. AWS Managed Services (AMS) Application Developer's Guide AMS Advanced Operations Plan Table of Contents Application Onboarding to AMS Introduction ........................................................................................ 1 What is Application Onboarding? ................................................................................................. 1 What we do, what we do not do .................................................................................................. 1 AMS Amazon Machine Images (AMIs) ............................................................................................ 2 Security enhanced AMIs ...................................................................................................... 4 Key terms .................................................................................................................................
    [Show full text]
  • Amazon Documentdb Deep Dive
    DAT326 Amazon DocumentDB deep dive Joseph Idziorek Antra Grover Principal Product Manager Software Development Engineer Amazon Web Services Fulfillment By Amazon © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Agenda What is the purpose of a document database? What customer problems does Amazon DocumentDB (with MongoDB compatibility) solve and how? Customer use case and learnings: Fulfillment by Amazon What did we deliver for customers this year? What’s next? © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Purpose-built databases Relational Key value Document In-memory Graph Search Time series Ledger Why document databases? Denormalized data Normalized data model model { 'name': 'Bat City Gelato', 'price': '$', 'rating': 5.0, 'review_count': 46, 'categories': ['gelato', 'ice cream'], 'location': { 'address': '6301 W Parmer Ln', 'city': 'Austin', 'country': 'US', 'state': 'TX', 'zip_code': '78729'} } Why document databases? GET https://api.yelp.com/v3/businesses/{id} { 'name': 'Bat City Gelato', 'price': '$', 'rating': 5.0, 'review_count': 46, 'categories': ['gelato', 'ice cream'], 'location': { 'address': '6301 W Parmer Ln', 'city': 'Austin', 'country': 'US', 'state': 'TX', 'zip_code': '78729'} } Why document databases? response = yelp_api.search_query(term='ice cream', location='austin, tx', sort_by='rating', limit=5) Why document databases? for i in response['businesses']: col.insert_one(i) db.businesses.aggregate([ { $group: { _id: "$price", ratingAvg: { $avg: "$rating"}} } ]) db.businesses.find({
    [Show full text]
  • Database Software Market: Billy Fitzsimmons +1 312 364 5112
    Equity Research Technology, Media, & Communications | Enterprise and Cloud Infrastructure March 22, 2019 Industry Report Jason Ader +1 617 235 7519 [email protected] Database Software Market: Billy Fitzsimmons +1 312 364 5112 The Long-Awaited Shake-up [email protected] Naji +1 212 245 6508 [email protected] Please refer to important disclosures on pages 70 and 71. Analyst certification is on page 70. William Blair or an affiliate does and seeks to do business with companies covered in its research reports. As a result, investors should be aware that the firm may have a conflict of interest that could affect the objectivity of this report. This report is not intended to provide personal investment advice. The opinions and recommendations here- in do not take into account individual client circumstances, objectives, or needs and are not intended as recommen- dations of particular securities, financial instruments, or strategies to particular clients. The recipient of this report must make its own independent decisions regarding any securities or financial instruments mentioned herein. William Blair Contents Key Findings ......................................................................................................................3 Introduction .......................................................................................................................5 Database Market History ...................................................................................................7 Market Definitions
    [Show full text]
  • Planning and Designing Databases on AWS (AWS-PD-DB)
    Planning and Designing Databases on AWS (AWS-PD-DB) COURSE OVERVIEW: In this course, you will learn about the process of planning and designing both relational and nonrelational databases. You will learn the design considerations for hosting databases on Amazon Elastic Compute Cloud (Amazon EC2). You will learn about our relational database services including Amazon Relational Database Service (Amazon RDS), Amazon Aurora, and Amazon Redshift. You will also learn about our nonrelational database services including Amazon DocumentDB, Amazon DynamoDB, Amazon ElastiCache, Amazon Neptune, and Amazon QLDB. By the end of this course, you will be familiar with the planning and design requirements of all 8 of these AWS databases services, their pros and cons, and how to know which AWS databases service is right for your workloads. WHO WILL BENEFIT FROM THIS COURSE? • Data platform engineers • Database administrators • Solutions architects • IT professionals PREREQUISITES: We recommend that attendees of this course have previously completed the following AWS courses: • AWS Database Offerings digital training • Data Analytics Fundamentals digital training • Architecting on AWS classroom training COURSE OBJECTIVES: After completion of this course, students will be able to... • Apply database concepts, database management, and data modeling techniques • Evaluate hosting databases on Amazon EC2 instances • Evaluate relational database services (Amazon RDS, Amazon Aurora, and Amazon Redshift) and their features • Evaluate nonrelational database services
    [Show full text]
  • All Services Compute Developer Tools Machine Learning Mobile
    AlL services X-Ray Storage Gateway Compute Rekognition d Satellite Developer Tools Amazon Sumerian Athena Machine Learning Elastic Beanstalk AWS Backup Mobile Amazon Transcribe Ground Station EC2 Servertess Application EMR Repository Codestar CloudSearch Robotics Amazon SageMaker Customer Engagement Amazon Transtate AWS Amplify Amazon Connect Application Integration Lightsail Database AWS RoboMaker CodeCommit Management & Governance Amazon Personalize Amazon Comprehend Elasticsearch Service Storage Mobile Hub RDS Amazon Forecast ECR AWS Organizations Step Functions CodeBuild Kinesis Amazon EventBridge AWS Deeplens Pinpoint S3 AWS AppSync DynamoDe Amazon Textract ECS CloudWatch Blockchain CodeDeploy Quicksight EFS Amazon Lex Simple Email Service AWS DeepRacer Device Farm ElastiCache Amazont EKS AWS Auto Scaling Amazon Managed Blockchain CodePipeline Data Pipeline Simple Notification Service Machine Learning Neptune FSx Lambda CloudFormation Analytics Cloud9 AWS Glue Simple Queue Service Amazon Polly Business Applications $3 Glacer AR & VR Amazon Redshift SWF Batch CloudTrail AWS Lake Formation Server Migration Service lot Device Defender Alexa for Business GuardDuty MediaConnect Amazon QLDB WorkLink WAF & Shield Config AWS Well. Architected Tool Route 53 MSK AWS Transfer for SFTP Artifact Amazon Chime Inspector lot Device Management Amazon DocumentDB Personal Health Dashboard C MediaConvert OpsWorks Snowball API Gateway WorkMait Amazon Macie MediaLive Service Catalog AWS Chatbot Security Hub Security, Identity, & Internet of Things loT
    [Show full text]
  • Enter the Purpose-Built Database Era: Finding the Right Database Type for the Right Job
    Enter the Purpose-Built Database Era: Finding the right database type for the right job 1 INTRODUCTION Stepping into the purpose-built era Data is a strategic asset for every organization. As data continues to exponentially grow, databases are becoming increasingly crucial to understanding data and converting it to valuable insights. IT leaders need to look for ways to get more value from their data. If you’re running legacy databases on-premises, you’re likely finding that provisioning, operating, scaling, and managing databases is tedious, time-consuming, and expensive. You need modernized database solutions that allow you to spend time innovating and building new applications—not managing infrastructure. Moving on-premises data to managed databases built for the cloud can help you reduce time and costs. Once your databases are in the cloud, you can innovate and build new applications faster—all while getting deeper and more valuable insights. Migrating to the cloud is the first step toward entering the era of purpose-built databases. But once in the cloud, how do you know which types of databases to use for which functions? Read on to learn more about purpose-built database types—and how you can ensure a smooth transition into an era of innovation, performance, and business success. 2 WHY CHANGE? Going beyond relational only Before we begin discussing purpose-built databases, let’s examine the status quo—using relational databases for just about every use case. Relational databases were designed for tabular data with consistent structure and fixed schema. They work for problems that are well defined at the onset.
    [Show full text]
  • Amazon.SAP-C01.V2020-12-07.Q125
    Amazon.SAP-C01.v2020-12-07.q125 Exam Code: SAP-C01 Exam Name: AWS Certified Solutions Architect - Professional Certification Provider: Amazon Free Question Number: 125 Version: v2020-12-07 # of views: 109 # of Questions views: 1253 https://www.freecram.com/torrent/Amazon.SAP-C01.v2020-12-07.q125.html NEW QUESTION: 1 A company has a 24 TB MySQL database in its on-premises data center that grows at the rate of 10 GB per day. The data center is connected to the company's AWS infrastructure with a 50 Mbps VPN connection. The company is migrating the application and workload to AWS. The application code is already installed and tested on Amazon EC2. The company now needs to migrate the database and wants to go live on AWS within 3 weeks. Which of the following approaches meets the schedule with LEAST downtime? A. 1. Take the on-premises application offline.2. Create a database export locally using database-native tools.3. Import that into AWS using AWS Snowball.4. Launch an Amazon RDS Aurora DB instance.5. Load the data in the RDS Aurora DB instance from the export.6. Change the DNS entry to point to the Amazon RDS Aurora DB instance.7. Put the Amazon EC2 hosted application online. B. 1. Create a database export locally using database-native tools.2. Import that into AWS using AWS Snowball.3. Launch an Amazon RDS Aurora DB instance.4. Load the data in the RDS Aurora DB instance from the export.5. Set up database replication from the on-premises database to the RDS Aurora DB instance over the VPN.6.
    [Show full text]
  • AWS Cost and Usage Reports User Guide AWS Cost and Usage Reports User Guide
    AWS Cost and Usage Reports User Guide AWS Cost and Usage Reports User Guide AWS Cost and Usage Reports: User Guide Copyright © Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon. AWS Cost and Usage Reports User Guide Table of Contents What are AWS Cost and Usage Reports? ............................................................................................... 1 How it works ............................................................................................................................. 1 Using the data dictionary ............................................................................................................ 1 Download AWS CUR ................................................................................................................... 2 AWS Organizations users ............................................................................................................ 2 Creating reports ................................................................................................................................. 3 Setting up an Amazon S3 bucket for Cost and Usage Reports .........................................................
    [Show full text]
  • Amazon.Com Announces Fourth Quarter Sales up 20% to $72.4 Billion
    AMAZON.COM ANNOUNCES FOURTH QUARTER SALES UP 20% TO $72.4 BILLION SEATTLE—(BUSINESS WIRE) January 31, 2019—Amazon.com, Inc. (NASDAQ: AMZN) today announced financial results for its fourth quarter ended December 31, 2018. Operating cash flow increased 67% to $30.7 billion for the trailing twelve months, compared with $18.4 billion for the trailing twelve months ended December 31, 2017. Free cash flow increased to $19.4 billion for the trailing twelve months, compared with $8.3 billion for the trailing twelve months ended December 31, 2017. Free cash flow less lease principal repayments increased to $11.6 billion for the trailing twelve months, compared with $3.3 billion for the trailing twelve months ended December 31, 2017. Free cash flow less finance lease principal repayments and assets acquired under capital leases increased to an inflow of $8.4 billion for the trailing twelve months, compared with an outflow of $1.5 billion for the trailing twelve months ended December 31, 2017. Common shares outstanding plus shares underlying stock-based awards totaled 507 million on December 31, 2018, compared with 504 million one year ago. Fourth Quarter 2018 Net sales increased 20% to $72.4 billion in the fourth quarter, compared with $60.5 billion in fourth quarter 2017. Excluding the $801 million unfavorable impact from year-over-year changes in foreign exchange rates throughout the quarter, net sales increased 21% compared with fourth quarter 2017. Operating income increased to $3.8 billion in the fourth quarter, compared with operating income of $2.1 billion in fourth quarter 2017.
    [Show full text]
  • Databases on AWS the Right Tool for the Right Job
    Databases on AWS The Right Tool for the Right Job David Gendel, Sr. Solutions Architect, AWS Wednesday, February 17, 2021 © 2021, Amazon Web Services, Inc. or its Affiliates. Traditional Database Architecture Client Tier one database App/Web Tier for all workloads RDBMS © 2021, Amazon Web Services, Inc. or its Affiliates. Traditional Database Architecture • Key-value access Client Tier • Complex queries • OLAP transactions App/Web Tier • Analytics RDBMS All forced into the relational database © 2021, Amazon Web Services, Inc. or its Affiliates. AWS Data Tier Architecture Client Tier On AWS choose best database service for each App/Web Tier workload Data Tier Cache Data Warehouse Time Series Blob Store NoSQL RDBMS Quantum Ledger Search © 2021, Amazon Web Services, Inc. or its Affiliates. Workload Driven Data Store Selection hot reads analytics logging NoSQL complex queries Periodic rich search simple query & transactions data Graph / Key Value / Document Untampered data Data Tier Cache Data Warehouse Time Series Blob Store NoSQL RDBMS Quantum Ledger Search © 2021, Amazon Web Services, Inc. or its Affiliates. AWS Database Services hot reads analytics logging NoSQL complex queries Periodic rich search simple query & transactions data Graph / Key Value / Document Untampered data Data Tier Amazon Amazon Amazon Amazon S3 ElastiCache Redshift Timestream Amazon DynamoDB Amazon Amazon Amazon Neptune / DocumentDB RDS QLDB ElasticSearch © 2021, Amazon Web Services, Inc. or its Affiliates. Easy to Administer Highly Scalable Amazon RDS Available and
    [Show full text]
  • Planning and Designing Databases on AWS (AWSPDD)
    Planning and Designing Databases on AWS (AWSPDD) Formato do curso: Presencial e Live Training Preço: 1730€ Duração: 21 horas In this course, you will learn about the process of planning and designing both relational and nonrelational AWS databases. It will teach you how to use workload requirements to define database design considerations and also explore the features and capabilities of the eight AWS database services. By the end of the course, you will be able to determine which AWS database service is right for your workloads, and design the database to meet your requirements. Destinatários Data Engineers who are new to designing cloud databases or nonrelational databases Solutions Architects who are designing services or architectures that are integrated with databases Developers that are building cloud database-enabled applications Pré-requisitos We recommend that attendees of this course have: Familiarity with AWS Database Services Understanding of database design concepts, and/or data modeling for relational or nonrelational databases Familiarity with cloud computing concepts Familiarity with general networking and encryption concepts Understanding of the three V’s of data (volume, velocity, and variety) Familiarity with basic data analytics concepts Understanding of general architecting best practices and the AWS Well-Architected Framework, equivalent to Architecting on AWS classroom training Objectivos This course is designed to teach you how to: Apply database concepts, database management, and data modeling techniques Evaluate
    [Show full text]