{"id":1640,"date":"2013-09-30T02:19:12","date_gmt":"2013-09-30T07:19:12","guid":{"rendered":"http:\/\/www.migrate2cloud.com\/blog\/?p=1640"},"modified":"2016-03-21T02:42:12","modified_gmt":"2016-03-21T07:42:12","slug":"web-2-0-application-architecture-template","status":"publish","type":"post","link":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/","title":{"rendered":"Web 2.0 application architecture Template"},"content":{"rendered":"<h4>Application created for a Startup based in Chicago<\/h4>\n<p>The term &#8216;Load Balancer&#8217; is quite self-explanatory, it balances the load on application servers behind it. There can be <em>&#8216;n&#8217;<\/em> number of application servers behind the Load Balancer \u00a0(LB) which would not be directly facing the end users.<\/p>\n<p><!--more--><br \/>\nThe LB balances the load caused by the requests from end users accessing the web application, among different application servers with various scheduling &#8211;\u00a0balancing algorithms. So as the load is balanced among different application servers, the performance of the portal will be far better if the same was served using a single application server. But now if there is only one LB in place, that point makes SPOF (Single Point Of Failure) in the whole architecture. So in-order to overcome this we can have 2 or more LB. But what happens if one LB is facing some issue and is no more capable of handling the requests? In case of 2 LB based deployment architecture this again makes SPOF. In-order to overcome this we can configure &#8216;Automation&#8217; at the LB layer in such a way that when a LB becomes unhealthy it will get replaced with a fresh LB without any manual intervention.<\/p>\n<p style=\"text-align: center;\"><a href=\"http:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2013\/09\/LB-Autoscaling.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1542\" src=\"http:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2013\/09\/LB-Autoscaling.png\" alt=\"load balancer\" width=\"606\" height=\"555\" \/><\/a><\/p>\n<p>For automation we are using &#8220;AutoScaling&#8221; a service offered by AWS(Amazon Web Services) and also the architecture is deployed in AWS. Auto Scaling allows us to scale our Amazon EC2 capacity up or down automatically according to conditions we define. Here we have setup a custom LB in EC2 with an application tend to work as LB. A job is also configured in the same instance in such a way that it uploads the application&#8217;s configuration file to S3 at certain intervals of time. A base AMI with this setup is taken and Autoscaling is configured above this.<\/p>\n<p>Autoscaling is configured in such a way that there will be always &#8216;n&#8217; number of LB instances in the LB layer. As of now we don\u2019t mess with DNS level, as it is maintained with constant values(IP\u2019s). Configuration of Autoscaling includes instance type, security groups, availability zone, key-pair, userdata etc. As autoscaling is configured to always have \u2018n\u2019 number of LB instances, whenever AWS detects that our LB instance is unhealthy it will get terminated and a new LB instance will be launched in it\u2019s place via Autoscaling and the corresponding public IP of the terminated one will get attached and latest configuration on which the LB application was working will get downloaded to the new instance as per the settings made in user-data and starts working on it\u2019s basis. In doing so no change has to be done at DNS level. During this process there won\u2019t be any outage for the portal as other LB\u2019s will be available to serve the end-user requests. Whenever there is a major change at LB application level it is possible to modify Autoscaling configuration accordingly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Application created for a Startup based in Chicago The term &#8216;Load Balancer&#8217; is quite self-explanatory, it balances the load on application servers behind it. There can be &#8216;n&#8217; number of application servers behind the Load Balancer \u00a0(LB) which would not be directly facing the end users.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[34],"tags":[235,221,237,98,239,127,215,243,242,144,137,238,240,44,130,232,236,136,241,126,125,234,233],"class_list":["post-1640","post","type-post","status-publish","format-standard","hentry","category-amazon-ec2","tag-amazon-elastic-compute-cloud","tag-amazon-web-services","tag-application-server","tag-autoscaling","tag-city-chicago","tag-cloud-computing","tag-cloud-infrastructure","tag-company-product","tag-company-amazon-web","tag-company-amazon-com","tag-department-stores-nec","tag-dns","tag-lb","tag-load-balancing","tag-loadbalancer","tag-network-management","tag-single-point-of-failure","tag-technologyinternet","tag-web-application","tag-web-application-architecture","tag-web-based-application","tag-web-hosting","tag-web-services"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Most of the critical web-application&#039;s deployment architecture, does have a LoadBalancer in place. Balancing the load on application servers behind it.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"DevOps Team\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Migrate to Cloud - we make the clouds rain\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Web 2.0 application architecture Template - Migrate to Cloud\" \/>\n\t\t<meta property=\"og:description\" content=\"Most of the critical web-application&#039;s deployment architecture, does have a LoadBalancer in place. Balancing the load on application servers behind it.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-09-30T07:19:12+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-03-21T07:42:12+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Web 2.0 application architecture Template - Migrate to Cloud\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Most of the critical web-application&#039;s deployment architecture, does have a LoadBalancer in place. Balancing the load on application servers behind it.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/web-2-0-application-architecture-template\\\/#blogposting\",\"name\":\"Web 2.0 application architecture Template - Migrate to Cloud\",\"headline\":\"Web 2.0 application architecture Template\",\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/LB-Autoscaling.png\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/web-2-0-application-architecture-template\\\/#articleImage\",\"width\":606,\"height\":555,\"caption\":\"LoadBalancing\"},\"datePublished\":\"2013-09-30T02:19:12-05:00\",\"dateModified\":\"2016-03-21T02:42:12-05:00\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/web-2-0-application-architecture-template\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/web-2-0-application-architecture-template\\\/#webpage\"},\"articleSection\":\"Amazon EC2, Amazon Elastic Compute Cloud, Amazon Web Services, Application server, Autoscaling, City: Chicago, Cloud computing, Cloud infrastructure, Company Product, Company: Amazon Web, Company: Amazon.com, Department Stores - NEC, DNS, LB, load balancing, LoadBalancer, Network management, Single point of failure, Technology\\\/Internet, web application, Web Application Architecture, Web Based Application, Web hosting, Web services\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/web-2-0-application-architecture-template\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/amazon-ec2\\\/#listItem\",\"name\":\"Amazon EC2\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/amazon-ec2\\\/#listItem\",\"position\":2,\"name\":\"Amazon EC2\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/amazon-ec2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/web-2-0-application-architecture-template\\\/#listItem\",\"name\":\"Web 2.0 application architecture Template\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/web-2-0-application-architecture-template\\\/#listItem\",\"position\":3,\"name\":\"Web 2.0 application architecture Template\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/amazon-ec2\\\/#listItem\",\"name\":\"Amazon EC2\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"DevOps Team\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/web-2-0-application-architecture-template\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/20b51e018d8f61e1739f60911fcf45cc9d09284569e448583a87f7fd0ac3d9dc?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"DevOps Team\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/web-2-0-application-architecture-template\\\/#webpage\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/web-2-0-application-architecture-template\\\/\",\"name\":\"Web 2.0 application architecture Template - Migrate to Cloud\",\"description\":\"Most of the critical web-application's deployment architecture, does have a LoadBalancer in place. Balancing the load on application servers behind it.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/web-2-0-application-architecture-template\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2013-09-30T02:19:12-05:00\",\"dateModified\":\"2016-03-21T02:42:12-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Web 2.0 application architecture Template - Migrate to Cloud","description":"Most of the critical web-application's deployment architecture, does have a LoadBalancer in place. Balancing the load on application servers behind it.","canonical_url":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/#blogposting","name":"Web 2.0 application architecture Template - Migrate to Cloud","headline":"Web 2.0 application architecture Template","author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2013\/09\/LB-Autoscaling.png","@id":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/#articleImage","width":606,"height":555,"caption":"LoadBalancing"},"datePublished":"2013-09-30T02:19:12-05:00","dateModified":"2016-03-21T02:42:12-05:00","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/#webpage"},"isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/#webpage"},"articleSection":"Amazon EC2, Amazon Elastic Compute Cloud, Amazon Web Services, Application server, Autoscaling, City: Chicago, Cloud computing, Cloud infrastructure, Company Product, Company: Amazon Web, Company: Amazon.com, Department Stores - NEC, DNS, LB, load balancing, LoadBalancer, Network management, Single point of failure, Technology\/Internet, web application, Web Application Architecture, Web Based Application, Web hosting, Web services"},{"@type":"BreadcrumbList","@id":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.migrate2cloud.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/amazon-ec2\/#listItem","name":"Amazon EC2"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/amazon-ec2\/#listItem","position":2,"name":"Amazon EC2","item":"https:\/\/www.migrate2cloud.com\/blog\/category\/amazon-ec2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/#listItem","name":"Web 2.0 application architecture Template"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/#listItem","position":3,"name":"Web 2.0 application architecture Template","previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/amazon-ec2\/#listItem","name":"Amazon EC2"}}]},{"@type":"Organization","@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization","name":"Migrate to Cloud","description":"we make the clouds rain","url":"https:\/\/www.migrate2cloud.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author","url":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/","name":"DevOps Team","image":{"@type":"ImageObject","@id":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/20b51e018d8f61e1739f60911fcf45cc9d09284569e448583a87f7fd0ac3d9dc?s=96&d=mm&r=g","width":96,"height":96,"caption":"DevOps Team"}},{"@type":"WebPage","@id":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/#webpage","url":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/","name":"Web 2.0 application architecture Template - Migrate to Cloud","description":"Most of the critical web-application's deployment architecture, does have a LoadBalancer in place. Balancing the load on application servers behind it.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/#breadcrumblist"},"author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"datePublished":"2013-09-30T02:19:12-05:00","dateModified":"2016-03-21T02:42:12-05:00"},{"@type":"WebSite","@id":"https:\/\/www.migrate2cloud.com\/blog\/#website","url":"https:\/\/www.migrate2cloud.com\/blog\/","name":"Migrate to Cloud","description":"we make the clouds rain","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Migrate to Cloud - we make the clouds rain","og:type":"article","og:title":"Web 2.0 application architecture Template - Migrate to Cloud","og:description":"Most of the critical web-application's deployment architecture, does have a LoadBalancer in place. Balancing the load on application servers behind it.","og:url":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/","article:published_time":"2013-09-30T07:19:12+00:00","article:modified_time":"2016-03-21T07:42:12+00:00","twitter:card":"summary_large_image","twitter:title":"Web 2.0 application architecture Template - Migrate to Cloud","twitter:description":"Most of the critical web-application's deployment architecture, does have a LoadBalancer in place. Balancing the load on application servers behind it."},"aioseo_meta_data":{"post_id":"1640","title":"","description":"Most of the critical web-application's deployment architecture, does have a LoadBalancer in place. Balancing the load on application servers behind it.","keywords":[{"label":"loadbalancer","value":"loadbalancer"},{"label":"web based application architecture","value":"web based application architecture"},{"label":"web application deployment","value":"web application deployment"},{"label":"web application","value":"web application"}],"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2022-12-27 09:26:05","updated":"2026-07-21 15:32:12","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\/category\/amazon-ec2\/\" title=\"Amazon EC2\">Amazon EC2<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tWeb 2.0 application architecture Template\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.migrate2cloud.com\/blog"},{"label":"Amazon EC2","link":"https:\/\/www.migrate2cloud.com\/blog\/category\/amazon-ec2\/"},{"label":"Web 2.0 application architecture Template","link":"https:\/\/www.migrate2cloud.com\/blog\/web-2-0-application-architecture-template\/"}],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/1640","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/comments?post=1640"}],"version-history":[{"count":29,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/1640\/revisions"}],"predecessor-version":[{"id":1750,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/1640\/revisions\/1750"}],"wp:attachment":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/media?parent=1640"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/categories?post=1640"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/tags?post=1640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}