{"id":13934,"date":"2024-06-05T00:31:30","date_gmt":"2024-06-04T21:31:30","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=13934"},"modified":"2024-06-05T00:31:31","modified_gmt":"2024-06-04T21:31:31","slug":"how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/","title":{"rendered":"How to Install AWS CLI on Ubuntu 24.04 Noble Numbat"},"content":{"rendered":"\n

The AWS Command Line Interface (CLI) is a powerful tool that enables you to manage your AWS services directly from the terminal. Whether you’re automating workflows or managing resources on the go, the AWS CLI can streamline your operations. In this guide, we’ll walk you through the steps to install the AWS CLI on Ubuntu 24.04 Noble Numbat.<\/p>\n\n\n\n

Prerequisites<\/h2>\n\n\n\n

Before we start, ensure you have the following:<\/p>\n\n\n\n

    \n
  1. A fresh installation of Ubuntu<\/a> 24.04 Noble Numbat.<\/li>\n\n\n\n
  2. A user account with sudo privileges.<\/li>\n\n\n\n
  3. Basic knowledge of using the terminal.<\/li>\n<\/ol>\n\n\n\n

    Step 1: Update Your System<\/h2>\n\n\n\n

    First, make sure your system is up-to-date by running the following commands:<\/p>\n\n\n\n

    $ sudo apt update\n$ sudo apt upgrade -y<\/code><\/pre>\n\n\n\n

    Step 2: Install Dependencies<\/h2>\n\n\n\n

    The AWS CLI requires Python<\/a> and pip<\/code> (Python’s package installer). Install these dependencies if they are not already installed:<\/p>\n\n\n\n

    $ sudo apt install python3 python3-pip -y<\/code><\/pre>\n\n\n\n

    Step 3: Install the AWS CLI<\/h2>\n\n\n\n

    With pip<\/code> installed, you can now install the AWS CLI using the following command:<\/p>\n\n\n\n

    $ pip3 install awscli --upgrade --user<\/code><\/pre>\n\n\n\n

    The --upgrade<\/code> option ensures that any existing versions of AWS CLI are upgraded to the latest version, and the --user<\/code> option installs the AWS CLI for your user without requiring sudo.<\/p>\n\n\n\n

    Step 4: Add AWS CLI to Your PATH<\/h2>\n\n\n\n

    To ensure that the AWS CLI can be accessed from any terminal session, you need to add it to your PATH. Add the following line to your ~\/.bashrc<\/code> file:<\/p>\n\n\n\n

    $ echo 'export PATH=$HOME\/.local\/bin:$PATH' >> ~\/.bashrc<\/code><\/pre>\n\n\n\n

    Then, reload your ~\/.bashrc<\/code> file to apply the changes:<\/p>\n\n\n\n

    $ source ~\/.bashrc<\/code><\/pre>\n\n\n\n

    Step 5: Verify the Installation<\/h2>\n\n\n\n

    To verify that the AWS CLI is installed correctly, check its version by running:<\/p>\n\n\n\n

    $ aws --version<\/code><\/pre>\n\n\n\n

    You should see output similar to:<\/p>\n\n\n\n

    aws-cli\/2.7.18 Python\/3.10.4 Linux\/5.15.0-58-generic botocore\/2.4.8<\/code><\/pre>\n\n\n\n

    The exact version numbers may vary, but as long as you see similar output, the installation was successful.<\/p>\n\n\n\n

    Step 6: Configure the AWS CLI<\/h2>\n\n\n\n

    Before you can start using the AWS CLI, you need to configure it with your AWS credentials. Run the following command to start the configuration process:<\/p>\n\n\n\n

    $ aws configure<\/code><\/pre>\n\n\n\n

    You’ll be prompted to enter your AWS Access Key ID, Secret Access Key, region, and output format:<\/p>\n\n\n\n

    AWS Access Key ID [None]: YOUR_ACCESS_KEY_ID\nAWS Secret Access Key [None]: YOUR_SECRET_ACCESS_KEY\nDefault region name [None]: YOUR_PREFERRED_REGION\nDefault output format [None]: json<\/code><\/pre>\n\n\n\n

    Replace YOUR_ACCESS_KEY_ID<\/code>, YOUR_SECRET_ACCESS_KEY<\/code>, and YOUR_PREFERRED_REGION<\/code> with your actual AWS credentials and preferred region. For the output format, you can choose json<\/code>, text<\/code>, or table<\/code>.<\/p>\n\n\n\n

    Step 7: Test Your Configuration<\/h2>\n\n\n\n

    To ensure your configuration is working, you can run a simple AWS CLI command, such as listing your S3 buckets:<\/p>\n\n\n\n

    $ aws s3 ls<\/code><\/pre>\n\n\n\n

    If everything is configured correctly, you should see a list of your S3 buckets.<\/p>\n\n\n\n

    Conclusion<\/h2>\n\n\n\n

    Congratulations! You have successfully installed and configured the AWS CLI on Ubuntu 24.04 Noble Numbat. With the AWS CLI, you can now manage your AWS services efficiently directly from your terminal. Be sure to refer to the AWS CLI documentation<\/a> for more detailed information and advanced usage.<\/p>\n","protected":false},"excerpt":{"rendered":"

    The AWS Command Line Interface (CLI) is a powerful tool that enables you to manage your AWS services directly from the terminal. Whether you’re automating workflows or managing resources on…<\/p>\n","protected":false},"author":1,"featured_media":13962,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,23,9,28,16,18],"tags":[193,350,433,449,475,531,544,545,573,591,598,638],"yoast_head":"\nHow to Install AWS CLI on Ubuntu 24.04 Noble Numbat<\/title>\n<meta name=\"description\" content=\"In this guide, we'll walk you through the steps to install the AWS CLI on Ubuntu 24.04 Noble Numbat Linux System\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install AWS CLI on Ubuntu 24.04 Noble Numbat\" \/>\n<meta property=\"og:description\" content=\"In this guide, we'll walk you through the steps to install the AWS CLI on Ubuntu 24.04 Noble Numbat Linux System\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-04T21:31:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-04T21:31:31+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2024\/06\/Install-AWS-CLI-on-Ubuntu-24.04.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"680\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Michael Bright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Bright\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/\"},\"author\":{\"name\":\"Michael Bright\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\"},\"headline\":\"How to Install AWS CLI on Ubuntu 24.04 Noble Numbat\",\"datePublished\":\"2024-06-04T21:31:30+00:00\",\"dateModified\":\"2024-06-04T21:31:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/\"},\"wordCount\":418,\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2024\/06\/Install-AWS-CLI-on-Ubuntu-24.04.jpg\",\"keywords\":[\"DevOps\",\"Libraries\",\"Optimization\",\"Performance\",\"Python\",\"Server\",\"Software development\",\"Software Engineering\",\"Systems Administration\",\"Tools\",\"Ubuntu\",\"Web Development\"],\"articleSection\":[\"Articles\",\"Guides\",\"How To\",\"Software\",\"Technology\",\"Tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/\",\"url\":\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/\",\"name\":\"How to Install AWS CLI on Ubuntu 24.04 Noble Numbat\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2024\/06\/Install-AWS-CLI-on-Ubuntu-24.04.jpg\",\"datePublished\":\"2024-06-04T21:31:30+00:00\",\"dateModified\":\"2024-06-04T21:31:31+00:00\",\"description\":\"In this guide, we'll walk you through the steps to install the AWS CLI on Ubuntu 24.04 Noble Numbat Linux System\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#primaryimage\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2024\/06\/Install-AWS-CLI-on-Ubuntu-24.04.jpg\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2024\/06\/Install-AWS-CLI-on-Ubuntu-24.04.jpg\",\"width\":1280,\"height\":680,\"caption\":\"Install AWS CLI on Ubuntu 24.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install AWS CLI on Ubuntu 24.04 Noble Numbat\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.brightwhiz\/#website\",\"url\":\"http:\/\/local.brightwhiz\/\",\"name\":\"Brightwhiz.com\",\"description\":\"Best Tech guides, Tutorials, and News\",\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.brightwhiz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.brightwhiz\/#organization\",\"name\":\"Brightwhiz\",\"url\":\"http:\/\/local.brightwhiz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\/\",\"https:\/\/x.com\/brightwhizmag\",\"https:\/\/instagram.com\/bright_whiz\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\",\"name\":\"Michael Bright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"caption\":\"Michael Bright\"},\"sameAs\":[\"https:\/\/sobbayi.com\"],\"url\":\"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install AWS CLI on Ubuntu 24.04 Noble Numbat","description":"In this guide, we'll walk you through the steps to install the AWS CLI on Ubuntu 24.04 Noble Numbat Linux System","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":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/","og_locale":"en_US","og_type":"article","og_title":"How to Install AWS CLI on Ubuntu 24.04 Noble Numbat","og_description":"In this guide, we'll walk you through the steps to install the AWS CLI on Ubuntu 24.04 Noble Numbat Linux System","og_url":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_published_time":"2024-06-04T21:31:30+00:00","article_modified_time":"2024-06-04T21:31:31+00:00","og_image":[{"width":1280,"height":680,"url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2024\/06\/Install-AWS-CLI-on-Ubuntu-24.04.jpg","type":"image\/jpeg"}],"author":"Michael Bright","twitter_card":"summary_large_image","twitter_creator":"@brightwhizmag","twitter_site":"@brightwhizmag","twitter_misc":{"Written by":"Michael Bright","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#article","isPartOf":{"@id":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/"},"author":{"name":"Michael Bright","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32"},"headline":"How to Install AWS CLI on Ubuntu 24.04 Noble Numbat","datePublished":"2024-06-04T21:31:30+00:00","dateModified":"2024-06-04T21:31:31+00:00","mainEntityOfPage":{"@id":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/"},"wordCount":418,"publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"image":{"@id":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2024\/06\/Install-AWS-CLI-on-Ubuntu-24.04.jpg","keywords":["DevOps","Libraries","Optimization","Performance","Python","Server","Software development","Software Engineering","Systems Administration","Tools","Ubuntu","Web Development"],"articleSection":["Articles","Guides","How To","Software","Technology","Tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/","url":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/","name":"How to Install AWS CLI on Ubuntu 24.04 Noble Numbat","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"primaryImageOfPage":{"@id":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#primaryimage"},"image":{"@id":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2024\/06\/Install-AWS-CLI-on-Ubuntu-24.04.jpg","datePublished":"2024-06-04T21:31:30+00:00","dateModified":"2024-06-04T21:31:31+00:00","description":"In this guide, we'll walk you through the steps to install the AWS CLI on Ubuntu 24.04 Noble Numbat Linux System","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#primaryimage","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2024\/06\/Install-AWS-CLI-on-Ubuntu-24.04.jpg","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2024\/06\/Install-AWS-CLI-on-Ubuntu-24.04.jpg","width":1280,"height":680,"caption":"Install AWS CLI on Ubuntu 24.04"},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/how-to-install-aws-cli-on-ubuntu-24-04-noble-numbat\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"How to Install AWS CLI on Ubuntu 24.04 Noble Numbat"}]},{"@type":"WebSite","@id":"http:\/\/local.brightwhiz\/#website","url":"http:\/\/local.brightwhiz\/","name":"Brightwhiz.com","description":"Best Tech guides, Tutorials, and News","publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.brightwhiz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.brightwhiz\/#organization","name":"Brightwhiz","url":"http:\/\/local.brightwhiz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz"},"image":{"@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz\/","https:\/\/x.com\/brightwhizmag","https:\/\/instagram.com\/bright_whiz\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ"]},{"@type":"Person","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32","name":"Michael Bright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","caption":"Michael Bright"},"sameAs":["https:\/\/sobbayi.com"],"url":"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/"}]}},"_links":{"self":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/13934"}],"collection":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/comments?post=13934"}],"version-history":[{"count":2,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/13934\/revisions"}],"predecessor-version":[{"id":13958,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/13934\/revisions\/13958"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media\/13962"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=13934"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=13934"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=13934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}