{"id":15209,"date":"2014-08-19T15:32:31","date_gmt":"2014-08-19T10:02:31","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=15209"},"modified":"2016-11-29T17:44:23","modified_gmt":"2016-11-29T12:14:23","slug":"change-ssh-key-pair-of-running-ec2-instance","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/","title":{"rendered":"Change ssh key-pair of Running EC2 Instance"},"content":{"rendered":"<p>Sometimes we get the requirement to change the key-pair for some security reasons. In this article, we will be changing the key pair of running EC2 instances.<\/p>\n<h3 style=\"text-align: justify;color: #ff9900\">Steps:<\/h3>\n<p>1. Create a new key pair from AWS Console.<br \/>\n2. Generate Public key from newly created key pair ( Private Key ).<br \/>\n3. Paste the generated public key ( from Step 2 ) in ~\/.ssh\/authorized_keys of Server.<br \/>\n4. Delete the existing key from ~\/.ssh\/authorized_keys of Server<br \/>\n5. Perform ssh using new key.<\/p>\n<p>I have a running EC2 Instance ( Ubuntu 14.04 ) having key-pair &#8220;testing-key&#8221;.<\/p>\n<p><a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/08\/Screenshot-from-2014-08-19-131614.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-15215\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/08\/Screenshot-from-2014-08-19-131614.png\" alt=\"Screenshot from 2014-08-19 13:16:14\" width=\"956\" height=\"56\" \/><\/a><\/p>\n<p>Let&#8217;s change the key<\/p>\n<h4 style=\"text-align: justify;color: #ff9900\">1. Create a new key pair from AWS Console<\/h4>\n<p><a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/08\/Screenshot-from-2014-08-19-140814.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-15213\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/08\/Screenshot-from-2014-08-19-140814.png\" alt=\"Screenshot from 2014-08-19 14:08:14\" width=\"423\" height=\"154\" \/><\/a><\/p>\n<p>This is a private key that you have to download on your local machine.<\/p>\n<h4 style=\"text-align: justify;color: #ff9900\">2. Generate Public Key from Private Key (testing-ssh-key)<\/h4>\n<p>Execute<\/p>\n<p>[js]&quot;$ ssh-keygen -y&quot;[\/js]<\/p>\n<p>and provide the path for private key.<br \/>\nHere &#8220;testing-ssh-key.pem&#8221; is the new private key<\/p>\n<p><a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/08\/Screenshot-from-2014-08-19-145948.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-15221\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/08\/Screenshot-from-2014-08-19-145948.png\" alt=\"Screenshot from 2014-08-19 14:59:48\" width=\"630\" height=\"93\" \/><\/a><\/p>\n<h4 style=\"text-align: justify;color: #ff9900\">3. Append the above generated public key to ~\/.ssh\/authorized_keys<\/h4>\n<h4 style=\"text-align: justify;color: #ff9900\">4. Remove the old key from ~\/.ssh\/authorized_keys ( &#8220;testing-key.pem&#8221; )<\/h4>\n<h4 style=\"text-align: justify;color: #ff9900\">5. Perform ssh using new key<\/h4>\n<p>[js]<br \/>\n$ ssh -i testing-ssh-key.pem ubuntu@X.X.X.X<br \/>\n[\/js]<\/p>\n<p>You can now log in using new key.<\/p>\n<p><a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/08\/Screenshot-from-2014-08-19-142903.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-15211\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/08\/Screenshot-from-2014-08-19-142903.png\" alt=\"Screenshot from 2014-08-19 14:29:03\" width=\"530\" height=\"413\" \/><\/a><\/p>\n<p>Read more about our <a title=\"DevOps AWS\" href=\"https:\/\/2thenew.xyz\/devops-aws\">D<\/a><span><a title=\"DevOps AWS\" href=\"https:\/\/2thenew.xyz\/devops-aws\">evOps AWS<\/a> capabilities.<\/span><\/p>\n<p>Note: This article is not for changing key-pair if it is lost or deleted. Before performing below actions, it is advisable to take the backup of existing EC2 Instance.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes we get the requirement to change the key-pair for some security reasons. In this article, we will be changing the key pair of running EC2 instances. Steps: 1. Create a new key pair from AWS Console. 2. Generate Public key from newly created key pair ( Private Key ). 3. Paste the generated public [&hellip;]<\/p>\n","protected":false},"author":100,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":381,"footnotes":""},"categories":[1174,2348],"tags":[2366,1555,3233,1892,1556,1498,553],"class_list":["post-15209","post","type-post","status-publish","format-standard","hentry","category-aws-2","category-devops-technology","tag-aws-devops","tag-aws-amazon-web-services","tag-cloud-devops","tag-devops","tag-ec2-instance","tag-key-pair","tag-ssh"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"In this article, we will show how to change the key pair of running EC2 instances.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Vikash Jha\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Change ssh key-pair of Running EC2 Instance | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"In this article, we will show how to change the key pair of running EC2 instances.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Change ssh key-pair of Running EC2 Instance | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In this article, we will show how to change the key pair of running EC2 instances.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/change-ssh-key-pair-of-running-ec2-instance\\\/#article\",\"name\":\"Change ssh key-pair of Running EC2 Instance | TO THE NEW Blog\",\"headline\":\"Change ssh key-pair of Running EC2 Instance\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2014\\\/08\\\/Screenshot-from-2014-08-19-131614.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/change-ssh-key-pair-of-running-ec2-instance\\\/#articleImage\"},\"datePublished\":\"2014-08-19T15:32:31+05:30\",\"dateModified\":\"2016-11-29T17:44:23+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":6,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/change-ssh-key-pair-of-running-ec2-instance\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/change-ssh-key-pair-of-running-ec2-instance\\\/#webpage\"},\"articleSection\":\"AWS, DevOps, aws devops, aws. amazon web services, cloud devops, devops, EC2 instance, key pair, ssh\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/change-ssh-key-pair-of-running-ec2-instance\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"name\":\"AWS\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"position\":2,\"name\":\"AWS\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/change-ssh-key-pair-of-running-ec2-instance\\\/#listItem\",\"name\":\"Change ssh key-pair of Running EC2 Instance\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/change-ssh-key-pair-of-running-ec2-instance\\\/#listItem\",\"position\":3,\"name\":\"Change ssh key-pair of Running EC2 Instance\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"name\":\"AWS\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/\",\"name\":\"Vikash Jha\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/change-ssh-key-pair-of-running-ec2-instance\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fa67f119919550cc9af23ac9542eb0ef48d4e69a6ad310fb29f55390d4662b36?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Vikash Jha\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/change-ssh-key-pair-of-running-ec2-instance\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/change-ssh-key-pair-of-running-ec2-instance\\\/\",\"name\":\"Change ssh key-pair of Running EC2 Instance | TO THE NEW Blog\",\"description\":\"In this article, we will show how to change the key pair of running EC2 instances.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/change-ssh-key-pair-of-running-ec2-instance\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"datePublished\":\"2014-08-19T15:32:31+05:30\",\"dateModified\":\"2016-11-29T17:44:23+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Change ssh key-pair of Running EC2 Instance | TO THE NEW Blog","description":"In this article, we will show how to change the key pair of running EC2 instances.","canonical_url":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/#article","name":"Change ssh key-pair of Running EC2 Instance | TO THE NEW Blog","headline":"Change ssh key-pair of Running EC2 Instance","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/vikash-jha\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2014\/08\/Screenshot-from-2014-08-19-131614.png","@id":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/#articleImage"},"datePublished":"2014-08-19T15:32:31+05:30","dateModified":"2016-11-29T17:44:23+05:30","inLanguage":"en-US","commentCount":6,"mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/#webpage"},"articleSection":"AWS, DevOps, aws devops, aws. amazon web services, cloud devops, devops, EC2 instance, key pair, ssh"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/aws-2\/#listItem","name":"AWS"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/aws-2\/#listItem","position":2,"name":"AWS","item":"https:\/\/2thenew.xyz\/blog\/category\/aws-2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/#listItem","name":"Change ssh key-pair of Running EC2 Instance"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/#listItem","position":3,"name":"Change ssh key-pair of Running EC2 Instance","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/aws-2\/#listItem","name":"AWS"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/vikash-jha\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/vikash-jha\/","name":"Vikash Jha","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/fa67f119919550cc9af23ac9542eb0ef48d4e69a6ad310fb29f55390d4662b36?s=96&d=mm&r=g","width":96,"height":96,"caption":"Vikash Jha"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/","name":"Change ssh key-pair of Running EC2 Instance | TO THE NEW Blog","description":"In this article, we will show how to change the key pair of running EC2 instances.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/vikash-jha\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/vikash-jha\/#author"},"datePublished":"2014-08-19T15:32:31+05:30","dateModified":"2016-11-29T17:44:23+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Change ssh key-pair of Running EC2 Instance | TO THE NEW Blog","og:description":"In this article, we will show how to change the key pair of running EC2 instances.","og:url":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Change ssh key-pair of Running EC2 Instance | TO THE NEW Blog","twitter:description":"In this article, we will show how to change the key pair of running EC2 instances.","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"15209","title":null,"description":"In this article, we will show how to change the key pair of running EC2 instances.","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","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":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","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":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"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":"2021-04-29 12:13:59","updated":"2024-02-29 08:25:22","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"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:\/\/2thenew.xyz\/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:\/\/2thenew.xyz\/blog\/category\/aws-2\/\" title=\"AWS\">AWS<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tChange ssh key-pair of Running EC2 Instance\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"AWS","link":"https:\/\/2thenew.xyz\/blog\/category\/aws-2\/"},{"label":"Change ssh key-pair of Running EC2 Instance","link":"https:\/\/2thenew.xyz\/blog\/change-ssh-key-pair-of-running-ec2-instance\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/15209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/100"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=15209"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/15209\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=15209"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=15209"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=15209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}