{"id":4740,"date":"2023-06-15T10:54:33","date_gmt":"2023-06-15T05:24:33","guid":{"rendered":"https:\/\/www.eternalsoftsolutions.com\/blog\/?p=4740"},"modified":"2026-04-11T02:44:34","modified_gmt":"2026-04-10T21:14:34","slug":"how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application","status":"publish","type":"post","link":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/","title":{"rendered":"How to Create a CloudFormation Template to Deploy a NodeJS Application"},"content":{"rendered":"<p><!-- HowTo Schema injected by SEO automation --><br \/>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"HowTo\",\n  \"name\": \"Create CloudFormation Template for NodeJS\",\n  \"description\": \"Step-by-step guide: Create CloudFormation Template for NodeJS. Expert instructions from Eternal Web Pvt Ltd, AWS Advanced Consulting Partner.\",\n  \"author\": {\n    \"@type\": \"Person\",\n    \"name\": \"Nirav Shah\"\n  },\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Eternal Web Pvt Ltd\",\n    \"url\": \"https:\/\/www.eternalsoftsolutions.com\/\"\n  },\n  \"step\": [\n    {\n      \"@type\": \"HowToStep\",\n      \"position\": 1,\n      \"name\": \"Set up AWS CLI and credentials\",\n      \"text\": \"Set up AWS CLI and credentials\"\n    },\n    {\n      \"@type\": \"HowToStep\",\n      \"position\": 2,\n      \"name\": \"Create CloudFormation YAML template\",\n      \"text\": \"Create CloudFormation YAML template\"\n    },\n    {\n      \"@type\": \"HowToStep\",\n      \"position\": 3,\n      \"name\": \"Define EC2 and IAM resources\",\n      \"text\": \"Define EC2 and IAM resources\"\n    },\n    {\n      \"@type\": \"HowToStep\",\n      \"position\": 4,\n      \"name\": \"Add Node.js installation script\",\n      \"text\": \"Add Node.js installation script\"\n    },\n    {\n      \"@type\": \"HowToStep\",\n      \"position\": 5,\n      \"name\": \"Deploy stack and verify application\",\n      \"text\": \"Deploy stack and verify application\"\n    }\n  ]\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":4791,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-4740","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aws"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v19.6 (Yoast SEO v25.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>CloudFormation Template for NodeJS on AWS EC2 | Complete Guide<\/title>\n<meta name=\"description\" content=\"How to create an AWS CloudFormation template to deploy a NodeJS application on EC2 \u2014 including security groups, parameters, stack creation &amp; validation steps.\" \/>\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.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create a CloudFormation Template to Deploy a NodeJS Application\" \/>\n<meta property=\"og:description\" content=\"How to create an AWS CloudFormation template to deploy a NodeJS application on EC2 \u2014 including security groups, parameters, stack creation &amp; validation steps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/\" \/>\n<meta property=\"og:site_name\" content=\"Eternal Web Pvt Ltd\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/eternalsoftsolutions\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/EternalWebPvtLtd\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-15T05:24:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-10T21:14:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2023\/06\/aws-nodejs.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"360\" \/>\n\t<meta property=\"og:image:height\" content=\"260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Nirav Shah\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@EternalSoft\" \/>\n<meta name=\"twitter:site\" content=\"@eternalsoftsolutions\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nirav Shah\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/\"},\"author\":{\"name\":\"Nirav Shah\",\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/#\/schema\/person\/bd43ac14d2e9276ef3ab45a098d0f250\"},\"headline\":\"How to Create a CloudFormation Template to Deploy a NodeJS Application\",\"datePublished\":\"2023-06-15T05:24:33+00:00\",\"dateModified\":\"2026-04-10T21:14:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/\"},\"wordCount\":11,\"publisher\":{\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2023\/06\/aws-nodejs.webp\",\"articleSection\":[\"AWS\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/\",\"url\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/\",\"name\":\"CloudFormation Template for NodeJS on AWS EC2 | Complete Guide\",\"isPartOf\":{\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2023\/06\/aws-nodejs.webp\",\"datePublished\":\"2023-06-15T05:24:33+00:00\",\"dateModified\":\"2026-04-10T21:14:34+00:00\",\"description\":\"How to create an AWS CloudFormation template to deploy a NodeJS application on EC2 \u2014 including security groups, parameters, stack creation & validation steps.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#primaryimage\",\"url\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2023\/06\/aws-nodejs.webp\",\"contentUrl\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2023\/06\/aws-nodejs.webp\",\"width\":360,\"height\":260,\"caption\":\"aws-nodejs cloud formulation\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create a CloudFormation Template to Deploy a NodeJS Application\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/#website\",\"url\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/\",\"name\":\"Eternal Web Pvt Ltd\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/#organization\",\"name\":\"Eternal Web Pvt Ltd\",\"alternateName\":\"Eternal Web\",\"url\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2020\/05\/blog-logo-image.png\",\"contentUrl\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2020\/05\/blog-logo-image.png\",\"width\":360,\"height\":260,\"caption\":\"Eternal Web Pvt Ltd\"},\"image\":{\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/eternalsoftsolutions\",\"https:\/\/x.com\/eternalsoftsolutions\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/#\/schema\/person\/bd43ac14d2e9276ef3ab45a098d0f250\",\"name\":\"Nirav Shah\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4bf5efd1b095403a75e5a25b49ab47c2?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4bf5efd1b095403a75e5a25b49ab47c2?s=96&r=g\",\"caption\":\"Nirav Shah\"},\"description\":\"Nirav Shah is the Director of Eternal Web Pvt Ltd, an AWS Advanced Consulting Partner and certified Odoo Partner based in the UK. With over a decade of experience in cloud computing, digital transformation, and ERP implementation, Nirav helps enterprises adopt the right technology to solve complex business challenges. He specialises in AWS infrastructure, Odoo ERP, and web development solutions for businesses across the UK and beyond.\",\"sameAs\":[\"https:\/\/www.facebook.com\/EternalWebPvtLtd\/\",\"https:\/\/www.linkedin.com\/company\/eternal-web-private-limited\/\",\"https:\/\/x.com\/EternalSoft\"],\"award\":[\"AWS Advanced Consulting Partner - 2024\",\"Odoo Certified Partner\"],\"knowsAbout\":[\"AWS\",\"Cloud Computing\",\"Odoo ERP\",\"Digital Transformation\",\"Web Development\",\"Cloud Infrastructure\",\"ERP Implementation\"],\"knowsLanguage\":[\"English\"],\"jobTitle\":\"Director\",\"worksFor\":\"Eternal Web Pvt Ltd\",\"url\":\"https:\/\/www.eternalsoftsolutions.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"CloudFormation Template for NodeJS on AWS EC2 | Complete Guide","description":"How to create an AWS CloudFormation template to deploy a NodeJS application on EC2 \u2014 including security groups, parameters, stack creation & validation steps.","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.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/","og_locale":"en_US","og_type":"article","og_title":"How to Create a CloudFormation Template to Deploy a NodeJS Application","og_description":"How to create an AWS CloudFormation template to deploy a NodeJS application on EC2 \u2014 including security groups, parameters, stack creation & validation steps.","og_url":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/","og_site_name":"Eternal Web Pvt Ltd","article_publisher":"https:\/\/www.facebook.com\/eternalsoftsolutions","article_author":"https:\/\/www.facebook.com\/EternalWebPvtLtd\/","article_published_time":"2023-06-15T05:24:33+00:00","article_modified_time":"2026-04-10T21:14:34+00:00","og_image":[{"width":360,"height":260,"url":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2023\/06\/aws-nodejs.webp","type":"image\/webp"}],"author":"Nirav Shah","twitter_card":"summary_large_image","twitter_creator":"@EternalSoft","twitter_site":"@eternalsoftsolutions","twitter_misc":{"Written by":"Nirav Shah","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#article","isPartOf":{"@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/"},"author":{"name":"Nirav Shah","@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/#\/schema\/person\/bd43ac14d2e9276ef3ab45a098d0f250"},"headline":"How to Create a CloudFormation Template to Deploy a NodeJS Application","datePublished":"2023-06-15T05:24:33+00:00","dateModified":"2026-04-10T21:14:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/"},"wordCount":11,"publisher":{"@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#primaryimage"},"thumbnailUrl":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2023\/06\/aws-nodejs.webp","articleSection":["AWS"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/","url":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/","name":"CloudFormation Template for NodeJS on AWS EC2 | Complete Guide","isPartOf":{"@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#primaryimage"},"image":{"@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#primaryimage"},"thumbnailUrl":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2023\/06\/aws-nodejs.webp","datePublished":"2023-06-15T05:24:33+00:00","dateModified":"2026-04-10T21:14:34+00:00","description":"How to create an AWS CloudFormation template to deploy a NodeJS application on EC2 \u2014 including security groups, parameters, stack creation & validation steps.","breadcrumb":{"@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#primaryimage","url":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2023\/06\/aws-nodejs.webp","contentUrl":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2023\/06\/aws-nodejs.webp","width":360,"height":260,"caption":"aws-nodejs cloud formulation"},{"@type":"BreadcrumbList","@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/how-to-create-a-cloudformation-template-to-deploy-a-nodejs-application\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.eternalsoftsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Create a CloudFormation Template to Deploy a NodeJS Application"}]},{"@type":"WebSite","@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/#website","url":"https:\/\/www.eternalsoftsolutions.com\/blog\/","name":"Eternal Web Pvt Ltd","description":"","publisher":{"@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.eternalsoftsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/#organization","name":"Eternal Web Pvt Ltd","alternateName":"Eternal Web","url":"https:\/\/www.eternalsoftsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2020\/05\/blog-logo-image.png","contentUrl":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-content\/uploads\/2020\/05\/blog-logo-image.png","width":360,"height":260,"caption":"Eternal Web Pvt Ltd"},"image":{"@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/eternalsoftsolutions","https:\/\/x.com\/eternalsoftsolutions"]},{"@type":"Person","@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/#\/schema\/person\/bd43ac14d2e9276ef3ab45a098d0f250","name":"Nirav Shah","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.eternalsoftsolutions.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4bf5efd1b095403a75e5a25b49ab47c2?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4bf5efd1b095403a75e5a25b49ab47c2?s=96&r=g","caption":"Nirav Shah"},"description":"Nirav Shah is the Director of Eternal Web Pvt Ltd, an AWS Advanced Consulting Partner and certified Odoo Partner based in the UK. With over a decade of experience in cloud computing, digital transformation, and ERP implementation, Nirav helps enterprises adopt the right technology to solve complex business challenges. He specialises in AWS infrastructure, Odoo ERP, and web development solutions for businesses across the UK and beyond.","sameAs":["https:\/\/www.facebook.com\/EternalWebPvtLtd\/","https:\/\/www.linkedin.com\/company\/eternal-web-private-limited\/","https:\/\/x.com\/EternalSoft"],"award":["AWS Advanced Consulting Partner - 2024","Odoo Certified Partner"],"knowsAbout":["AWS","Cloud Computing","Odoo ERP","Digital Transformation","Web Development","Cloud Infrastructure","ERP Implementation"],"knowsLanguage":["English"],"jobTitle":"Director","worksFor":"Eternal Web Pvt Ltd","url":"https:\/\/www.eternalsoftsolutions.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/4740","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=4740"}],"version-history":[{"count":52,"href":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/4740\/revisions"}],"predecessor-version":[{"id":6821,"href":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/4740\/revisions\/6821"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-json\/wp\/v2\/media\/4791"}],"wp:attachment":[{"href":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=4740"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=4740"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.eternalsoftsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=4740"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}