{"id":4286,"date":"2019-07-10T09:47:07","date_gmt":"2019-07-10T09:47:07","guid":{"rendered":"https:\/\/lcloud.pl\/?p=4286"},"modified":"2024-12-11T13:37:39","modified_gmt":"2024-12-11T12:37:39","slug":"amazon-aurora-mysql-tips-tricks","status":"publish","type":"post","link":"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/","title":{"rendered":"Amazon Aurora MySQL &#8211; tips &#038; tricks &#8211; best practices during the configuration"},"content":{"rendered":"<h5 style=\"text-align: justify;\"><strong><span style=\"font-size: 22px; color: #199ad8;\">Aurora is a fully managed MySQL compliant database engine. There is also Amazon Aurora PostgreSQL that is compatible with PostgreSQL. MySQL and PostgreSQL combine the speed and reliability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases. At some loads, Aurora can provide up to five times more performance than MySQL and up to three times more than PostgreSQL, without having to make changes to most existing applications.<\/span><\/strong><\/h5>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 20px; color: #979797;\"><span style=\"font-weight: 400;\">Aurora uses distributed, fault-tolerant and self-healing disk space. The basic disk grows automatically as needed &#8211; up to 64 terabytes. Aurora automates and standardizes cluster creation and replication of databases, which are usually among the most difficult aspects of database configuration and administration.<\/span><\/span><\/h6>\n<h6 style=\"text-align: justify;\"><span style=\"color: #676767;\"><strong><span style=\"font-size: 20px;\">The biggest advantages of Aurora are:<\/span><\/strong><\/span><\/h6>\n<ul style=\"text-align: justify;\">\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; font-size: 20px;\"><span style=\"color: #199ad8;\"><strong>high performance<\/strong><\/span> <span style=\"color: #979797;\">&#8211; up to 5 times higher than the reference MySQL. Aurora uses the most advanced technological solutions to ensure that the database engine is able to take full advantage of the available computing, memory and network capabilities.<\/span><\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; font-size: 20px;\"><span style=\"color: #199ad8;\"><strong>automatic disk space scaling<\/strong><\/span> <span style=\"color: #979797;\">&#8211; the service will automatically increase the size of the database volume, as the database&#8217;s demand for data increases.<\/span><\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; font-size: 20px;\"><span style=\"color: #199ad8;\"><strong>Amazon Aurora Serverless<\/strong><\/span> <span style=\"color: #979797;\">is a unique configuration of automatic on-demand scaling for the Amazon Aurora service. During its use, the database will be automatically launched, dumped and will increase or decrease the capacity, depending on the needs of the application.<\/span><\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; font-size: 20px;\"><span style=\"color: #199ad8;\"><strong>resistant to defects and self-healing<\/strong><\/span> <span style=\"color: #979797;\">&#8211; it is resistant to errors. It transparently handles the loss of up to two copies of data, without affecting the availability of records in the database and up to three copies, without affecting read availability.<\/span><\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; font-size: 20px;\"><span style=\"color: #199ad8;\"><strong>highly secure<\/strong><\/span> <span style=\"color: #979797;\">&#8211; Aurora operates in VPC. Thanks to this, it allows you to isolate the database in your own virtual network and connect to the local IT infrastructure using standard, encrypted VPN connections. In addition, integrated with AWS IAM, it provides the ability to control the actions of groups and users. It enables data encryption using AWS KMS. You can also monitor activity by sending control logs to Amazon CloudWatch.<\/span><\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; font-size: 20px;\"><span style=\"color: #199ad8;\"><strong>is great support for migration<\/strong><\/span> <span style=\"color: #979797;\">&#8211; Amazon Aurora combines enterprise-class security, performance, high availability and durability, with low cost and ease of MySQL support. This makes it a good migration goal when moving databases from expensive commercial databases to AWS.<\/span><\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; font-size: 20px;\"><span style=\"color: #199ad8;\"><strong>has a built-in encryption mechanism<\/strong> <\/span><span style=\"color: #979797;\">&#8211; it enables encryption of databases by means of keys that are created and controlled using the AWS key management service (KMS). Data stored at rest as well as snapshots, backups and replicas in the same cluster remain secure. Amazon Aurora uses SSL (AES-256) to secure data in transit.<\/span><\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-size: 20px;\"><span style=\"font-weight: 400;\"><span style=\"color: #199ad8;\"><strong>profitable<\/strong><\/span> <span style=\"color: #979797;\">&#8211; costs are calculated on the basis of the hourly rate for each instance being started. With the end of its use, it can be easily removed. Details available in the<\/span> <span style=\"color: #199ad8;\"><a style=\"color: #199ad8;\" href=\"https:\/\/aws.amazon.com\/rds\/aurora\/pricing\/\">pricing<\/a> <\/span><span style=\"color: #979797;\">and<\/span><span style=\"color: #199ad8;\"> <a style=\"color: #199ad8;\" href=\"https:\/\/aws.amazon.com\/about-aws\/global-infrastructure\/regional-product-services\/\">availability of the service in individual regions.<\/a><\/span><\/span><\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400; font-size: 20px; color: #199ad8;\">Because the Amazon Aurora is no longer a secret, it is worth exploring the knowledge of the best practices associated with it and its configuration.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 20px;\"><span style=\"font-weight: 400;\"><span style=\"color: #676767;\"><em><strong>Firstly<\/strong><\/em><\/span>, <span style=\"color: #979797;\">it&#8217;s worth remembering about the groups of Aurora parameters. There are two types of Aurora MySQL parameter groups: DB parameter groups and DB cluster parameter groups. Some parameters affect the configuration of the entire DB cluster, e.g. the binary log format, the time zone, and default settings of the character set. Others limit their reach to a single DB instance. An important aspect is how the parameters affect the behaviour, stability and functionality of the Aurora cluster, and which affect performance after it has been modified. It should be remembered that both types of parameters are created by default, and some parameters allow modification. To explore the subject, see the following documents:<\/span> <\/span><span style=\"color: #199ad8;\"><a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/AmazonRDS\/latest\/AuroraUserGuide\/USER_WorkingWithParamGroups.html\"><span style=\"font-weight: 400;\">Working with DB Parameter Groups and DB Cluster Parameter Groups<\/span><\/a><\/span><span style=\"font-weight: 400; color: #979797;\"> and <\/span><span style=\"color: #199ad8;\"><a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/AmazonRDS\/latest\/AuroraUserGuide\/AuroraMySQL.Reference.html#AuroraMySQL.Reference.ParameterGroups\"><span style=\"font-weight: 400;\">Aurora MySQL Parameters.\u00a0<\/span><\/a><\/span><\/span><\/h6>\n<h6 style=\"text-align: justify;\"><span style=\"font-weight: 400; font-size: 20px;\"><span style=\"color: #676767;\"><em><strong>Secondly<\/strong><\/em><\/span>, <span style=\"color: #979797;\">before we move to implement the change in production, it is obvious that we need to check them in a test environment. we create a copy of the production environment on a test environment or by creating a snapshot of a production instance. In this way, the configuration will be as close as possible to the production environment. Remember to generate a load for a test instance that will reproduce the production load. We check system performance for key performance indicators, such as processor utilization, number of connections to the database, memory usage, cache hit rates, query speed and delays. Only one parameter should be changed at the same time to ensure its impact on the whole solution. It should be documented which parameter had a negative effect, and in the implementation of which the key performance indicators showed improvement.<\/span><\/span><\/h6>\n<h6 style=\"text-align: justify;\"><span style=\"font-weight: 400; font-size: 20px;\"><span style=\"color: #676767;\"><em><strong>Thirdly<\/strong><\/em><\/span>, <span style=\"color: #979797;\">let&#8217;s remember the default parameter values and their meanings. Some DB instance parameters contain variables or formulas in which the value is specified by constants. Examples are the size of the instance and the size of the memory, the network port for the instance, and the memory allocated. It&#8217;s best to leave them unchanged because they adjust automatically when scaling or shrinking is performed.<\/span><\/span><\/h6>\n<h6 style=\"text-align: justify;\"><span style=\"font-weight: 400; font-size: 20px;\"><span style=\"color: #676767;\"><em><strong>Fourthly<\/strong><\/em><\/span>, <span style=\"color: #979797;\">we pay attention to the symptoms and diagnosis of incorrectly set parameter values. When some parameters are incorrectly configured, they can give symptoms of a lack of memory, which is recorded in the MySQL error log. In this case, the instance goes into a restart state and generates event logs. We can then get the following message:<\/span><\/span><\/h6>\n<pre><span style=\"font-weight: 400; color: #676767;\">2018-12-29 19:05:16 UTC\u00a0 [-]MySQL has been crashing due to incompatible parameters. Please \r\ncheck your memory parameters, in particular the max_connections, innodb_buffer_pool_size, \r\nkey_buffer_size, query_cache_size, tmp_table_size, innodb_additional_mem_pool_size and \r\ninnodb_log_buffer_size. Modify the memory parameter and reboot the instance.<\/span><\/pre>\n<h6 style=\"text-align: justify;\"><span style=\"font-weight: 400; font-size: 20px;\"><span style=\"color: #676767;\"><em><strong>Lastly<\/strong><\/em><\/span> <span style=\"color: #979797;\">&#8211; classification of parameters is important. They can be classified in two ways:<\/span><\/span><\/h6>\n<ul style=\"text-align: justify;\">\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; font-size: 20px; color: #979797;\">Parameters that control the behaviour and functionality of the database, but do not affect resource utilization and instance stability. <\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; font-size: 20px; color: #979797;\">Parameters that can affect performance by managing resource allocation, such as caching and internal memory buffers, instance.<\/span><\/li>\n<\/ul>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 20px; color: #979797;\"><span style=\"font-weight: 400;\">We recommend <strong>Fabio Higa&#8217;s (Database Specialist Technical Account Manager in AWS) <\/strong><\/span><span style=\"color: #199ad8;\"><a style=\"color: #199ad8;\" href=\"https:\/\/aws.amazon.com\/blogs\/database\/best-practices-for-amazon-aurora-mysql-database-configuration\/\"><span style=\"font-weight: 400;\">post<\/span><\/a><\/span><span style=\"font-weight: 400;\">, who lists examples of such parameter classifications and in a very accessible way describes their impact on the database.<\/span><\/span><\/h6>\n<h6 style=\"text-align: justify;\"><span style=\"font-weight: 400; font-size: 20px; color: #676767;\">It is certain that the implementation of solutions based on Amazon Aurora is cost-effective in many aspects. First of all, those related to the optimization of costs, its efficiency and scalability. With regard to best practices related to configuration, an appropriate choice of parameters becomes important. To perform the correct configuration, which translates into measurable performance increase, it is good practice to experiment, establish a baseline and compare the results after making changes. It is worth taking advantage of this scenario and testing all the changes that we want to implement for production. <\/span><\/h6>\n<p style=\"text-align: justify;\">\n","protected":false},"excerpt":{"rendered":"<p>Aurora is a fully managed MySQL compliant database engine. There is also Amazon Aurora PostgreSQL that is compatible with PostgreSQL. MySQL and PostgreSQL combine the speed and reliability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases. At some loads, Aurora can provide up to five times more performance than MySQL [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":10016,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[3],"tags":[30,37,35],"class_list":["post-4286","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-aws-en","tag-cloud","tag-cloud-computing"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Amazon Aurora MySQL - tips &amp; tricks - best practices during the configuration<\/title>\n<meta name=\"description\" content=\"Aurora is a fully managed MySQL compliant database engine that provides cost optimization that translates into measurable performance gains.\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Amazon Aurora MySQL - tips &amp; tricks - best practices during the configuration\" \/>\n<meta property=\"og:description\" content=\"Aurora is a fully managed MySQL compliant database engine that provides cost optimization that translates into measurable performance gains.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/\" \/>\n<meta property=\"og:site_name\" content=\"LCloud\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-10T09:47:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-11T12:37:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lcloud.pl\/wp-content\/uploads\/mini-aurora.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"LCloud\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Amazon Aurora MySQL - tips &amp; tricks - best practices during the configuration\" \/>\n<meta name=\"twitter:description\" content=\"Aurora is a fully managed MySQL compliant database engine that provides cost optimization that translates into measurable performance gains.\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"LCloud\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/\",\"url\":\"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/\",\"name\":\"Amazon Aurora MySQL - tips & tricks - best practices during the configuration\",\"isPartOf\":{\"@id\":\"https:\/\/lcloud.pl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lcloud.pl\/wp-content\/uploads\/Amazon-Aurora-MySQL-\u2013-tips-tricks-\u2013-czyli-najlpsze-praktyki-podczas-konfiguracji-1.jpg\",\"datePublished\":\"2019-07-10T09:47:07+00:00\",\"dateModified\":\"2024-12-11T12:37:39+00:00\",\"author\":{\"@id\":\"https:\/\/lcloud.pl\/#\/schema\/person\/4514b7cb65efcf283a08aebc7269087f\"},\"description\":\"Aurora is a fully managed MySQL compliant database engine that provides cost optimization that translates into measurable performance gains.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/#primaryimage\",\"url\":\"https:\/\/lcloud.pl\/wp-content\/uploads\/Amazon-Aurora-MySQL-\u2013-tips-tricks-\u2013-czyli-najlpsze-praktyki-podczas-konfiguracji-1.jpg\",\"contentUrl\":\"https:\/\/lcloud.pl\/wp-content\/uploads\/Amazon-Aurora-MySQL-\u2013-tips-tricks-\u2013-czyli-najlpsze-praktyki-podczas-konfiguracji-1.jpg\",\"width\":1440,\"height\":274,\"caption\":\"Amazon Aurora MySQL \u2013 tips & tricks \u2013 czyli najlpsze praktyki podczas konfiguracji\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lcloud.pl\/#website\",\"url\":\"https:\/\/lcloud.pl\/\",\"name\":\"LCloud\",\"description\":\"AWS Advanced Consulting Partner | APN Well-Architected Partner\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lcloud.pl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/lcloud.pl\/#\/schema\/person\/4514b7cb65efcf283a08aebc7269087f\",\"name\":\"LCloud\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lcloud.pl\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/61f46c824c899f1219b825e20fe617f3f16e4cd29b62c016d533e3f2b154c604?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/61f46c824c899f1219b825e20fe617f3f16e4cd29b62c016d533e3f2b154c604?s=96&d=mm&r=g\",\"caption\":\"LCloud\"},\"url\":\"https:\/\/lcloud.pl\/en\/author\/developers\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Amazon Aurora MySQL - tips & tricks - best practices during the configuration","description":"Aurora is a fully managed MySQL compliant database engine that provides cost optimization that translates into measurable performance gains.","og_locale":"en_US","og_type":"article","og_title":"Amazon Aurora MySQL - tips & tricks - best practices during the configuration","og_description":"Aurora is a fully managed MySQL compliant database engine that provides cost optimization that translates into measurable performance gains.","og_url":"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/","og_site_name":"LCloud","article_published_time":"2019-07-10T09:47:07+00:00","article_modified_time":"2024-12-11T12:37:39+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/lcloud.pl\/wp-content\/uploads\/mini-aurora.png","type":"image\/png"}],"author":"LCloud","twitter_card":"summary_large_image","twitter_title":"Amazon Aurora MySQL - tips & tricks - best practices during the configuration","twitter_description":"Aurora is a fully managed MySQL compliant database engine that provides cost optimization that translates into measurable performance gains.","twitter_misc":{"Written by":"LCloud","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/","url":"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/","name":"Amazon Aurora MySQL - tips & tricks - best practices during the configuration","isPartOf":{"@id":"https:\/\/lcloud.pl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/#primaryimage"},"image":{"@id":"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/#primaryimage"},"thumbnailUrl":"https:\/\/lcloud.pl\/wp-content\/uploads\/Amazon-Aurora-MySQL-\u2013-tips-tricks-\u2013-czyli-najlpsze-praktyki-podczas-konfiguracji-1.jpg","datePublished":"2019-07-10T09:47:07+00:00","dateModified":"2024-12-11T12:37:39+00:00","author":{"@id":"https:\/\/lcloud.pl\/#\/schema\/person\/4514b7cb65efcf283a08aebc7269087f"},"description":"Aurora is a fully managed MySQL compliant database engine that provides cost optimization that translates into measurable performance gains.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lcloud.pl\/en\/amazon-aurora-mysql-tips-tricks\/#primaryimage","url":"https:\/\/lcloud.pl\/wp-content\/uploads\/Amazon-Aurora-MySQL-\u2013-tips-tricks-\u2013-czyli-najlpsze-praktyki-podczas-konfiguracji-1.jpg","contentUrl":"https:\/\/lcloud.pl\/wp-content\/uploads\/Amazon-Aurora-MySQL-\u2013-tips-tricks-\u2013-czyli-najlpsze-praktyki-podczas-konfiguracji-1.jpg","width":1440,"height":274,"caption":"Amazon Aurora MySQL \u2013 tips & tricks \u2013 czyli najlpsze praktyki podczas konfiguracji"},{"@type":"WebSite","@id":"https:\/\/lcloud.pl\/#website","url":"https:\/\/lcloud.pl\/","name":"LCloud","description":"AWS Advanced Consulting Partner | APN Well-Architected Partner","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lcloud.pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/lcloud.pl\/#\/schema\/person\/4514b7cb65efcf283a08aebc7269087f","name":"LCloud","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lcloud.pl\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/61f46c824c899f1219b825e20fe617f3f16e4cd29b62c016d533e3f2b154c604?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/61f46c824c899f1219b825e20fe617f3f16e4cd29b62c016d533e3f2b154c604?s=96&d=mm&r=g","caption":"LCloud"},"url":"https:\/\/lcloud.pl\/en\/author\/developers\/"}]}},"_links":{"self":[{"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/posts\/4286","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/comments?post=4286"}],"version-history":[{"count":3,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/posts\/4286\/revisions"}],"predecessor-version":[{"id":10018,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/posts\/4286\/revisions\/10018"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/media\/10016"}],"wp:attachment":[{"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/media?parent=4286"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/categories?post=4286"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/tags?post=4286"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}