{"id":8247,"date":"2022-05-12T10:09:49","date_gmt":"2022-05-12T08:09:49","guid":{"rendered":"https:\/\/geko.cloud\/?p=8247"},"modified":"2022-05-12T10:15:04","modified_gmt":"2022-05-12T08:15:04","slug":"cost-control-in-cloud","status":"publish","type":"post","link":"https:\/\/geko.cloud\/en\/cost-control-in-cloud\/","title":{"rendered":"Cost Control in Cloud"},"content":{"rendered":"<p>AWS, Azure, Gcloud, DigitalOcean&#8230; Cloud is being used every day and offers (almost) unlimited capacity&#8230; as long as we pay the bill&#8230; And some time bill can give us some surprises. Cloud providers make it easy to configure instances, database, store data.. But it can be very costly if you don&#8217;t keep an eye on it.<br \/>\nIn this article we&#8217;ll give you some tips and good practices that could be usefull to save money<br \/>\nAs a good start here are some general rules you should follow:<\/p>\n<h2>General rules:<\/h2>\n<ul>\n<li>Configure a main account dedicated to billing, and then configure subaccounts\/projects linking invoice to that account<\/li>\n<li>In each account\/project, configure a budget and an alert if consum exceeds a certain amount (to be defined depending on your usual consume) (<a href=\"https:\/\/docs.aws.amazon.com\/cost-management\/latest\/userguide\/budgets-create.html\" target=\"_blank\" rel=\"noopener\">AWS, <\/a><a href=\"https:\/\/cloud.google.com\/billing\/docs\/how-to\/budgets\" target=\"_blank\" rel=\"noopener\">GCP, <\/a><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/cost-management-billing\/costs\/tutorial-acm-create-budgets\" target=\"_blank\" rel=\"noopener\">Azure<\/a>. This way you&#8217;ll be warned during the month&#8230; and not at the end receiving bill.<\/li>\n<li>\u00a0If your account has several projects\/environments, use labels\/tags to be able to identify each resource.<\/li>\n<li>Export your billing to a database (<a href=\"https:\/\/docs.aws.amazon.com\/cur\/latest\/userguide\/use-athena-cf.html\" target=\"_blank\" rel=\"noopener\">Athena \/<\/a> <a href=\"https:\/\/cloud.google.com\/billing\/docs\/how-to\/export-data-bigquery-setup\" target=\"_blank\" rel=\"noopener\">Bigquery<\/a> ) This has a cost (not really expensive if you don&#8217;t pass your day querying it) but allows you to have much more details in some cases. For instance in this AWS invoice we can see 595$ of datatransfer out without any details.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-8241 aligncenter\" src=\"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/01-Bill-1-1024x110.png\" alt=\"\" width=\"800\" height=\"86\" srcset=\"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/01-Bill-1-1024x110.png 1024w, https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/01-Bill-1-300x32.png 300w, https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/01-Bill-1-768x83.png 768w, https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/01-Bill-1.png 1358w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p style=\"padding-left: 40px;\">\u00a0If you go on Athena, we can see that this is mainly due to a loadbalancer.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-8243 aligncenter\" src=\"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/01-Athena-1-1024x451.png\" alt=\"\" width=\"800\" height=\"352\" srcset=\"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/01-Athena-1-1024x451.png 1024w, https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/01-Athena-1-300x132.png 300w, https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/01-Athena-1-768x339.png 768w, https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/01-Athena-1-1536x677.png 1536w, https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/01-Athena-1.png 1792w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>If we want to save money on that resource, we know where to start.<\/p>\n<p>Finaly review periodically your bills (every 3\/6\/12 months)<\/p>\n<p>&nbsp;<\/p>\n<h2>Bill review:<\/h2>\n<p>One of best automatic tool you could use is CloudCheckr. After configuring an account in your project it gives you instances that are oversized. Bad thing is that:<\/p>\n<ul>\n<li>It&#8217;s done checking CPU but not RAM. One instance with few CPU usage but full of RAM can&#8217;t be resized.<\/li>\n<li>It doesn&#8217;t take into &#8220;auto-scalling&#8221; instances that are up and down automatically<\/li>\n<\/ul>\n<p>So another way is to check bill manually. Go to billing details, and review costs, starting by highest one to lowest. Here are some question you can ask yourself for each service<\/p>\n<p>&nbsp;<\/p>\n<h3>S3:<\/h3>\n<ul>\n<li>Is versioning active and needed? Versioning on a backup&#8217;s bucket can be very costly for instance<\/li>\n<li>All files are regularly accessed? If not you can implement lifecycle to save money in buckets with lots of data<\/li>\n<li>Files can be deleted after xx days? If so you can also implement a lifecycle<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3>Instances:<\/h3>\n<ul>\n<li>Check CPU \/ RAM use in your instances and resize your instances if possible<\/li>\n<li>Is autoscalling correctly configured? You may not need that much instances always up.<\/li>\n<li>Could you stop some instances at night \/ on week ends?<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3>Volums:<\/h3>\n<ul>\n<li>\u00a0Check unmounted volums and delete them if they are useless<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3>Databases:<\/h3>\n<ul>\n<li>Check CPU \/ RAM use and resize them if possible<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3>Load balancer:<\/h3>\n<ul>\n<li>Check if loadbalancers could be group in a single one.<\/li>\n<li>All loadbalancers are usefull? (one loabalancer with a single instance, or returning 200 could be useless)<\/li>\n<\/ul>\n<p>Those are example for some services. Obviously each case is diferent, so if you&#8217;re still lost with all of this, feel free to contact us. We could help you to configure everything.<\/p>\n<p>&nbsp;<\/p>\n<h2>Instance reservation<\/h2>\n<p>Finally, once infrastructure is correctly provisioned (Instances with correct sizing, up\/down xx hours per day) we can reserve instances. In other words you commit to keep instances for a certain time, and eventually paying upfront. In exchange you&#8217;ll have some discounts. The longest we commit and the most we pay upfront&#8230; The most will be our discount.<br \/>\nBut we&#8217;ll see that in an incoming article.<\/p>\n<p>We hope that this article has been useful to you and we are very attentive that soon we will continue publishing more related content.<\/p>\n<p>&nbsp;<\/p>\n<p>From Geko we can adives you to maximize cost savings in your cloud system.<\/p>\n<p>If you would like to get to know us better, check out <a href=\"https:\/\/geko.cloud\/en\/cloud-services\/cloud-management\/\" target=\"_blank\" rel=\"noopener\"><strong>our services<\/strong>.<\/a> Please do not hesitate to<a href=\"https:\/\/geko.cloud\/en\/contact\/\" target=\"_blank\" rel=\"noopener\"><strong> contact us<\/strong><\/a> if you require further information<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AWS, Azure, Gcloud, DigitalOcean&#8230; Cloud is being used every day and offers (almost) unlimited capacity&#8230; as long as we pay the bill&#8230; And some time bill can give us some surprises. Cloud providers make it easy to configure instances, database, store data.. But it can be very costly if you don&#8217;t keep an eye on [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":8256,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[65,66,67],"tags":[148,149],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Cost Control in Cloud - Geko Cloud<\/title>\n<meta name=\"description\" content=\"Cost Control in Cloud. As a good start here are some general rules you should follow:\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cost Control in Cloud - Geko Cloud\" \/>\n<meta property=\"og:description\" content=\"Cost Control in Cloud. As a good start here are some general rules you should follow:\" \/>\n<meta property=\"og:url\" content=\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/\" \/>\n<meta property=\"og:site_name\" content=\"Geko Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-12T08:09:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-12T08:15:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/costes-cloud-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1509\" \/>\n\t<meta property=\"og:image:height\" content=\"846\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Guillaume Brue\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@geko_cloud\" \/>\n<meta name=\"twitter:site\" content=\"@geko_cloud\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/\"},\"author\":{\"name\":\"Guillaume Brue\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/person\/ab5e51c788163900882d0146cf254601\"},\"headline\":\"Cost Control in Cloud\",\"datePublished\":\"2022-05-12T08:09:49+00:00\",\"dateModified\":\"2022-05-12T08:15:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/\"},\"wordCount\":662,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/geko.cloud\/es\/#organization\"},\"image\":{\"@id\":\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/costes-cloud-1.jpg\",\"keywords\":[\"cloud\",\"geko cloud\"],\"articleSection\":[\"Cloud\",\"Geko cloud\",\"Labs\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/\",\"url\":\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/\",\"name\":\"Cost Control in Cloud - Geko Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/geko.cloud\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/costes-cloud-1.jpg\",\"datePublished\":\"2022-05-12T08:09:49+00:00\",\"dateModified\":\"2022-05-12T08:15:04+00:00\",\"description\":\"Cost Control in Cloud. As a good start here are some general rules you should follow:\",\"breadcrumb\":{\"@id\":\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#primaryimage\",\"url\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/costes-cloud-1.jpg\",\"contentUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/costes-cloud-1.jpg\",\"width\":1509,\"height\":846,\"caption\":\"Control de costes en cloud\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/geko.cloud\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cost Control in Cloud\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/geko.cloud\/es\/#website\",\"url\":\"https:\/\/geko.cloud\/es\/\",\"name\":\"Geko Cloud\",\"description\":\"Servicios de consultor\u00eda cloud y devops\",\"publisher\":{\"@id\":\"https:\/\/geko.cloud\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/geko.cloud\/es\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/geko.cloud\/es\/#organization\",\"name\":\"Geko Cloud\",\"url\":\"https:\/\/geko.cloud\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png\",\"contentUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png\",\"width\":1650,\"height\":809,\"caption\":\"Geko Cloud\"},\"image\":{\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/geko_cloud\",\"https:\/\/www.instagram.com\/gekocloud\/\",\"https:\/\/www.linkedin.com\/company\/gekocloud\",\"https:\/\/www.youtube.com\/channel\/UC5EFLCqUM7fEaXSa_0nWowQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/person\/ab5e51c788163900882d0146cf254601\",\"name\":\"Guillaume Brue\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/31ef962a1bfd46a94fa497d6f529d820?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/31ef962a1bfd46a94fa497d6f529d820?s=96&d=mm&r=g\",\"caption\":\"Guillaume Brue\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cost Control in Cloud - Geko Cloud","description":"Cost Control in Cloud. As a good start here are some general rules you should follow:","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/","og_locale":"en_US","og_type":"article","og_title":"Cost Control in Cloud - Geko Cloud","og_description":"Cost Control in Cloud. As a good start here are some general rules you should follow:","og_url":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/","og_site_name":"Geko Cloud","article_published_time":"2022-05-12T08:09:49+00:00","article_modified_time":"2022-05-12T08:15:04+00:00","og_image":[{"width":1509,"height":846,"url":"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/costes-cloud-1.jpg","type":"image\/jpeg"}],"author":"Guillaume Brue","twitter_card":"summary_large_image","twitter_creator":"@geko_cloud","twitter_site":"@geko_cloud","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#article","isPartOf":{"@id":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/"},"author":{"name":"Guillaume Brue","@id":"https:\/\/geko.cloud\/es\/#\/schema\/person\/ab5e51c788163900882d0146cf254601"},"headline":"Cost Control in Cloud","datePublished":"2022-05-12T08:09:49+00:00","dateModified":"2022-05-12T08:15:04+00:00","mainEntityOfPage":{"@id":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/"},"wordCount":662,"commentCount":0,"publisher":{"@id":"https:\/\/geko.cloud\/es\/#organization"},"image":{"@id":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/costes-cloud-1.jpg","keywords":["cloud","geko cloud"],"articleSection":["Cloud","Geko cloud","Labs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/","url":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/","name":"Cost Control in Cloud - Geko Cloud","isPartOf":{"@id":"https:\/\/geko.cloud\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#primaryimage"},"image":{"@id":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/costes-cloud-1.jpg","datePublished":"2022-05-12T08:09:49+00:00","dateModified":"2022-05-12T08:15:04+00:00","description":"Cost Control in Cloud. As a good start here are some general rules you should follow:","breadcrumb":{"@id":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#primaryimage","url":"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/costes-cloud-1.jpg","contentUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/2022\/05\/costes-cloud-1.jpg","width":1509,"height":846,"caption":"Control de costes en cloud"},{"@type":"BreadcrumbList","@id":"https:\/\/geko.cloud\/es\/control-de-costes-en-cloud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/geko.cloud\/en\/"},{"@type":"ListItem","position":2,"name":"Cost Control in Cloud"}]},{"@type":"WebSite","@id":"https:\/\/geko.cloud\/es\/#website","url":"https:\/\/geko.cloud\/es\/","name":"Geko Cloud","description":"Servicios de consultor\u00eda cloud y devops","publisher":{"@id":"https:\/\/geko.cloud\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/geko.cloud\/es\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/geko.cloud\/es\/#organization","name":"Geko Cloud","url":"https:\/\/geko.cloud\/es\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/","url":"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png","contentUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png","width":1650,"height":809,"caption":"Geko Cloud"},"image":{"@id":"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/geko_cloud","https:\/\/www.instagram.com\/gekocloud\/","https:\/\/www.linkedin.com\/company\/gekocloud","https:\/\/www.youtube.com\/channel\/UC5EFLCqUM7fEaXSa_0nWowQ"]},{"@type":"Person","@id":"https:\/\/geko.cloud\/es\/#\/schema\/person\/ab5e51c788163900882d0146cf254601","name":"Guillaume Brue","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/geko.cloud\/es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/31ef962a1bfd46a94fa497d6f529d820?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/31ef962a1bfd46a94fa497d6f529d820?s=96&d=mm&r=g","caption":"Guillaume Brue"}}]}},"_links":{"self":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts\/8247"}],"collection":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/comments?post=8247"}],"version-history":[{"count":8,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts\/8247\/revisions"}],"predecessor-version":[{"id":8336,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts\/8247\/revisions\/8336"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/media\/8256"}],"wp:attachment":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/media?parent=8247"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/categories?post=8247"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/tags?post=8247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}