{"id":18732,"date":"2021-07-26T17:00:00","date_gmt":"2021-07-26T11:30:00","guid":{"rendered":"https:\/\/www.testpreptraining.com\/blog\/?p=18732"},"modified":"2021-07-26T18:57:31","modified_gmt":"2021-07-26T13:27:31","slug":"what-is-aws-command-line-interface-cli","status":"publish","type":"post","link":"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/","title":{"rendered":"What is AWS Command Line Interface (CLI)?"},"content":{"rendered":"\n<p>We all know that associations are expanding their foundation footprints in the Cloud. Amazon Web Services or AWS is a leader amongst other cloud providers.<\/p>\n\n\n\n<p>AWS generally gives two ways of infrastructure configurations:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>AWS Command Line Interface:<\/strong>&nbsp;Generally, the script gives the flexibility to handle various AWS sources, infrastructures effectively. For instance, we can practice the script to deploy various resources without the requirement to go through a whole configuration wizard every time.<\/li><li><strong>Using the AWS web console:<\/strong>&nbsp;AWS web console is a graphical technique to connect to many AWS resources, their modification, configuration, etc. It is very easy to use and does not need knowledge of scripting. <\/li><\/ul>\n\n\n\n<p>Let us get begin and get an overview of AWS Command Line Interface, also known as the AWS CLI and its configuration steps.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AWS Command Line Interface (CLI): An Overview<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.testpreptraining.ai\/blog\/wp-content\/uploads\/2021\/07\/1200px-Amazon_Web_Services_Logo.svg-1024x613.png\" alt=\"AWS\" class=\"wp-image-18752\" width=\"140\" height=\"84\" srcset=\"https:\/\/www.testpreptraining.ai\/blog\/wp-content\/uploads\/2021\/07\/1200px-Amazon_Web_Services_Logo.svg-1024x613.png 1024w, https:\/\/www.testpreptraining.ai\/blog\/wp-content\/uploads\/2021\/07\/1200px-Amazon_Web_Services_Logo.svg-300x180.png 300w, https:\/\/www.testpreptraining.ai\/blog\/wp-content\/uploads\/2021\/07\/1200px-Amazon_Web_Services_Logo.svg.png 1200w\" sizes=\"(max-width: 140px) 100vw, 140px\" \/><figcaption>Source: AWS<\/figcaption><\/figure><\/div>\n\n\n\n<p>The <a href=\"https:\/\/aws.amazon.com\/cli\/\" target=\"_blank\" rel=\"noreferrer noopener\">AWS Command Line Interface<\/a> is an associated tool to maintain the AWS services. With just one device to download and configure, one can manage various AWS services from the command list and automate them by scripts.<\/p>\n\n\n\n<p>With minimum configuration, the AWS CLI allows you to begin operating commands that perform functionality equivalent to that presented by the browser-based AWS Management Console from the command prompt in the terminal program:<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Shells <\/strong><\/h5>\n\n\n\n<p>If we dive from CLI into the lower part of an (OS) operating system, we will get the shell. Shell is a user interface capable of treating all instructions typed on CLI. It understands and interprets the commands and directs the operating system to complete tasks as demanded. Further, use standard shell programs like zsh, bash, and tcsh to control commands in Linux or macOS.<\/p>\n\n\n\n<p>Aws-shell is a command-line shell application that gives comfort and productivity characteristics to assist both new and exceptional users of the AWS CLI. Key features comprise the following.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Fuzzy auto-completion <\/li><li>Dynamic in-line documentation<\/li><li>Execution of OS shell commands<\/li><li>Export executed commands to a text editor<\/li><\/ul>\n\n\n\n<p>In practice, there are various things that shell can practice, such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Operating with files and records<\/li><li>Availability and closing a program<\/li><li>Accomplishing computer methods<\/li><li>Conducting repetitive duties<\/li><\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Windows Shell<\/strong><\/h5>\n\n\n\n<p>The default shell in the Windows is the Command Prompt or CMD.exe. In particular, Microsoft has employed the Command Prompt considering the old days, where MS-DOS was the principal (OS) operating system.<\/p>\n\n\n\n<p>To start the Command Prompt, one can snap:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Start -&gt; All Programs -&gt; Accessories -&gt; Command Prompt. <\/li><li>Or, you can directly clasp Windows+R, then type CMD, and click enter.<\/li><\/ul>\n\n\n\n<p>The Command Prompt is robust that it can maintain various things within the&nbsp;Windows (OS)&nbsp;operating system:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Modifying listing directories, directories, content, etc<\/li><li>Managing networking like representing IP networks settings<\/li><li>Maintaining files like moving, renaming, etc<\/li><li>Handling media like renaming and formatting volumes<\/li><\/ul>\n\n\n\n<p>Now, let us understand how to utilize some syntax in the command prompt:<\/p>\n\n\n\n<p><strong>Changing directory<\/strong><br>To operate to a particular directory or envelope in the command prompt, practice CD [path]. Make certain that you combine space before the expected path. For instance: CD C:\\Program Files<br><strong>Renaming a file<\/strong><br>To rename a folder within a particular folder, practice REN [drive:][path] [source] [target].If you specify the location, that indicates the renamed file will be stored in the identical folder. For instance: REN d:untitled.txt untitled1.txt<br><strong>Deleting a file<\/strong><br>To remove a file in the command prompt utilize DEL [filename]. If you need to add the choices like force deletion, you can add them before the file title. For instance: DEL \/F untitled.txt<br><strong>Renaming a Volume Disk<\/strong><br>To update the name of a particular volume disk, utilize LABEL [drive:][new volume name]. Put in mind that you can utilize up to 32 figures on the NTFS volume and 11 on FAT volume. For instance: D:\\ &gt; LABEL d:MyData.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Bash<\/strong><\/h5>\n\n\n\n<p>Bash or we can say Bourne Again SHell was produced by the Free Software Foundation. Also, it is a kind of shell practiced in MacOS and various Linux distributions. Nevertheless, you can likewise authenticate bash Linux on Windows 10. In Linux, Bash shell is one of the various shells the Linux users can practice. The different types are Ksh shell, Tchs shell, and Zsh shell.<\/p>\n\n\n\n<p>While, in MacOS, the presentation is&nbsp;the Terminal.app. To operate this program, go to&nbsp;Application&nbsp;-&gt;&nbsp;Utilities&nbsp;-&gt;&nbsp;Terminal. Or, one can easily type&nbsp;a terminal&nbsp;utilizing Spotlight search. Once the terminal\u2019s open, you can begin transcribing a command. Essentially, most commands include&nbsp;the argument, the command itself, and the option.<\/p>\n\n\n\n<p>While there are various commands one can utilize with Command Line Interface, they all fall into&nbsp;2 categories:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>The commands that&nbsp;manage the methods<\/li><li>The commands that&nbsp;manage the files<\/li><\/ul>\n\n\n\n<p>All (infrastructure as a service) IaaS AWS management, administration, and roles in the AWS Management Console are available in the AWS CLI and AWS API. New AWS IaaS (infrastructure as a service) features and services give complete AWS Management Console functionality by the API and CLI at launch or inside 180 days of launch.<\/p>\n\n\n\n<p>The AWS CLI gives direct passage to the public APIs of AWS assistance. We can seek a service&#8217;s abilities with the AWS CLI, and generate shell scripts to maintain our resources. In extension, to the low-level, API-equivalent commands, various AWS services give customizations for the AWS Command Line Interface. Customizations can involve higher-level instructions that explain utilizing a service with a complicated API.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Install AWS CLI on Windows operating system<\/strong><\/h4>\n\n\n\n<p>One can install the AWS Command Line Interface on Windows utilizing a standalone installer and also a PIP package manager for Python. It is a comfortable way to exercise an MSI installation combination for its connection without installing any supplementary prerequisites.<\/p>\n\n\n\n<p>AWS CLI version 2 is the very latest version of it and maintains all characteristics of AWS. We can additionally install and use version 1, but it is currently accessible to give backward compatibility. Nevertheless, you must have either version 1 or 2 installed in the system. Also, we can install Command Line Interface version 2 on OS Windows XP or later. It is also obtainable only in 64-bit format. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>AWS CLI versions<\/strong><\/h4>\n\n\n\n<p>The <a href=\"https:\/\/docs.aws.amazon.com\/cli\/latest\/userguide\/cli-chap-welcome.html\" target=\"_blank\" rel=\"noreferrer noopener\">AWS Command Line Interface<\/a> is obtainable in 2 versions:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Version 2.x <\/strong>\u2013 The current, commonly accessible release of the AWS CLI that is used in the production environments.<\/li><li><strong>Version 1.x \u2013<\/strong> The ere version of the AWS Command Line Interface that is accessible for backward compatibility.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Why Would We use CLI over GUI?<\/strong><\/h4>\n\n\n\n<p>The GUI was generated within the OS (operating system) as soon as the mouse became a new input device to work the computer. Here, we at Testpreptraining would like to strike some causes of why you would practice CLI over GUI. <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Less Resource<\/strong>&#8211; The text-based program requires very few resources of your computer. This intends that with CLI you can do related tasks with the merest resources.<\/li><li><strong>High Precision<\/strong>&#8211; One can utilize a particular command to target particular destinations with comfort. As long as you don\u2019t transcribe the incorrect command, it will work like a magic. Once you receive the basics, drafting syntax is not as difficult as you might think.<\/li><li><strong>Repetitive Tasks Friendly<\/strong>&#8211; GUI has grown well over the ages. But, the operating system may not provide all the menus and buttons to complete all tasks. One of the causes is safety. This overwhelmed you if you have to do repeated tasks. For instance, when you have to manage numbers of files within a folder, CLI allows you to utilize a single command to do automate the repetition quickly.<\/li><li><strong>Powerful<\/strong>&#8211; Most operating systems today prevent you from messing up the system\u2019s core process. Windows has system protection and MacOS has SIP (System Integrity Protection). You won\u2019t be able to perform certain tasks which are system protected. However, with CLI, you will have full control over your system.<\/li><\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>To Conclude!<\/strong><\/h5>\n\n\n\n<p>The most operating system still gives CLI with GUI shows that CLI is essential. Also, practicing CLI provides more emphatic points than GUI because:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>It requires fewer resources<\/li><li>Also, guarantees high precision<\/li><li>It manages repetitive tasks efficiently <\/li><\/ul>\n\n\n\n<p>We at Testpreptraining hope that this article helped you to understand all aspects of the AWS Command Line Interface (CLI). Stay safe and keep reading!<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Learn and prepare with <a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/aws-certified-database-specialty\/\" target=\"_blank\" rel=\"noreferrer noopener\">AWS Certified Database Specialty Online Tutorial<\/a><\/strong><\/h4>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2021\/05\/WhatsApp-Image-2021-05-22-at-1.57.15-PM.jpeg\" alt=\"DBS-C01 Interview Questions\"\/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Wish to prepare for the exam interview?<\/strong>&nbsp;<strong>Check out the&nbsp;<a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/dbs-c01-interview-questions\/\" target=\"_blank\" rel=\"noreferrer noopener\">DBS-C01 Interview Questions<\/a>.<\/strong><\/h4>\n","protected":false},"excerpt":{"rendered":"<p>We all know that associations are expanding their foundation footprints in the Cloud. Amazon Web Services or AWS is a leader amongst other cloud providers. AWS generally gives two ways of infrastructure configurations: AWS Command Line Interface:&nbsp;Generally, the script gives the flexibility to handle various AWS sources, infrastructures effectively. For instance, we can practice the&#8230;<\/p>\n","protected":false},"author":1,"featured_media":19136,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[7,3063,3064,3062],"class_list":["post-18732","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aws","tag-aws","tag-aws-command-line-interface-cli","tag-cli","tag-what-is-aws-command-line-interface-cli"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is AWS Command Line Interface (CLI)? - Blog<\/title>\n<meta name=\"description\" content=\"Gather the knowledge about the AWS Command Line Interface (CLI) with Testpreptraining! Try free practice test NOW! Click Here!\" \/>\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.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is AWS Command Line Interface (CLI)? - Blog\" \/>\n<meta property=\"og:description\" content=\"Gather the knowledge about the AWS Command Line Interface (CLI) with Testpreptraining! Try free practice test NOW! Click Here!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-26T11:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-26T13:27:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.testpreptraining.ai\/blog\/wp-content\/uploads\/2021\/07\/AWS-Command-Line-Interface-CLI.png\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"TestPrepTraining\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TestPrepTraining\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/\",\"name\":\"What is AWS Command Line Interface (CLI)? - Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/#website\"},\"datePublished\":\"2021-07-26T11:30:00+00:00\",\"dateModified\":\"2021-07-26T13:27:31+00:00\",\"author\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/b46daaf932dbfb07cbe7db807006780c\"},\"description\":\"Gather the knowledge about the AWS Command Line Interface (CLI) with Testpreptraining! Try free practice test NOW! Click Here!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is AWS Command Line Interface (CLI)?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/#website\",\"url\":\"https:\/\/www.testpreptraining.ai\/blog\/\",\"name\":\"Learning Resources\",\"description\":\"Testprep Training Blogs\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.testpreptraining.ai\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/b46daaf932dbfb07cbe7db807006780c\",\"name\":\"TestPrepTraining\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4cd4f7acc79865d9ba457114e386c039833599aae3707598a92eda256c6a5278?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4cd4f7acc79865d9ba457114e386c039833599aae3707598a92eda256c6a5278?s=96&d=mm&r=g\",\"caption\":\"TestPrepTraining\"},\"description\":\"Testprep Training offers a wide range of practice exams and online courses for Professional certification exam curated by field experts and working professionals. Evaluate your skills and build confidence to appear for the exam.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is AWS Command Line Interface (CLI)? - Blog","description":"Gather the knowledge about the AWS Command Line Interface (CLI) with Testpreptraining! Try free practice test NOW! Click Here!","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.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/","og_locale":"en_US","og_type":"article","og_title":"What is AWS Command Line Interface (CLI)? - Blog","og_description":"Gather the knowledge about the AWS Command Line Interface (CLI) with Testpreptraining! Try free practice test NOW! Click Here!","og_url":"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/","og_site_name":"Blog","article_published_time":"2021-07-26T11:30:00+00:00","article_modified_time":"2021-07-26T13:27:31+00:00","og_image":[{"width":750,"height":400,"url":"https:\/\/www.testpreptraining.ai\/blog\/wp-content\/uploads\/2021\/07\/AWS-Command-Line-Interface-CLI.png","type":"image\/png"}],"author":"TestPrepTraining","twitter_card":"summary_large_image","twitter_misc":{"Written by":"TestPrepTraining","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/","url":"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/","name":"What is AWS Command Line Interface (CLI)? - Blog","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/blog\/#website"},"datePublished":"2021-07-26T11:30:00+00:00","dateModified":"2021-07-26T13:27:31+00:00","author":{"@id":"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/b46daaf932dbfb07cbe7db807006780c"},"description":"Gather the knowledge about the AWS Command Line Interface (CLI) with Testpreptraining! Try free practice test NOW! Click Here!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/blog\/what-is-aws-command-line-interface-cli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"What is AWS Command Line Interface (CLI)?"}]},{"@type":"WebSite","@id":"https:\/\/www.testpreptraining.ai\/blog\/#website","url":"https:\/\/www.testpreptraining.ai\/blog\/","name":"Learning Resources","description":"Testprep Training Blogs","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.testpreptraining.ai\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/b46daaf932dbfb07cbe7db807006780c","name":"TestPrepTraining","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4cd4f7acc79865d9ba457114e386c039833599aae3707598a92eda256c6a5278?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4cd4f7acc79865d9ba457114e386c039833599aae3707598a92eda256c6a5278?s=96&d=mm&r=g","caption":"TestPrepTraining"},"description":"Testprep Training offers a wide range of practice exams and online courses for Professional certification exam curated by field experts and working professionals. Evaluate your skills and build confidence to appear for the exam."}]}},"_links":{"self":[{"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/posts\/18732","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/comments?post=18732"}],"version-history":[{"count":11,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/posts\/18732\/revisions"}],"predecessor-version":[{"id":19130,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/posts\/18732\/revisions\/19130"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/media\/19136"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/media?parent=18732"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/categories?post=18732"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/tags?post=18732"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}