{"id":2329,"date":"2021-09-07T18:05:28","date_gmt":"2021-09-07T23:05:28","guid":{"rendered":"https:\/\/wiki-cloud.co\/?p=2329"},"modified":"2025-10-08T14:45:08","modified_gmt":"2025-10-08T19:45:08","slug":"aws-database-services-fundamentals","status":"publish","type":"post","link":"https:\/\/wiki-cloud.co\/en\/2021\/09\/aws-database-services-fundamentals\/","title":{"rendered":"AWS Database Services Fundamentals"},"content":{"rendered":"<p style=\"text-align: justify;\">A database is a collection of information that is organized in a way that can be easily accessed, managed, and updated. Computer databases often contain record sets or data files, which contain information about sales transactions or interactions with specific customers. Databases are important back-end systems used to store, manage, update, and analyze data for all types of applications, from small back-office systems to consumer and mobile web applications on a global scale. Most databases use structured query language (SQL) to write and query data.<\/p>\n<p style=\"text-align: justify;\">Databases have evolved dramatically since their inception in the early 1960s. Navigation databases, such as the hierarchical database (which was based on a tree-like model and only allowed a one-to-many relationship), and the network database (a more flexible model that allowed multiple relationships), were the original systems used to store and manipulate data. Although simple, these early systems were inflexible. In the 1980s, relational databases became popular, followed by object-oriented databases in the 1990s. More recently, NoSQL databases emergedin response to the growth of the internet and the need for greater speed and processing of unstructured data. Today, the cloud database and separate databases are opening up new ways as to how to collect, store, manage and use the data.<\/p>\n<p style=\"text-align: justify;\">According to their type, the databases can be classified as relational and non-relational databases. Relational databases became popular in the eighties, the elements of a relational database are organized as a set of tables with columns and rows. Relational database technology provides the most efficient and flexible way to access structured information. NoSQL or non-relational databases allow unstructured and semi-structured data to be stored and manipulated, unlike a relational database, which defines how all the data inserted into the database should be composed. NoSQL databases became popular as web applications became more common and complex.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_13.png\" width=\"957\" height=\"510\" \/><\/p>\n<p style=\"text-align: justify;\">The databases can also be classified according to their type of workload into operational databases (OLTP - Online Transaction Processing) or analytical databases (OLAP - Online Analytical Processing). OLTP systems are databases oriented to transaction processing. A transaction generates an atomic process (which must be validated with a&nbsp;<em>commit<\/em>, or invalidated with a&nbsp;<em>rollback<\/em>), and that may involve data insertion, modification and deletion operations. The transactional process is typical of operational databases. OLAP systems are databases oriented to analytical processing. This analysis usually involves, generally, the reading of large amounts of data to get to extract some type of useful information that is helpful for decision making, such as sales trends, consumer behavior patterns, elaboration of complex reports, etc.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_14.png\" width=\"610\" height=\"472\" \/><\/p>\n<p style=\"text-align: justify;\">AWS offers a wide variety of custom databases for your specific application use cases. Our fully managed database services include relational databases for transactional applications, non-relational databases for Internet-scale applications, a data warehouse for analytics, an in-memory database for caching and workloads in real time, and a graphs database to create applications with strongly connected data. With AWS Database Migration Service, migrating existing databases to AWS is easy and cost-effective.<\/p>\n<p style=\"text-align: justify;\">AWS Databases were designed from the ground up to support the scale, performance, and availability demands of modern globally distributed applications with microservices architectures.<\/p>\n<p style=\"text-align: justify;\">AWS offers 15 database engines and continues to grow, including relational and non-relational types for every application need. The types of AWS databases are described below:<\/p>\n<p><strong>Database type<\/strong><\/p>\n<table>\n<tbody>\n<tr>\n<td style=\"text-align: center;\"><strong>Database type<\/strong><\/td>\n<td style=\"text-align: center;\"><strong>Description<\/strong><\/td>\n<td style=\"text-align: center;\"><strong>Use cases<\/strong><\/td>\n<td style=\"text-align: center;\"><strong>AWS service<\/strong><\/td>\n<\/tr>\n<tr>\n<td><strong>Relational<\/strong><\/td>\n<td style=\"text-align: justify;\">Relational databases store data with predefined schemas and relationships between them. These databases are designed to support ACID transactions, and maintain referential integrity and strong data consistency.<\/td>\n<td>Traditional applications, ERP, CRM, e-commerce<\/td>\n<td>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_01.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/rds\/aurora\" target=\"_blank\" rel=\"noopener\">Amazon Aurora<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_02.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/rds\" target=\"_blank\" rel=\"noopener\">Amazon RDS<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_03.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/redshift\" target=\"_blank\" rel=\"noopener\">Amazon Redshift<\/a><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><strong>Key-value<\/strong><\/td>\n<td style=\"text-align: justify;\">Key-value databases are optimized for common access patterns, typically to store and retrieve large volumes of data. These databases deliver quick response times, even in extreme volumes of concurrent requests.<\/td>\n<td>High-traffic web apps, e-commerce systems, gaming applications<\/td>\n<td>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_04.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/dynamodb\" target=\"_blank\" rel=\"noopener\">Amazon DynamoDB<\/a><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><strong>In-memory<\/strong><\/td>\n<td style=\"text-align: justify;\">In-memory databases are used for applications that require real-time access to data. By storing data directly in memory, these databases deliver microsecond latency to applications for whom millisecond latency is not enough.<\/td>\n<td>Caching, session management, gaming leaderboards, geospatial applications<\/td>\n<td>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/\/2021\/09\/article_image_aws_database_services_05.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/elasticache\/memcached\" target=\"_blank\" rel=\"noopener\">Amazon ElastiCache for Memcached<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_06.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/elasticache\/redis\" target=\"_blank\" rel=\"noopener\">Amazon ElastiCache for Redis<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_07.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/memorydb\" target=\"_blank\" rel=\"noopener\">Amazon MemoryDB for Redis<\/a><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><strong>Document<\/strong><\/td>\n<td style=\"text-align: justify;\">A document database is designed to store semistructured data as JSON-like documents. These databases help developers build and update applications quickly.<\/td>\n<td>Content management, catalogs, user profiles<\/td>\n<td>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_08.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/documentdb\" target=\"_blank\" rel=\"noopener\">Amazon DocumentDB (with MongoDB compatibility)<\/a><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><strong>Wide column<\/strong><\/td>\n<td style=\"text-align: justify;\">A wide column store is a type of NoSQL database. It uses tables, rows, and columns, but unlike a relational database, the names and format of the columns can vary from row to row in the same table.<\/td>\n<td style=\"text-align: justify;\">High scale industrial apps for equipment maintenance, fleet management, and route optimization<\/td>\n<td>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_09.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/keyspaces\" target=\"_blank\" rel=\"noopener\">Amazon Keyspaces (for Apache Cassandra)<\/a><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><strong>Graph<\/strong><\/td>\n<td style=\"text-align: justify;\">Graph databases are for applications that need to navigate and query millions of relationships between highly connected graph datasets with millisecond latency at large scale.<\/td>\n<td style=\"text-align: justify;\">Fraud detection, social networking, recommendation engines<\/td>\n<td>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_10.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/neptune\" target=\"_blank\" rel=\"noopener\">Amazon Neptune<\/a><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><strong>Time series<\/strong><\/td>\n<td style=\"text-align: justify;\">Time-series databases efficiently collect, synthesize, and derive insights from data that changes over time and with queries spanning time intervals.<\/td>\n<td style=\"text-align: justify;\">IoT applications, DevOps, industrial telemetry<\/td>\n<td>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_11.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/timestream\" target=\"_blank\" rel=\"noopener\">Amazon Timestream<\/a><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><strong>Ledger<\/strong><\/td>\n<td style=\"text-align: justify;\">Systems of record, supply chain, registrations, banking transactions<\/td>\n<td>Systems of record, supply chain, registrations, banking transactions<\/td>\n<td>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_12.png\" width=\"50\" height=\"50\" \/><\/p>\n<p><a href=\"https:\/\/aws.amazon.com\/qldb\" target=\"_blank\" rel=\"noopener\">Amazon QLDB<\/a><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify;\"><iframe loading=\"lazy\" title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/AbhnNqlOYWY\" width=\"760\" height=\"515\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p><strong>Strategy for selecting a database<\/strong><\/p>\n<p style=\"text-align: justify;\">The optimal database solution for a system varies depending on the requirements for availability, consistency, partition tolerance, latency, durability, scalability, and query capacity. Many systems use different database solutions for various subsystems and allow different features to improve performance. Selecting the wrong database features and solutions can result in lower performance efficiencies.&nbsp;<\/p>\n<p style=\"text-align: justify;\">When selecting a database service, consider the dimensions and choose the one that best suits each of your requirements and components of your application and architecture.<\/p>\n<p style=\"text-align: justify;\"><strong>AWS Leader in Gartner's New Magic Quadrant<\/strong><\/p>\n<p style=\"text-align: justify;\">Industry analyst firm Gartner has published a new report, the&nbsp;<em><a href=\"https:\/\/pages.awscloud.com\/GLOBAL-multi-DL-gartner-mq-cdbms-2020-learn.html?trk=el_a134p000006gMUAAA2&amp;trkCampaign=WW-FY20-AR-104-gartner-mq-cdbms_Download_Report&amp;sc_channel=el&amp;sc_campaign=DB_Blog&amp;sc_outcome=Global_Marketing_Campaigns&amp;sc_geo=NAMER&amp;sc_country=mult\" target=\"_blank\" rel=\"noopener noreferrer\">Magic Quadrant for Cloud Database Management Systems<\/a><\/em>&nbsp;, naming AWS as a Leader and placing AWS highest among the 16 vendors evaluated for \u201cAbility to Execute.\u201d This report is Gartner\u2019s first database and analytics report exclusively evaluating cloud-based services, doubling down on their assertion in a June 2019 report that The Future of the DBMS Market is Cloud. More info <a href=\"https:\/\/aws.amazon.com\/blogs\/database\/aws-named-a-leader-in-new-gartner-magic-quadrant-report-evaluating-cloud-database-and-analytics-services\/?nc1=h_ls\" target=\"_blank\" rel=\"noopener\">here<\/a>.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_15.png\" width=\"545\" height=\"597\" \/><\/p>\n<p><strong>AWS Databases free tier<\/strong><\/p>\n<table border=\"0\">\n<tbody>\n<tr>\n<td>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_image_aws_database_services_18.png\" width=\"775\" height=\"635\" \/><\/p>\n<\/td>\n<td>\n<p>The AWS Free Tier offers users an opportunity to explore products for free, with offers including products that are always free, free for 12 months, and short-term free trials. AWS offers the widest selection of purpose-built databases, allowing you to save, grow, and innovate faster.<\/p>\n<p>Build database solutions using <a href=\"https:\/\/aws.amazon.com\/free\/database\/?nc1=h_ls\" target=\"_blank\" rel=\"noopener\">these product offerings<\/a> of the AWS Free Tier.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: justify;\">To obtain updated information on AWS database services, I invite you to follow their page \"<a href=\"https:\/\/www.linkedin.com\/showcase\/aws-databases\/\" target=\"_blank\" rel=\"noopener\">AWS Databases &amp; Analytics<\/a>\u201d on Linkedin.<\/p>\n<p style=\"text-align: justify;\">Later, I will delve into each of the AWS database services. I hope this information is useful !!<\/p>\n\n\n\n<p><strong>Share:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook  wp-block-social-link\"><a rel=\"noopener nofollow\" target=\"_blank\" href=\"https:\/\/facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwiki-cloud.co%2F2021%2F09%2Faws-database-services-fundamentals%2F&#038;title=AWS%20Database%20Services%20Fundamentals\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Share on Facebook<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a rel=\"noopener nofollow\" target=\"_blank\" href=\"https:\/\/twitter.com\/share?url=https%3A%2F%2Fwiki-cloud.co%2F2021%2F09%2Faws-database-services-fundamentals%2F&#038;link=AWS%20Database%20Services%20Fundamentals\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Share on Twitter<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-pinterest  wp-block-social-link\"><a rel=\"noopener nofollow\" target=\"_blank\" href=\"https:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fwiki-cloud.co%2F2021%2F09%2Faws-database-services-fundamentals%2F&#038;description=AWS%20Database%20Services%20Fundamentals\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.289,2C6.617,2,3.606,5.648,3.606,9.622c0,1.846,1.025,4.146,2.666,4.878c0.25,0.111,0.381,0.063,0.439-0.169 c0.044-0.175,0.267-1.029,0.365-1.428c0.032-0.128,0.017-0.237-0.091-0.362C6.445,11.911,6.01,10.75,6.01,9.668 c0-2.777,2.194-5.464,5.933-5.464c3.23,0,5.49,2.108,5.49,5.122c0,3.407-1.794,5.768-4.13,5.768c-1.291,0-2.257-1.021-1.948-2.277 c0.372-1.495,1.089-3.112,1.089-4.191c0-0.967-0.542-1.775-1.663-1.775c-1.319,0-2.379,1.309-2.379,3.059 c0,1.115,0.394,1.869,0.394,1.869s-1.302,5.279-1.54,6.261c-0.405,1.666,0.053,4.368,0.094,4.604 c0.021,0.126,0.167,0.169,0.25,0.063c0.129-0.165,1.699-2.419,2.142-4.051c0.158-0.59,0.817-2.995,0.817-2.995 c0.43,0.784,1.681,1.446,3.013,1.446c3.963,0,6.822-3.494,6.822-7.833C20.394,5.112,16.849,2,12.289,2\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Share on Pinterest<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a rel=\"noopener nofollow\" target=\"_blank\" href=\"https:\/\/linkedin.com\/shareArticle?url=https%3A%2F%2Fwiki-cloud.co%2F2021%2F09%2Faws-database-services-fundamentals%2F&#038;title=AWS%20Database%20Services%20Fundamentals\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Share on LinkedIn<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-email  wp-block-social-link\"><a rel=\"noopener nofollow\" target=\"_blank\" href=\"mailto:?body=https%3A%2F%2Fwiki-cloud.co%2F2021%2F09%2Faws-database-services-fundamentals%2F&#038;subject=AWS%20Database%20Services%20Fundamentals\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M9 11.8l6.1-4.5c.1.4.4.7.9.7h2c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1v.4l-6.4 4.8c-.2-.1-.4-.2-.6-.2H6c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1h2c.2 0 .4-.1.6-.2l6.4 4.8v.4c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1h-2c-.5 0-.8.3-.9.7L9 12.2v-.4z\"\/><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Share via Email<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-tumblr  wp-block-social-link\"><a rel=\"noopener nofollow\" target=\"_blank\" href=\"https:\/\/tumblr.com\/share\/link?url=https%3A%2F%2Fwiki-cloud.co%2F2021%2F09%2Faws-database-services-fundamentals%2F&#038;name=AWS%20Database%20Services%20Fundamentals\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M17.04 21.28h-3.28c-2.84 0-4.94-1.37-4.94-5.02v-5.67H6.08V7.5c2.93-.73 4.11-3.3 4.3-5.48h3.01v4.93h3.47v3.65H13.4v4.93c0 1.47.73 2.01 1.92 2.01h1.73v3.75z\" \/><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Share on Tumblr<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-reddit  wp-block-social-link\"><a rel=\"noopener nofollow\" target=\"_blank\" href=\"https:\/\/reddit.com\/submit?url=https%3A%2F%2Fwiki-cloud.co%2F2021%2F09%2Faws-database-services-fundamentals%2F&#038;title=AWS%20Database%20Services%20Fundamentals\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M5.27 9.221A2.775 2.775 0 0 0 2.498 11.993a2.785 2.785 0 0 0 1.6 2.511 5.337 5.337 0 0 0 2.374 4.11 9.386 9.386 0 0 0 5.539 1.7 9.386 9.386 0 0 0 5.541-1.7 5.331 5.331 0 0 0 2.372-4.114 2.787 2.787 0 0 0 1.583-2.5 2.775 2.775 0 0 0-2.772-2.772 2.742 2.742 0 0 0-1.688.574 9.482 9.482 0 0 0-4.637-1.348v-.008a2.349 2.349 0 0 1 2.011-2.316 1.97 1.97 0 0 0 1.926 1.521 1.98 1.98 0 0 0 1.978-1.978 1.98 1.98 0 0 0-1.978-1.978 1.985 1.985 0 0 0-1.938 1.578 3.183 3.183 0 0 0-2.849 3.172v.011a9.463 9.463 0 0 0-4.59 1.35 2.741 2.741 0 0 0-1.688-.574Zm6.736 9.1a3.162 3.162 0 0 1-2.921-1.944.215.215 0 0 1 .014-.2.219.219 0 0 1 .168-.106 27.327 27.327 0 0 1 2.74-.133 27.357 27.357 0 0 1 2.74.133.219.219 0 0 1 .168.106.215.215 0 0 1 .014.2 3.158 3.158 0 0 1-2.921 1.944Zm3.743-3.157a1.265 1.265 0 0 1-1.4-1.371 1.954 1.954 0 0 1 .482-1.442 1.15 1.15 0 0 1 .842-.379 1.7 1.7 0 0 1 1.49 1.777 1.323 1.323 0 0 1-.325 1.015 1.476 1.476 0 0 1-1.089.4Zm-7.485 0a1.476 1.476 0 0 1-1.086-.4 1.323 1.323 0 0 1-.325-1.016 1.7 1.7 0 0 1 1.49-1.777 1.151 1.151 0 0 1 .843.379 1.951 1.951 0 0 1 .481 1.441 1.276 1.276 0 0 1-1.403 1.373Z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Share on Reddit<\/span><\/a><\/li><\/ul>\n\n\n\n<p><strong>Follow us:<\/strong><\/p>\n\n\n<div class=\"wp-block-coblocks-social wp-block-coblocks-social-profiles is-style-icon-and-text has-colors has-button-size-med\"><ul><li><a href=\"https:\/\/www.facebook.com\/groups\/wikicloud\" title=\"Facebook\" class=\"wp-block-button__link wp-block-coblocks-social__button wp-block-coblocks-social__button--facebook has-padding\" style=\"border-radius:40px\"><span class=\"wp-block-coblocks-social__icon\"><\/span><span class=\"wp-block-coblocks-social__text\">Facebook<\/span><\/a><\/li><li><a href=\"https:\/\/twitter.com\/johnbulla\" title=\"Twitter account\" class=\"wp-block-button__link wp-block-coblocks-social__button wp-block-coblocks-social__button--twitter has-padding\" style=\"border-radius:40px\"><span class=\"wp-block-coblocks-social__icon\"><\/span><span class=\"wp-block-coblocks-social__text\">Twitter account<\/span><\/a><\/li><li><a href=\"https:\/\/www.linkedin.com\/groups\/12529878\" title=\"Linkedin\" class=\"wp-block-button__link wp-block-coblocks-social__button wp-block-coblocks-social__button--linkedin has-padding\" style=\"border-radius:40px\"><span class=\"wp-block-coblocks-social__icon\"><\/span><span class=\"wp-block-coblocks-social__text\">Linkedin<\/span><\/a><\/li><li><a href=\"https:\/\/www.youtube.com\/user\/johnbulla\" title=\"YouTube\" class=\"wp-block-button__link wp-block-coblocks-social__button wp-block-coblocks-social__button--youtube has-padding\" style=\"border-radius:40px\"><span class=\"wp-block-coblocks-social__icon\"><\/span><span class=\"wp-block-coblocks-social__text\">YouTube<\/span><\/a><\/li><\/ul><\/div>\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>AWS offers a wide variety of custom databases for your specific application use cases. Our fully managed database services include relational databases for transactional applications, non-relational databases for Internet-scale applications<\/p>","protected":false},"author":1,"featured_media":2327,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[78],"tags":[],"class_list":["post-2329","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aws"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AWS Database Services Fundamentals - Wiki Cloud<\/title>\n<meta name=\"description\" content=\"Actualmente AWS ofrece una amplia variedad de servicios de bases de datos personalizadas para implementar en sus casos de uso de aplicaciones espec\u00edficas. Los servicios de bases de datos completamente administrados incluyen bases de datos relacionales para aplicaciones de transacciones, bases de datos no relaciones para aplicaciones de escala de Internet, un data warehouse para an\u00e1lisis, un almac\u00e9n de datos en memoria para almacenamiento en cach\u00e9 y cargas de trabajo en tiempo real, y una base de datos de grafos para crear aplicaciones con datos fuertemente conectados. Con AWS Database Migration Service, migrar bases de datos existentes a AWS es f\u00e1cil y rentable.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AWS Database Services Fundamentals - Wiki Cloud\" \/>\n<meta property=\"og:description\" content=\"Actualmente AWS ofrece una amplia variedad de servicios de bases de datos personalizadas para implementar en sus casos de uso de aplicaciones espec\u00edficas. Los servicios de bases de datos completamente administrados incluyen bases de datos relacionales para aplicaciones de transacciones, bases de datos no relaciones para aplicaciones de escala de Internet, un data warehouse para an\u00e1lisis, un almac\u00e9n de datos en memoria para almacenamiento en cach\u00e9 y cargas de trabajo en tiempo real, y una base de datos de grafos para crear aplicaciones con datos fuertemente conectados. Con AWS Database Migration Service, migrar bases de datos existentes a AWS es f\u00e1cil y rentable.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wiki-cloud.co\/en\/2021\/09\/aws-database-services-fundamentals\/\" \/>\n<meta property=\"og:site_name\" content=\"Wiki Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-07T23:05:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-08T19:45:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_coverpage_aws_database_services_780x420.png\" \/>\n\t<meta property=\"og:image:width\" content=\"780\" \/>\n\t<meta property=\"og:image:height\" content=\"420\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"John Bulla\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"John Bulla\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/\"},\"author\":{\"name\":\"John Bulla\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#\\\/schema\\\/person\\\/b73ea518d1f5e5fc1dba6f6fadb1e0ed\"},\"headline\":\"AWS Database Services Fundamentals\",\"datePublished\":\"2021-09-07T23:05:28+00:00\",\"dateModified\":\"2025-10-08T19:45:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/\"},\"wordCount\":1719,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#\\\/schema\\\/person\\\/b73ea518d1f5e5fc1dba6f6fadb1e0ed\"},\"image\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/article_coverpage_aws_database_services_780x420.png\",\"articleSection\":[\"AWS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/\",\"url\":\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/\",\"name\":\"AWS Database Services Fundamentals - Wiki Cloud\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/article_coverpage_aws_database_services_780x420.png\",\"datePublished\":\"2021-09-07T23:05:28+00:00\",\"dateModified\":\"2025-10-08T19:45:08+00:00\",\"description\":\"Actualmente AWS ofrece una amplia variedad de servicios de bases de datos personalizadas para implementar en sus casos de uso de aplicaciones espec\u00edficas. Los servicios de bases de datos completamente administrados incluyen bases de datos relacionales para aplicaciones de transacciones, bases de datos no relaciones para aplicaciones de escala de Internet, un data warehouse para an\u00e1lisis, un almac\u00e9n de datos en memoria para almacenamiento en cach\u00e9 y cargas de trabajo en tiempo real, y una base de datos de grafos para crear aplicaciones con datos fuertemente conectados. Con AWS Database Migration Service, migrar bases de datos existentes a AWS es f\u00e1cil y rentable.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/article_coverpage_aws_database_services_780x420.png\",\"contentUrl\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/article_coverpage_aws_database_services_780x420.png\",\"width\":780,\"height\":420},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2021\\\/09\\\/aws-database-services-fundamentals\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AWS Database Services Fundamentals\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/\",\"name\":\"Wiki Cloud\",\"description\":\"All about the cloud world\",\"publisher\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#\\\/schema\\\/person\\\/b73ea518d1f5e5fc1dba6f6fadb1e0ed\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#\\\/schema\\\/person\\\/b73ea518d1f5e5fc1dba6f6fadb1e0ed\",\"name\":\"John Bulla\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/logo_wiki_cloud_400x130.png\",\"url\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/logo_wiki_cloud_400x130.png\",\"contentUrl\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/logo_wiki_cloud_400x130.png\",\"width\":400,\"height\":131,\"caption\":\"John Bulla\"},\"logo\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/logo_wiki_cloud_400x130.png\"},\"sameAs\":[\"https:\\\/\\\/wiki-cloud.co\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AWS Database Services Fundamentals - Wiki Cloud","description":"Actualmente AWS ofrece una amplia variedad de servicios de bases de datos personalizadas para implementar en sus casos de uso de aplicaciones espec\u00edficas. Los servicios de bases de datos completamente administrados incluyen bases de datos relacionales para aplicaciones de transacciones, bases de datos no relaciones para aplicaciones de escala de Internet, un data warehouse para an\u00e1lisis, un almac\u00e9n de datos en memoria para almacenamiento en cach\u00e9 y cargas de trabajo en tiempo real, y una base de datos de grafos para crear aplicaciones con datos fuertemente conectados. Con AWS Database Migration Service, migrar bases de datos existentes a AWS es f\u00e1cil y rentable.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"AWS Database Services Fundamentals - Wiki Cloud","og_description":"Actualmente AWS ofrece una amplia variedad de servicios de bases de datos personalizadas para implementar en sus casos de uso de aplicaciones espec\u00edficas. Los servicios de bases de datos completamente administrados incluyen bases de datos relacionales para aplicaciones de transacciones, bases de datos no relaciones para aplicaciones de escala de Internet, un data warehouse para an\u00e1lisis, un almac\u00e9n de datos en memoria para almacenamiento en cach\u00e9 y cargas de trabajo en tiempo real, y una base de datos de grafos para crear aplicaciones con datos fuertemente conectados. Con AWS Database Migration Service, migrar bases de datos existentes a AWS es f\u00e1cil y rentable.","og_url":"https:\/\/wiki-cloud.co\/en\/2021\/09\/aws-database-services-fundamentals\/","og_site_name":"Wiki Cloud","article_published_time":"2021-09-07T23:05:28+00:00","article_modified_time":"2025-10-08T19:45:08+00:00","og_image":[{"width":780,"height":420,"url":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_coverpage_aws_database_services_780x420.png","type":"image\/png"}],"author":"John Bulla","twitter_card":"summary_large_image","twitter_misc":{"Written by":"John Bulla","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/#article","isPartOf":{"@id":"https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/"},"author":{"name":"John Bulla","@id":"https:\/\/wiki-cloud.co\/es\/#\/schema\/person\/b73ea518d1f5e5fc1dba6f6fadb1e0ed"},"headline":"AWS Database Services Fundamentals","datePublished":"2021-09-07T23:05:28+00:00","dateModified":"2025-10-08T19:45:08+00:00","mainEntityOfPage":{"@id":"https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/"},"wordCount":1719,"commentCount":0,"publisher":{"@id":"https:\/\/wiki-cloud.co\/es\/#\/schema\/person\/b73ea518d1f5e5fc1dba6f6fadb1e0ed"},"image":{"@id":"https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/#primaryimage"},"thumbnailUrl":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_coverpage_aws_database_services_780x420.png","articleSection":["AWS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/","url":"https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/","name":"AWS Database Services Fundamentals - Wiki Cloud","isPartOf":{"@id":"https:\/\/wiki-cloud.co\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/#primaryimage"},"image":{"@id":"https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/#primaryimage"},"thumbnailUrl":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_coverpage_aws_database_services_780x420.png","datePublished":"2021-09-07T23:05:28+00:00","dateModified":"2025-10-08T19:45:08+00:00","description":"Actualmente AWS ofrece una amplia variedad de servicios de bases de datos personalizadas para implementar en sus casos de uso de aplicaciones espec\u00edficas. Los servicios de bases de datos completamente administrados incluyen bases de datos relacionales para aplicaciones de transacciones, bases de datos no relaciones para aplicaciones de escala de Internet, un data warehouse para an\u00e1lisis, un almac\u00e9n de datos en memoria para almacenamiento en cach\u00e9 y cargas de trabajo en tiempo real, y una base de datos de grafos para crear aplicaciones con datos fuertemente conectados. Con AWS Database Migration Service, migrar bases de datos existentes a AWS es f\u00e1cil y rentable.","breadcrumb":{"@id":"https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/#primaryimage","url":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_coverpage_aws_database_services_780x420.png","contentUrl":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2021\/09\/article_coverpage_aws_database_services_780x420.png","width":780,"height":420},{"@type":"BreadcrumbList","@id":"https:\/\/wiki-cloud.co\/2021\/09\/aws-database-services-fundamentals\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wiki-cloud.co\/es\/"},{"@type":"ListItem","position":2,"name":"AWS Database Services Fundamentals"}]},{"@type":"WebSite","@id":"https:\/\/wiki-cloud.co\/es\/#website","url":"https:\/\/wiki-cloud.co\/es\/","name":"Wiki Cloud","description":"All about the cloud world","publisher":{"@id":"https:\/\/wiki-cloud.co\/es\/#\/schema\/person\/b73ea518d1f5e5fc1dba6f6fadb1e0ed"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wiki-cloud.co\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/wiki-cloud.co\/es\/#\/schema\/person\/b73ea518d1f5e5fc1dba6f6fadb1e0ed","name":"John Bulla","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2020\/06\/logo_wiki_cloud_400x130.png","url":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2020\/06\/logo_wiki_cloud_400x130.png","contentUrl":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2020\/06\/logo_wiki_cloud_400x130.png","width":400,"height":131,"caption":"John Bulla"},"logo":{"@id":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2020\/06\/logo_wiki_cloud_400x130.png"},"sameAs":["https:\/\/wiki-cloud.co"]}]}},"_links":{"self":[{"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/posts\/2329","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/comments?post=2329"}],"version-history":[{"count":30,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/posts\/2329\/revisions"}],"predecessor-version":[{"id":3269,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/posts\/2329\/revisions\/3269"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/media\/2327"}],"wp:attachment":[{"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/media?parent=2329"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/categories?post=2329"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/tags?post=2329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}