{"id":5680,"date":"2025-09-19T10:10:35","date_gmt":"2025-09-19T10:10:35","guid":{"rendered":"https:\/\/www.cotocus.com\/blog\/?p=5680"},"modified":"2025-10-10T09:33:06","modified_gmt":"2025-10-10T09:33:06","slug":"how-aws-codedeploy-makes-software-deployment-easier","status":"publish","type":"post","link":"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/","title":{"rendered":"How AWS CodeDeploy Makes Software Deployment Easier"},"content":{"rendered":"\n<p>Deploying software can be tricky and time-consuming if done manually. <strong>AWS CodeDeploy<\/strong> is a service that automates the process of deploying software to different environments like <strong>Amazon EC2<\/strong>, <strong>Lambda<\/strong>, and on-premises servers.<\/p>\n\n\n\n<p>For anyone preparing for the <strong>AWS Certified DevOps Engineer \u2013 Professional<\/strong> exam, understanding <strong>AWS CodeDeploy<\/strong> is very important. In this blog, we\u2019ll explain how <strong>AWS CodeDeploy<\/strong> works, why it\u2019s useful, and how you can use it to make your deployments faster, more reliable, and less prone to errors.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What is AWS CodeDeploy?<\/strong><\/h3>\n\n\n\n<p><strong>AWS CodeDeploy<\/strong> is a fully managed service that automatically handles the deployment of applications to servers or cloud environments. It saves time by ensuring that every deployment is done in the same way, reducing the chance of human errors.<\/p>\n\n\n\n<p>Here\u2019s how it works:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>You prepare the code<\/strong> and send it to <strong>CodeDeploy<\/strong>.<\/li>\n\n\n\n<li><strong>CodeDeploy<\/strong> then <strong>deploys the code<\/strong> to the right place, whether it&#8217;s a server (EC2), Lambda function, or even your on-premises machines.<\/li>\n\n\n\n<li><strong>You can even set up automatic rollbacks<\/strong> if something goes wrong, ensuring your system always stays healthy.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How Does AWS CodeDeploy Work?<\/strong><\/h3>\n\n\n\n<p>Using <strong>AWS CodeDeploy<\/strong> is simple and straightforward. Here\u2019s the process:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Create Your Deployment Application<\/strong>:\n<ul class=\"wp-block-list\">\n<li>You start by creating a new application in <strong>AWS CodeDeploy<\/strong>. This is where you define the environment (like EC2 or Lambda) and the deployment group (target servers).<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Set Up Your Deployment Group<\/strong>:\n<ul class=\"wp-block-list\">\n<li>A <strong>deployment group<\/strong> is a set of servers where you want to deploy your application. You can set up different groups for different environments, like staging and production.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Deploy the Code<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Once the setup is done, you can push the code to <strong>AWS CodeDeploy<\/strong>, which will automatically start the deployment process. This happens without any need for manual intervention.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Monitor the Deployment<\/strong>:\n<ul class=\"wp-block-list\">\n<li>You can check the progress of the deployment in real-time through the AWS Management Console. <strong>AWS CodeDeploy<\/strong> shows you if everything is working fine or if there\u2019s a problem.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Automatic Rollbacks<\/strong>:\n<ul class=\"wp-block-list\">\n<li>If anything goes wrong during deployment, <strong>CodeDeploy<\/strong> can automatically undo the changes and go back to the last working version, making sure your application is never broken.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why is AWS CodeDeploy Important for DevOps?<\/strong><\/h3>\n\n\n\n<p>In <strong>DevOps<\/strong>, speed and reliability are key. <strong>AWS CodeDeploy<\/strong> helps make software deployments quicker and more reliable by automating the process. Here\u2019s how it helps:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Benefit<\/strong><\/th><th><strong>Description<\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>Faster Deployments<\/strong><\/td><td>Automation speeds up the process of deploying code to servers.<\/td><\/tr><tr><td><strong>Consistent Deployments<\/strong><\/td><td>Every deployment happens the same way, reducing the chance of mistakes.<\/td><\/tr><tr><td><strong>Easy Rollbacks<\/strong><\/td><td>If something goes wrong, CodeDeploy automatically rolls back to the previous version.<\/td><\/tr><tr><td><strong>Scalable<\/strong><\/td><td>You can deploy to many servers at once without extra effort.<\/td><\/tr><tr><td><strong>Works with Many AWS Services<\/strong><\/td><td>Integrates well with <strong>CodePipeline<\/strong>, <strong>Lambda<\/strong>, <strong>EC2<\/strong>, and other AWS tools.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>With these benefits, <strong>AWS CodeDeploy<\/strong> ensures that your software updates are deployed quickly, consistently, and without issues.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How to Set Up AWS CodeDeploy<\/strong><\/h3>\n\n\n\n<p>Setting up <strong>AWS CodeDeploy<\/strong> is easy and can be done in just a few steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Create an Application<\/strong>:\n<ul class=\"wp-block-list\">\n<li>First, go to the <strong>AWS Management Console<\/strong> and open <strong>AWS CodeDeploy<\/strong>. Then, create a new application. This is where you define which environment you want to deploy your application to (e.g., EC2 or Lambda).<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Set Up Deployment Groups<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Next, create <strong>deployment groups<\/strong> for the environments you want to deploy to (e.g., production, staging). You can select EC2 instances or Lambda functions as your targets.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Prepare Your Code<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Before deploying, make sure your code is ready. Create an <strong>AppSpec.yml<\/strong> file to specify how your application should be deployed and what should happen at each step.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Deploy the Code<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Once everything is ready, use <strong>AWS CodeDeploy<\/strong> to send your code to the deployment group. <strong>CodeDeploy<\/strong> will handle the rest\u2014deploying, checking for errors, and notifying you if something goes wrong.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Monitor and Troubleshoot<\/strong>:\n<ul class=\"wp-block-list\">\n<li>You can track your deployment\u2019s progress using the <strong>AWS Management Console<\/strong>. If there\u2019s a problem, <strong>CodeDeploy<\/strong> will provide logs so you can quickly troubleshoot.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Best Practices for AWS CodeDeploy<\/strong><\/h3>\n\n\n\n<p>To get the most out of <strong>AWS CodeDeploy<\/strong>, follow these best practices:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Use Blue\/Green Deployments<\/strong>:\n<ul class=\"wp-block-list\">\n<li>A <strong>blue\/green deployment<\/strong> means you deploy your application to a separate environment (the \u201cgreen\u201d environment) and switch traffic from the old (the \u201cblue\u201d) to the new once everything is tested.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Automate with CodePipeline<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>AWS CodeDeploy<\/strong> works best when paired with <strong>AWS CodePipeline<\/strong>. This allows you to automate the whole deployment process, from code commit to production release.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Test Before Production<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Always deploy to a staging environment first and test everything before moving to production. This helps catch issues early.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Set Up Alerts<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Use <strong>Amazon CloudWatch<\/strong> to monitor your deployment and set up alarms for failed deployments, so you can take quick action if needed.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h3>\n\n\n\n<p><strong>AWS CodeDeploy<\/strong> is a powerful tool for automating software deployments. Whether you\u2019re deploying to EC2, Lambda, or even on-premises servers, <strong>CodeDeploy<\/strong> ensures that the process is quick, reliable, and error-free. Mastering <strong>AWS CodeDeploy<\/strong> is a key part of your journey to becoming an <strong>AWS Certified DevOps Engineer \u2013 Professional<\/strong>.<\/p>\n\n\n\n<p>By automating deployments, you\u2019ll reduce the risk of human error, make your software development process more efficient, and speed up your time to market.<\/p>\n\n\n\n<p>To learn more about the <strong>AWS Certified DevOps Engineer \u2013 Professional<\/strong> certification, visit the official page:<br><a href=\"https:\/\/www.devopsschool.com\/certification\/aws-certified-devops-engineer-professional.html\"><strong>AWS Certified DevOps Engineer \u2013 Professional<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Deploying software can be tricky and time-consuming if done manually. AWS CodeDeploy is a service that automates the process of deploying software to different environments <a class=\"mh-excerpt-more\" href=\"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/\" title=\"How AWS CodeDeploy Makes Software Deployment Easier\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":35,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-5680","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How AWS CodeDeploy Makes Software Deployment Easier - Cotocus<\/title>\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.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How AWS CodeDeploy Makes Software Deployment Easier - Cotocus\" \/>\n<meta property=\"og:description\" content=\"Deploying software can be tricky and time-consuming if done manually. AWS CodeDeploy is a service that automates the process of deploying software to different environments [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/\" \/>\n<meta property=\"og:site_name\" content=\"Cotocus\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-19T10:10:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-10T09:33:06+00:00\" \/>\n<meta name=\"author\" content=\"cotocus\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"cotocus\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/\"},\"author\":{\"name\":\"cotocus\",\"@id\":\"https:\/\/www.cotocus.com\/blog\/#\/schema\/person\/b616b618862998130834f482b39c890e\"},\"headline\":\"How AWS CodeDeploy Makes Software Deployment Easier\",\"datePublished\":\"2025-09-19T10:10:35+00:00\",\"dateModified\":\"2025-10-10T09:33:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/\"},\"wordCount\":880,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/\",\"url\":\"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/\",\"name\":\"How AWS CodeDeploy Makes Software Deployment Easier - Cotocus\",\"isPartOf\":{\"@id\":\"https:\/\/www.cotocus.com\/blog\/#website\"},\"datePublished\":\"2025-09-19T10:10:35+00:00\",\"dateModified\":\"2025-10-10T09:33:06+00:00\",\"author\":{\"@id\":\"https:\/\/www.cotocus.com\/blog\/#\/schema\/person\/b616b618862998130834f482b39c890e\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.cotocus.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How AWS CodeDeploy Makes Software Deployment Easier\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.cotocus.com\/blog\/#website\",\"url\":\"https:\/\/www.cotocus.com\/blog\/\",\"name\":\"Cotocus\",\"description\":\"Shaping Tomorrow\u2019s Tech Today\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.cotocus.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.cotocus.com\/blog\/#\/schema\/person\/b616b618862998130834f482b39c890e\",\"name\":\"cotocus\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cotocus.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/dcdf775712d804f21d2b5abdb00e6232594de2d8f3e9aa1dc445f67aa57d3542?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/dcdf775712d804f21d2b5abdb00e6232594de2d8f3e9aa1dc445f67aa57d3542?s=96&d=mm&r=g\",\"caption\":\"cotocus\"},\"url\":\"https:\/\/www.cotocus.com\/blog\/author\/mamali\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How AWS CodeDeploy Makes Software Deployment Easier - Cotocus","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.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/","og_locale":"en_US","og_type":"article","og_title":"How AWS CodeDeploy Makes Software Deployment Easier - Cotocus","og_description":"Deploying software can be tricky and time-consuming if done manually. AWS CodeDeploy is a service that automates the process of deploying software to different environments [...]","og_url":"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/","og_site_name":"Cotocus","article_published_time":"2025-09-19T10:10:35+00:00","article_modified_time":"2025-10-10T09:33:06+00:00","author":"cotocus","twitter_card":"summary_large_image","twitter_misc":{"Written by":"cotocus","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/#article","isPartOf":{"@id":"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/"},"author":{"name":"cotocus","@id":"https:\/\/www.cotocus.com\/blog\/#\/schema\/person\/b616b618862998130834f482b39c890e"},"headline":"How AWS CodeDeploy Makes Software Deployment Easier","datePublished":"2025-09-19T10:10:35+00:00","dateModified":"2025-10-10T09:33:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/"},"wordCount":880,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/","url":"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/","name":"How AWS CodeDeploy Makes Software Deployment Easier - Cotocus","isPartOf":{"@id":"https:\/\/www.cotocus.com\/blog\/#website"},"datePublished":"2025-09-19T10:10:35+00:00","dateModified":"2025-10-10T09:33:06+00:00","author":{"@id":"https:\/\/www.cotocus.com\/blog\/#\/schema\/person\/b616b618862998130834f482b39c890e"},"breadcrumb":{"@id":"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.cotocus.com\/blog\/how-aws-codedeploy-makes-software-deployment-easier\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cotocus.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How AWS CodeDeploy Makes Software Deployment Easier"}]},{"@type":"WebSite","@id":"https:\/\/www.cotocus.com\/blog\/#website","url":"https:\/\/www.cotocus.com\/blog\/","name":"Cotocus","description":"Shaping Tomorrow\u2019s Tech Today","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cotocus.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.cotocus.com\/blog\/#\/schema\/person\/b616b618862998130834f482b39c890e","name":"cotocus","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cotocus.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/dcdf775712d804f21d2b5abdb00e6232594de2d8f3e9aa1dc445f67aa57d3542?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dcdf775712d804f21d2b5abdb00e6232594de2d8f3e9aa1dc445f67aa57d3542?s=96&d=mm&r=g","caption":"cotocus"},"url":"https:\/\/www.cotocus.com\/blog\/author\/mamali\/"}]}},"_links":{"self":[{"href":"https:\/\/www.cotocus.com\/blog\/wp-json\/wp\/v2\/posts\/5680","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cotocus.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cotocus.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cotocus.com\/blog\/wp-json\/wp\/v2\/users\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cotocus.com\/blog\/wp-json\/wp\/v2\/comments?post=5680"}],"version-history":[{"count":2,"href":"https:\/\/www.cotocus.com\/blog\/wp-json\/wp\/v2\/posts\/5680\/revisions"}],"predecessor-version":[{"id":5768,"href":"https:\/\/www.cotocus.com\/blog\/wp-json\/wp\/v2\/posts\/5680\/revisions\/5768"}],"wp:attachment":[{"href":"https:\/\/www.cotocus.com\/blog\/wp-json\/wp\/v2\/media?parent=5680"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cotocus.com\/blog\/wp-json\/wp\/v2\/categories?post=5680"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cotocus.com\/blog\/wp-json\/wp\/v2\/tags?post=5680"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}