{"id":15820,"date":"2025-09-30T15:43:45","date_gmt":"2025-09-30T10:13:45","guid":{"rendered":"https:\/\/www.skynats.com\/?p=15820"},"modified":"2025-09-30T15:43:47","modified_gmt":"2025-09-30T10:13:47","slug":"how-to-migrate-an-rds-instance-between-aws-accounts","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/","title":{"rendered":"How to Migrate an RDS Instance Between AWS Accounts"},"content":{"rendered":"\n<p>Sometimes you may need to migrate an RDS instance from one AWS account to another \u2014 for example, when consolidating accounts or setting up environments for a new team. <a href=\"https:\/\/aws.amazon.com\/\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-secondary-color\">AWS <\/mark><\/a>makes this possible through RDS Snapshots. In this blog, we are going to discuss how to migrate an RDS instance from one AWS account to another and the best way to Migrate RDS from one account to another.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-steps-to-migrate-rds-between-aws-accounts\">Steps to Migrate RDS Between AWS Accounts<\/h2>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-1-create-a-snapshot-of-the-source-rds-instance\">1. Create a Snapshot of the Source RDS Instance<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in to the source AWS account.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to the <strong>RDS Dashboard<\/strong> \u2192 <strong>Databases<\/strong>.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select your <strong>RDS instance<\/strong> \u2192 <strong>Actions<\/strong> \u2192 <strong>Take Snapshot<\/strong>.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Give it a name and create the snapshot.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-2-share-the-snapshot-with-the-destination-account\">2. Share the Snapshot With the Destination Account<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once the snapshot status is Available, go to RDS Dashboard \u2192 <strong>Snapshots<\/strong>.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select the snapshot \u2192 <strong>Actions<\/strong> \u2192 <strong>Share Snapshot<\/strong>.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add the <strong>AWS Account ID<\/strong> of the destination account.<\/li>\n<\/ul>\n\n\n\n<p>Note:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Manual snapshots can be shared.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Automated snapshots cannot be shared directly, so always create a manual one.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If the snapshot is encrypted, you must also share the KMS key with the destination account.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-3-copy-the-shared-snapshot-in-the-destination-account\">3. Copy the Shared Snapshot in the Destination Account<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in to the destination AWS account.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to <strong>RDS Dashboard<\/strong> \u2192 <strong>Snapshots<\/strong> \u2192 <strong>Shared With Me<\/strong>.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select the <strong>shared snapshot<\/strong> \u2192 <strong>Actions<\/strong> \u2192 <strong>Copy Snapshot<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p>While copying, you can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Change the region (if needed).<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choose a different storage encryption key.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After copying, the snapshot will appear under Owned by Me.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-4-restore-a-new-rds-instance-from-the-snapshot\">4. Restore a New RDS Instance From the Snapshot<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In the destination account, select the copied snapshot.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click <strong>Actions<\/strong> \u2192 <strong>Restore Snapshot<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p>Choose:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>DB Instance Identifier (new name).<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>DB Instance Class (compute size).<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>VPC, Subnet, and Security Groups.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Launch the instance.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-5-additional-considerations\">5. Additional Considerations<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Parameter Groups &amp; Option Groups<\/strong>: These are not copied automatically. You\u2019ll need to re-create them in the destination account.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Subnet Groups<\/strong>: Create a DB subnet group in the destination if required.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Endpoints<\/strong>: The new RDS will have a new endpoint, so update your applications accordingly.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Performance Insights \/ Monitoring<\/strong>: Reconfigure monitoring and logging as per the new account setup.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\">Conclusion<\/h3>\n\n\n\n<p>Migrating RDS between AWS accounts is straightforward with manual snapshots. Just remember to share both the snapshot and KMS key (if encrypted), then copy and restore it in the destination account. Double-check networking and parameter groups to ensure your database runs smoothly in the new environment.<br>Need expert help to migrate RDS from one account to another? Skynats offers reliable <a href=\"https:\/\/www.skynats.com\/aws-management\/\">AWS Management Services<\/a> and <a href=\"https:\/\/www.skynats.com\/cloud-management\/\">Cloud Support Services<\/a> to make your migration smooth and hassle-free. Contact us today for 24\/7 assistance.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes you may need to migrate an RDS instance from one AWS account to another \u2014 for example, when consolidating accounts or setting up environments for a new team. AWS makes this possible through RDS Snapshots. In this blog, we are going to discuss how to migrate an RDS instance from one AWS account to [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[1126,722,1006,1124,1123],"class_list":["post-15820","post","type-post","status-publish","format-standard","hentry","category-blog","tag-24-7-assistance-2","tag-aws","tag-aws-management-services","tag-cloud-support-services","tag-migrate-rds-instance"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Migrate RDS from One Account to Another | Easy AWS Guide<\/title>\n<meta name=\"description\" content=\"Learn how to migrate RDS from one account to another with ease. Step-by-step guide\u2014start your seamless AWS migration today\" \/>\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.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Migrate an RDS Instance Between AWS Accounts\" \/>\n<meta property=\"og:description\" content=\"Learn how to migrate RDS from one account to another with ease. Step-by-step guide\u2014start your seamless AWS migration today\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-30T10:13:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-30T10:13:47+00:00\" \/>\n<meta name=\"author\" content=\"Sourav AJ\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sourav AJ\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-an-rds-instance-between-aws-accounts\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-an-rds-instance-between-aws-accounts\\\/\"},\"author\":{\"name\":\"Sourav AJ\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/255d12fc66a62db365022ecbb5846276\"},\"headline\":\"How to Migrate an RDS Instance Between AWS Accounts\",\"datePublished\":\"2025-09-30T10:13:45+00:00\",\"dateModified\":\"2025-09-30T10:13:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-an-rds-instance-between-aws-accounts\\\/\"},\"wordCount\":421,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"keywords\":[\"24\\\/7 assistance\",\"aws\",\"AWS Management Services\",\"Cloud Support Services\",\"Migrate RDS Instance\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-an-rds-instance-between-aws-accounts\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-an-rds-instance-between-aws-accounts\\\/\",\"name\":\"Migrate RDS from One Account to Another | Easy AWS Guide\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"datePublished\":\"2025-09-30T10:13:45+00:00\",\"dateModified\":\"2025-09-30T10:13:47+00:00\",\"description\":\"Learn how to migrate RDS from one account to another with ease. Step-by-step guide\u2014start your seamless AWS migration today\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-an-rds-instance-between-aws-accounts\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-an-rds-instance-between-aws-accounts\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-an-rds-instance-between-aws-accounts\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Migrate an RDS Instance Between AWS Accounts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/255d12fc66a62db365022ecbb5846276\",\"name\":\"Sourav AJ\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g\",\"caption\":\"Sourav AJ\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Migrate RDS from One Account to Another | Easy AWS Guide","description":"Learn how to migrate RDS from one account to another with ease. Step-by-step guide\u2014start your seamless AWS migration today","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.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/","og_locale":"en_US","og_type":"article","og_title":"How to Migrate an RDS Instance Between AWS Accounts","og_description":"Learn how to migrate RDS from one account to another with ease. Step-by-step guide\u2014start your seamless AWS migration today","og_url":"https:\/\/www.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2025-09-30T10:13:45+00:00","article_modified_time":"2025-09-30T10:13:47+00:00","author":"Sourav AJ","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Sourav AJ","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/"},"author":{"name":"Sourav AJ","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/255d12fc66a62db365022ecbb5846276"},"headline":"How to Migrate an RDS Instance Between AWS Accounts","datePublished":"2025-09-30T10:13:45+00:00","dateModified":"2025-09-30T10:13:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/"},"wordCount":421,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"keywords":["24\/7 assistance","aws","AWS Management Services","Cloud Support Services","Migrate RDS Instance"],"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/","url":"https:\/\/www.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/","name":"Migrate RDS from One Account to Another | Easy AWS Guide","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"datePublished":"2025-09-30T10:13:45+00:00","dateModified":"2025-09-30T10:13:47+00:00","description":"Learn how to migrate RDS from one account to another with ease. Step-by-step guide\u2014start your seamless AWS migration today","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-an-rds-instance-between-aws-accounts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Migrate an RDS Instance Between AWS Accounts"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/255d12fc66a62db365022ecbb5846276","name":"Sourav AJ","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g","caption":"Sourav AJ"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/15820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=15820"}],"version-history":[{"count":1,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/15820\/revisions"}],"predecessor-version":[{"id":15821,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/15820\/revisions\/15821"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=15820"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=15820"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=15820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}