{"id":50174,"date":"2010-08-05T18:52:01","date_gmt":"2010-08-05T15:52:01","guid":{"rendered":"https:\/\/www.altoros.com\/blog\/?p=50174"},"modified":"2024-09-26T04:58:06","modified_gmt":"2024-09-26T01:58:06","slug":"cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment","status":"publish","type":"post","link":"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/","title":{"rendered":"Amazon EC2: Extremely Scalable Cloud Computing Environment"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_79_2 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#Amazon_EC2_overview\" >Amazon EC2 overview<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#Pros\" >Pros<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#Cons_and_recommended_use\" >Cons and recommended use<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#Further_reading\" >Further reading<\/a><\/li><\/ul><\/nav><\/div>\n<h3><span class=\"ez-toc-section\" id=\"Amazon_EC2_overview\"><\/span>Amazon EC2 overview<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><a href=\"https:\/\/aws.amazon.com\/ec2\/\" rel=\"noopener noreferrer\" target=\"_blank\">Amazon Elastic Compute Cloud<\/a> (EC2) is a part of the Amazon Web Services offering that provides an extremely scalable virtual computing environment. It allows for working with virtual machines and application images based on the Amazon Machine Images technology. Amazon EC2 is basically an Amazon\u2019s own data center, with WS or REST API on top of that it allows users to deploy their images on Amazon\u2019s computers. It also provides various services, such as S3 or SimpleDB, that are available as long as a user runs on their infrastructure (again, as WS or REST APIs). Amazon EC2 provides scalability for Windows Server, Red Hat, OpenSolaris, Fedora, openSUSE, Gentoo, Oracle, Ubuntu Linux, and Debian-based applications.<\/p>\n<p>&nbsp;<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Pros\"><\/span>Pros<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The platform offers the following advantages:<\/p>\n<ul>\n<li style=\"margin-bottom: 6px;\">Amazon EC2 provides flexibility of running in the cloud any application written with any language or framework.<\/li>\n<li style=\"margin-bottom: 6px;\">EC2\u2019s handy pricing models works, touching upon the differences between paying either per hour and purchasing Reserved Instances with a fixed price.<\/li>\n<li style=\"margin-bottom: 6px;\">Among the platform&#8217;s advantages should be mentioned the absence of lock-in (compared to GAE), existence of enterprise-grade services (such as Amazon S3), and its rich third-party management application ecosystem. Finally, how Amazon EC2 embodies traditional cloud computing idea is also among its pros: full freedom and no restrictions to run any application, any language, and any framework or middleware.<\/li>\n<li style=\"margin-bottom: 6px;\">The solution&#8217;s instance is easy to deploy: a user should just select a preconfigured, templated image or create a custom AMI containing applications, libraries, data, and associated configuration settings. Then, s\/he configures security and network access on that instance, chooses which instance type(s) and operating system are required. Finally, a user starts, terminates, and monitors as many instances of an AMI as needed, using the web service APIs or the variety of management tools provided.<\/li>\n<li style=\"margin-bottom: 6px;\">Elasticity and flexibility of Amazon EC2 allows for commissioning a needed number of server instances simultaneously. Since this is controlled with the web service APIs, an application can automatically scale itself up and down depending on its needs.<\/li>\n<li>The payment advantages of the platform: a user will pay only for the resources that are actually consumed, for example, instance hours or data transfer.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Cons_and_recommended_use\"><\/span>Cons and recommended use<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Below, we enlist certain challenges you may face while using Amazon EC2:<\/p>\n<ul>\n<li style=\"margin-bottom: 6px;\">With the SAN (storage area network) facility in the cloud, you have a high chance of latency, so far as network connections are not fast enough to be able to rely on to serve rich media at scale.<\/li>\n<li>Cloud reliance can cause significant problems when downtime and outages are out of your control. At the end of the presentation, the speaker will mention some other cloud provider issues: being less developer-oriented (compared to GAE), takes more time initially to set up, and no free \u201csandboxing.\u201d<\/li>\n<\/ul>\n<p>Amazon EC2 can be implemented by those who need rapid scalability according to changing demands. The speaker will recommend the best practices on using EC2 in conjunction with Amazon Simple Storage Service (S3) and Amazon SimpleDB for secure data storage.<\/p>\n<p>EC2 is a good option for developers who might choose it for CPU-consuming processes or testing, paying less than a dollar for a couple-of-hours use.<\/p>\n<p>&nbsp;<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Further_reading\"><\/span>Further reading<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<ul>\n<li><a href=\"https:\/\/www.altoros.com\/blog\/cloud-platforms-google-app-engine\/\">Cloud Platforms: Google App Engine<\/a><\/li>\n<li><a href=\"https:\/\/www.altoros.com\/blog\/cloud-platforms-enstratus\/\">Cloud Platforms: enStratus<\/a><\/li>\n<li><a href=\"https:\/\/blog.altoros.com\/cloud-platforms-windows-azure%e2%80%94ideal-cloud-architecture-for-net-developers.html\">Cloud Platforms: Windows Azure\u2014Ideal Cloud Architecture for .NET Developers<\/a><\/li>\n<\/ul>\n<hr\/>\n<p><center><small>The post was written by Sergey Bushik and <a href=\"https:\/\/www.altoros.com\/blog\/author\/ekaterina\/\">Katherine Vasilega<\/a>.<\/small><\/center><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Amazon EC2 overview<\/p>\n<p>Amazon Elastic Compute Cloud (EC2) is a part of the Amazon Web Services offering that provides an extremely scalable virtual computing environment. It allows for working with virtual machines and application images based on the Amazon Machine Images technology. Amazon EC2 is basically an Amazon\u2019s own data center, [&#8230;]<\/p>\n","protected":false},"author":91,"featured_media":50183,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":"","_links_to":"","_links_to_target":""},"categories":[214],"tags":[873],"class_list":["post-50174","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-cloud-native"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Amazon EC2: Extremely Scalable Cloud Computing Environment | Altoros<\/title>\n<meta name=\"description\" content=\"This blog post focuses on Amazon Elastic Compute Cloud (EC2), its capabilities, and some challenges a user may encounter.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Amazon EC2: Extremely Scalable Cloud Computing Environment | Altoros\" \/>\n<meta property=\"og:description\" content=\"Amazon EC2 overview Amazon Elastic Compute Cloud (EC2) is a part of the Amazon Web Services offering that provides an extremely scalable virtual computing environment. It allows for working with virtual machines and application images based on the Amazon Machine Images technology. Amazon EC2 is basically an Amazon\u2019s own data center, [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/\" \/>\n<meta property=\"og:site_name\" content=\"Altoros\" \/>\n<meta property=\"article:published_time\" content=\"2010-08-05T15:52:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-26T01:58:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/08\/AWS-Logo.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t<meta property=\"og:image:height\" content=\"360\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/gif\" \/>\n<meta name=\"author\" content=\"Sergey Bushik\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sergey Bushik\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/\",\"url\":\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/\",\"name\":\"Amazon EC2: Extremely Scalable Cloud Computing Environment | Altoros\",\"isPartOf\":{\"@id\":\"https:\/\/www.altoros.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/08\/AWS-Logo.gif\",\"datePublished\":\"2010-08-05T15:52:01+00:00\",\"dateModified\":\"2024-09-26T01:58:06+00:00\",\"author\":{\"@id\":\"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/b1588e029bffc9e82320cb62d5dda0f2\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#primaryimage\",\"url\":\"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/08\/AWS-Logo.gif\",\"contentUrl\":\"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/08\/AWS-Logo.gif\",\"width\":640,\"height\":360},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.altoros.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Amazon EC2: Extremely Scalable Cloud Computing Environment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.altoros.com\/blog\/#website\",\"url\":\"https:\/\/www.altoros.com\/blog\/\",\"name\":\"Altoros\",\"description\":\"Insight\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.altoros.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/b1588e029bffc9e82320cb62d5dda0f2\",\"name\":\"Sergey Bushik\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9ec216a3fe68ed3ae4b784a92bb30921d74cb00f297901c553f9218c78f0c2d5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9ec216a3fe68ed3ae4b784a92bb30921d74cb00f297901c553f9218c78f0c2d5?s=96&d=mm&r=g\",\"caption\":\"Sergey Bushik\"},\"description\":\"Sergey Bushik is an accomplished software engineer with 12+ years of experience in designing and building secure, scalable, and highly performant solutions. He has vast experience in creating multi-tier and multi-layered applications. In addition, Sergey can boast of a solid background in web development. He is a Sun Certified Enterprise Architect, a frequent speaker and participant of international conferences dedicated to big data, as well as an author of several NoSQL\\\\NewSQL benchmarks.\",\"url\":\"https:\/\/www.altoros.com\/blog\/author\/sergey-bushik\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Amazon EC2: Extremely Scalable Cloud Computing Environment | Altoros","description":"This blog post focuses on Amazon Elastic Compute Cloud (EC2), its capabilities, and some challenges a user may encounter.","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:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/","og_locale":"en_US","og_type":"article","og_title":"Amazon EC2: Extremely Scalable Cloud Computing Environment | Altoros","og_description":"Amazon EC2 overview Amazon Elastic Compute Cloud (EC2) is a part of the Amazon Web Services offering that provides an extremely scalable virtual computing environment. It allows for working with virtual machines and application images based on the Amazon Machine Images technology. Amazon EC2 is basically an Amazon\u2019s own data center, [...]","og_url":"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/","og_site_name":"Altoros","article_published_time":"2010-08-05T15:52:01+00:00","article_modified_time":"2024-09-26T01:58:06+00:00","og_image":[{"width":640,"height":360,"url":"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/08\/AWS-Logo.gif","type":"image\/gif"}],"author":"Sergey Bushik","twitter_misc":{"Written by":"Sergey Bushik","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/","url":"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/","name":"Amazon EC2: Extremely Scalable Cloud Computing Environment | Altoros","isPartOf":{"@id":"https:\/\/www.altoros.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#primaryimage"},"image":{"@id":"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#primaryimage"},"thumbnailUrl":"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/08\/AWS-Logo.gif","datePublished":"2010-08-05T15:52:01+00:00","dateModified":"2024-09-26T01:58:06+00:00","author":{"@id":"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/b1588e029bffc9e82320cb62d5dda0f2"},"breadcrumb":{"@id":"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#primaryimage","url":"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/08\/AWS-Logo.gif","contentUrl":"https:\/\/www.altoros.com\/blog\/wp-content\/uploads\/2010\/08\/AWS-Logo.gif","width":640,"height":360},{"@type":"BreadcrumbList","@id":"https:\/\/www.altoros.com\/blog\/cloud-platforms-amazon-ec2-extremely-scalable-cloud-computing-environment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.altoros.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Amazon EC2: Extremely Scalable Cloud Computing Environment"}]},{"@type":"WebSite","@id":"https:\/\/www.altoros.com\/blog\/#website","url":"https:\/\/www.altoros.com\/blog\/","name":"Altoros","description":"Insight","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.altoros.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/b1588e029bffc9e82320cb62d5dda0f2","name":"Sergey Bushik","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.altoros.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9ec216a3fe68ed3ae4b784a92bb30921d74cb00f297901c553f9218c78f0c2d5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9ec216a3fe68ed3ae4b784a92bb30921d74cb00f297901c553f9218c78f0c2d5?s=96&d=mm&r=g","caption":"Sergey Bushik"},"description":"Sergey Bushik is an accomplished software engineer with 12+ years of experience in designing and building secure, scalable, and highly performant solutions. He has vast experience in creating multi-tier and multi-layered applications. In addition, Sergey can boast of a solid background in web development. He is a Sun Certified Enterprise Architect, a frequent speaker and participant of international conferences dedicated to big data, as well as an author of several NoSQL\\NewSQL benchmarks.","url":"https:\/\/www.altoros.com\/blog\/author\/sergey-bushik\/"}]}},"_links":{"self":[{"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/posts\/50174","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/users\/91"}],"replies":[{"embeddable":true,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/comments?post=50174"}],"version-history":[{"count":16,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/posts\/50174\/revisions"}],"predecessor-version":[{"id":67895,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/posts\/50174\/revisions\/67895"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/media\/50183"}],"wp:attachment":[{"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/media?parent=50174"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/categories?post=50174"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.altoros.com\/blog\/wp-json\/wp\/v2\/tags?post=50174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}