{"id":111048,"date":"2026-05-14T19:28:29","date_gmt":"2026-05-14T13:58:29","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=111048"},"modified":"2026-05-14T19:28:31","modified_gmt":"2026-05-14T13:58:31","slug":"what-is-aws-iot","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/what-is-aws-iot\/","title":{"rendered":"What is AWS IoT? A Complete Guide for Beginners"},"content":{"rendered":"\n<p>Billions of devices are now generating data every second from factory floor sensors and smart thermostats to connected cars and wearable health monitors. Making sense of that flood of data, securely and at scale, is one of the defining challenges of the modern technology era. That is exactly where AWS IoT steps in.<\/p>\n\n\n\n<p>AWS IoT (Amazon Web Services Internet of Things) is Amazon&#8217;s suite of cloud services built to connect, manage, and analyze data from IoT devices at any scale, whether you&#8217;re handling a dozen devices or hundreds of millions. Since its launch in 2015, AWS IoT has grown into a comprehensive platform powering smart homes, industrial automation, connected healthcare, and much more.<\/p>\n\n\n\n<p>In this guide, you will learn what AWS IoT is, how it works, what services it includes, its key use cases, and why it matters for developers and businesses in 2026.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is AWS IoT?<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/guide-for-amazon-web-services\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/guide-for-amazon-web-services\/\" rel=\"noreferrer noopener\">AWS<\/a> IoT is Amazon Web Services&#8217; managed suite of cloud services designed to connect <a href=\"https:\/\/www.guvi.in\/blog\/what-is-iot\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/what-is-iot\/\" rel=\"noreferrer noopener\">Internet of Things (IoT)<\/a> devices to the cloud and to each other. It lets you collect, store, and analyze data from any device, and take action on that data in real time, all without managing the underlying server infrastructure.<\/p>\n\n\n\n<p>The term Internet of Things (IoT) refers to the network of physical objects, sensors, machines, vehicles, and appliances embedded with software that enables them to collect and exchange data over the internet. AWS IoT provides the cloud backbone that makes this possible at an industrial scale.<\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong><em>Data Point<br>According to IoT Analytics (October 2025), the number of connected IoT devices globally reached 21.1 billion in 2025 \u2014 a 14% increase over 2024 \u2014 and is projected to hit 39 billion by 2030.<\/em><\/strong><br><a href=\"https:\/\/iot-analytics.com\/number-connected-iot-devices\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/iot-analytics.com\/number-connected-iot-devices\/\" rel=\"noreferrer noopener nofollow\">Source<\/a><\/p>\n\n\n\n<p>AWS IoT was launched in December 2015 with AWS IoT Core as its foundation a secure message broker built on the MQTT protocol. Over the following decade, it evolved into a full-stack platform spanning device connectivity, edge computing, fleet management, digital twins, and video streaming.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #ffffff; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\"><strong style=\"font-size: 22px; color: #ffffff;\">\ud83d\udca1 Did You Know?<\/strong><br \/>\n<p><span style=\"font-weight: 400;\">December 2025 marked the 10th anniversary of AWS IoT. Today, hundreds of millions of devices connect to AWS IoT services daily, powering smart homes, connected vehicles, industrial automation, precision agriculture, and intelligent healthcare systems worldwide.<\/span><\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Does AWS IoT Work?<\/strong><\/h2>\n\n\n\n<p>At its core, AWS IoT creates a secure, bidirectional communication channel between physical devices and the AWS Cloud. Here is a simplified view of how the data flow works:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1 \u2014 Device Connection<\/strong><\/h3>\n\n\n\n<p>Physical devices (sensors, machines, smart appliances) connect to AWS IoT Core using supported protocols, primarily MQTT, HTTP, or WebSockets. Each device is registered in the AWS IoT Device Registry, which stores its identity, attributes, and credentials.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2 \u2014 Secure Authentication<\/strong><\/h3>\n\n\n\n<p>AWS IoT uses X.509 certificates to authenticate every device before it can send or receive messages. This ensures only authorized devices communicate with the cloud. AWS Identity and Access Management (IAM) policies then control what each device is allowed to do.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3 \u2014 Message Routing via Rules Engine<\/strong><\/h3>\n\n\n\n<p>Once connected, device data is published as messages to MQTT topics. The AWS IoT Rules Engine processes these messages using <a href=\"https:\/\/www.guvi.in\/hub\/dbms-and-sql-tutorial\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/hub\/dbms-and-sql-tutorial\/\" rel=\"noreferrer noopener\">SQL<\/a>-like syntax filtering, transforming, and routing data to other AWS services such as Amazon DynamoDB, AWS Lambda, Amazon S3, or Amazon Kinesis.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4 \u2014 Real-Time Action<\/strong><\/h3>\n\n\n\n<p>Processed data can trigger actions automatically, sending alerts, updating dashboards, running machine learning models, or commanding the device to change its behaviour. Even when a device goes offline, its last known state is preserved using the Device Shadow service.<\/p>\n\n\n\n<p>Processed data can trigger actions automatically, sending alerts, updating dashboards, running machine learning models, or commanding the device to change its behaviour. Even when a device goes offline, its last known state is preserved using the Device Shadow service.<\/p>\n\n\n\n<p><strong><em>Also Read: <a href=\"https:\/\/www.guvi.in\/blog\/ai-in-iot-explained\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/ai-in-iot-explained\/\" rel=\"noreferrer noopener\">AI in IoT<\/a><\/em><\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong><em>Best Practices<br>Always assign the minimum necessary permissions to each device using IAM policies. Overly permissive policies are one of the most common IoT security vulnerabilities. Use separate certificates per device, never share credentials across your fleet.<\/em><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key AWS IoT Services<\/strong><\/h2>\n\n\n\n<p>AWS IoT is not a single product; it is an ecosystem of services. Each service addresses a specific part of the IoT lifecycle, from device onboarding to data analytics and edge computing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AWS IoT Core<\/strong><\/h3>\n\n\n\n<p>The foundation of the platform. AWS IoT Core is a fully managed cloud service that lets you securely connect billions of IoT devices to AWS. It handles the message broker (MQTT), rules engine, device registry, and security without any servers to manage. In 2024, AWS added MQTT v5 support to IoT Core, bringing enhanced features like user properties, message expiry, and improved error reporting.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AWS IoT Greengrass<\/strong><\/h3>\n\n\n\n<p>Greengrass extends AWS to the edge, running compute, messaging, and data caching directly on local devices. This is critical when you need low-latency responses or when devices operate in areas with intermittent connectivity. In 2025, AWS released the Greengrass Nucleus Lite runtime, which operates on as little as 5 MB of memory, opening cloud connectivity to an entirely new class of constrained devices.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AWS IoT Device Management<\/strong><\/h3>\n\n\n\n<p>This service handles the full lifecycle of your device fleet onboarding, organizing, monitoring, and remote updates. In March 2025, AWS launched managed integrations for IoT Device Management, enabling developers to unify device control across multiple brands and protocols with built-in support for ZigBee, Z-Wave, and Wi-Fi, plus over 80 device data model templates.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AWS IoT TwinMaker<\/strong><\/h3>\n\n\n\n<p>TwinMaker allows you to create digital twins, virtual replicas of physical systems, using real-time data from your IoT devices. This is widely used in manufacturing, smart buildings, and industrial plants to visualize, monitor, and simulate operations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AWS IoT Analytics<\/strong><\/h3>\n\n\n\n<p>This service collects, processes, and stores IoT data for downstream analysis. It works natively with Amazon QuickSight for visualization and Amazon SageMaker for machine learning model training.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Core Components of AWS IoT<\/strong><\/h2>\n\n\n\n<p>Understanding the building blocks of AWS IoT helps you design better solutions. Here are the key components you will interact with:<\/p>\n\n\n\n<ul>\n<li><strong>Message Broker: <\/strong>Message Broker<\/li>\n\n\n\n<li>Provides a secure, scalable pub\/sub messaging system. Devices publish data to named MQTT topics, and other services or devices subscribe to receive it. The broker supports MQTT, MQTT over WebSocket, and HTTP.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Rules Engine: <\/strong>Rules Engine<\/li>\n\n\n\n<li>Processes messages using SQL-like syntax. You define rules that filter incoming data and route it to downstream services such as Lambda, S3, DynamoDB, Kinesis, or even other IoT topics \u2014 no custom code needed for simple routing.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Device Registry: <\/strong>Device Registry<\/li>\n\n\n\n<li>The central store for all your connected devices (called &#8216;Things&#8217; in AWS terminology). Each Thing can have custom attributes, a unique identity, and associated certificates.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Device Shadow: <\/strong>Device Shadow<\/li>\n\n\n\n<li>A persistent JSON document that stores and retrieves the last known state of a device. Even when a device is offline, apps can read or update its desired state; the changes sync automatically when the device reconnects.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Security &amp; Identity: <\/strong>Security &amp; Identity Service<\/li>\n\n\n\n<li>Every device must authenticate using X.509 certificates. AWS IoT integrates with AWS IAM and Amazon Cognito to provide fine-grained access control, ensuring only authorised devices and users can interact with your IoT data.<\/li>\n<\/ul>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #ffffff; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\"><strong style=\"font-size: 22px; color: #ffffff;\">\ud83d\udca1 Did You Know?<\/strong><br \/>\n<p><span style=\"font-weight: 400;\">AWS IoT Core supports over 470 million connected cars expected by the end of 2025. Mercedes-Benz migrated its vehicle connectivity workloads to AWS IoT Core to simplify broker infrastructure and improve scalability.<\/span><\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>AWS IoT Use Cases<\/strong><\/h2>\n\n\n\n<p>AWS IoT is used across virtually every industry. Here are some of the most impactful real-world applications:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Industrial IoT (IIoT) and Manufacturing<\/strong><\/h3>\n\n\n\n<p>Manufacturing leads all industries in IoT adoption, accounting for 34% of total IoT device deployments in 2025. Factories use AWS IoT Greengrass and IoT Core to monitor equipment health, predict failures before they happen, and automate quality control on production lines, all in real time.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Smart Home and Consumer Devices<\/strong><\/h3>\n\n\n\n<p>AWS IoT powers connected appliances, smart thermostats, security cameras, and voice-assisted devices. Amazon&#8217;s own Sidewalk network uses AWS IoT to provide secure, low-power connectivity for smart home devices across neighborhoods.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Connected Healthcare<\/strong><\/h3>\n\n\n\n<p>Healthcare IoT is growing at approximately 32.5% CAGR, the fastest among major verticals. Remote patient monitoring devices use AWS IoT to transmit continuous health data securely to clinicians. In January 2026, CMS broadened reimbursement to cover connected glucose monitors, blood-pressure cuffs, and oximeters, expanding the US remote-monitoring device market by $1.2 billion.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Connected and Autonomous Vehicles<\/strong><\/h3>\n\n\n\n<p>AWS IoT Core handles vehicle telemetry, over-the-air software updates, and connected driver experiences. With over 470 million connected cars expected globally by the end of 2025, the automotive sector is one of the fastest-growing verticals on the platform.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Precision Agriculture<\/strong><\/h3>\n\n\n\n<p>Farmers deploy soil moisture sensors, weather stations, and irrigation controllers connected via AWS IoT to optimize water usage and crop yields. This combination of edge data processing via Greengrass and cloud analytics via IoT Analytics creates highly responsive, low-cost agricultural systems.<\/p>\n\n\n\n<p><strong><em>Also Read: <a href=\"https:\/\/www.guvi.in\/blog\/top-real-world-applications-of-iot\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/top-real-world-applications-of-iot\/\" rel=\"noreferrer noopener\">Real-World Applications of IoT<\/a><\/em><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>AWS IoT vs. Azure IoT vs. Google Cloud IoT<\/strong><\/h2>\n\n\n\n<p>Choosing the right cloud IoT platform depends on your existing cloud stack, technical requirements, and scale. Here is a direct comparison:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Feature<\/strong><\/td><td><strong>AWS IoT<\/strong><\/td><td><strong>Azure IoT<\/strong><\/td><td><strong>Google Cloud IoT<\/strong><\/td><\/tr><tr><td>Core Service<\/td><td>AWS IoT Core<\/td><td>Azure IoT Hub<\/td><td>Cloud IoT Core<\/td><\/tr><tr><td>Edge Computing<\/td><td>Greengrass (5 MB runtime)<\/td><td>Azure IoT Edge<\/td><td>Edge TPU \/ Anthos<\/td><\/tr><tr><td>Device Management<\/td><td>IoT Device Management<\/td><td>Azure Device Provisioning<\/td><td>Cloud IoT Core Registry<\/td><\/tr><tr><td>Digital Twins<\/td><td>AWS TwinMaker<\/td><td>Azure Digital Twins<\/td><td>Limited native support<\/td><\/tr><tr><td>Protocol Support<\/td><td>MQTT, HTTP, WebSockets, MQTT v5<\/td><td>MQTT, AMQP, HTTP<\/td><td>MQTT, HTTP<\/td><\/tr><tr><td>ML Integration<\/td><td>SageMaker, Rekognition<\/td><td>Azure ML, Cognitive Services<\/td><td>Vertex AI, TensorFlow<\/td><\/tr><tr><td>Best For<\/td><td>Large-scale, diverse device fleets<\/td><td>Microsoft enterprise environments<\/td><td>Data analytics-heavy workloads<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Benefits of AWS IoT<\/strong><\/h2>\n\n\n\n<p>AWS IoT stands out for several reasons that matter to both developers and business decision-makers:<\/p>\n\n\n\n<ul>\n<li><strong>Massive scale without infrastructure management \u2014 <\/strong>AWS IoT Core can connect billions of devices simultaneously. AWS manages all the underlying broker infrastructure, so your team focuses on building applications, not maintaining servers.<\/li>\n\n\n\n<li><strong>Deep AWS service integration \u2014 <\/strong>IoT data flows naturally into Amazon EventBridge, AWS Lambda, Amazon S3, Amazon Kinesis, Amazon SageMaker, and more. This means you can build sophisticated data pipelines with minimal custom code.<\/li>\n\n\n\n<li><strong>Strong security by default \u2014 <\/strong>Every device connection requires X.509 certificate authentication. TLS encryption is enforced in transit, and IAM policies provide granular access control.<\/li>\n\n\n\n<li><strong>Edge intelligence with Greengrass \u2014<\/strong> Run AI models, Lambda functions, and data processing directly on local devices, reducing latency, bandwidth costs, and dependency on cloud connectivity.<\/li>\n\n\n\n<li><strong>Pay-as-you-go pricing \u2014 <\/strong>You pay for the connections and messages you actually use. There are no upfront commitments, making AWS IoT accessible for both startups running a handful of devices and enterprises managing millions.<\/li>\n<\/ul>\n\n\n\n<p><strong><em>Related Reads: <a href=\"https:\/\/www.guvi.in\/blog\/is-aws-certification-worth\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/is-aws-certification-worth\/\" rel=\"noreferrer noopener\">Is AWS Certification Worth<\/a><\/em><\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center\"><em><strong>Warning<br><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">67% of organizations cite security as the top barrier to expanding IoT deployments in 2025. Never skip certificate rotation, always enforce least-privilege IAM policies, and regularly audit your device fleet for unauthorized access attempts.<\/mark><\/strong><\/em><br><a href=\"https:\/\/sqmagazine.co.uk\/internet-of-things-statistics\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/sqmagazine.co.uk\/internet-of-things-statistics\/\" rel=\"noreferrer noopener nofollow\">Source<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>AWS IoT has emerged as the gold standard for building connected device solutions from the edge to the cloud. With a decade of innovation behind it, a portfolio that now spans connectivity, edge computing, fleet management, digital twins, and analytics, it offers everything a developer or organization needs to build production-grade IoT applications.<\/p>\n\n\n\n<p>Whether you are a beginner looking to understand what AWS IoT is, or a developer ready to connect your first device, the platform&#8217;s breadth and deep integration with the wider AWS ecosystem make it one of the most powerful tools in cloud computing today. As the world moves toward 39 billion connected devices by 2030, understanding AWS IoT is not just useful; it is essential.<\/p>\n\n\n\n<p><strong><em>Ready to master DevOps and launch your cloud career? HCL GUVI&#8217;s hands-on <a href=\"https:\/\/www.guvi.in\/zen-class\/devops-course\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/zen-class\/devops-course\/\" rel=\"noreferrer noopener\">DevOps Course<\/a> covers AWS, Docker, Kubernetes, and CI\/CD \u2014 with live sessions and real-world projects that prepare you for AWS certifications and industry-ready deployments. Start learning today<\/em><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1778766179925\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What is AWS IoT in simple terms?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>AWS IoT is Amazon&#8217;s set of cloud services that connects physical devices, like sensors, machines, and smart appliances, to the internet and to each other. It lets you collect data from those devices, process it in the cloud, and take automated actions in real time, without managing the underlying infrastructure.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1778766226357\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What is the difference between IoT and AWS IoT?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>IoT (Internet of Things) is the broad concept of connecting physical devices to the internet. AWS IoT is Amazon&#8217;s specific platform for building IoT solutions. It provides the connectivity, security, device management, and analytics services that make IoT applications production-ready at scale.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1778766245659\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What protocol does AWS IoT use?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>AWS IoT Core primarily supports MQTT, a lightweight publish\/subscribe protocol designed for constrained devices and low-bandwidth networks. It also supports MQTT over WebSocket and HTTP. In 2024, AWS added MQTT v5 support, which brings enhanced features like message expiry and user properties.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1778766265321\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">Is AWS IoT free to use?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>AWS IoT Core offers a free tier for the first 12 months, including 500,000 messages per month and limited free usage of Device Shadow and Rules Engine. Beyond the free tier, pricing is based on the number of messages, connections, and services used.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1778766290492\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What industries use AWS IoT?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>AWS IoT is used across manufacturing (34% of IoT deployments), healthcare, automotive (500+ million connected vehicles by 2025), smart home, agriculture, energy, retail, and telecommunications. Its flexibility makes it applicable to virtually any industry that involves physical devices generating data.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Billions of devices are now generating data every second from factory floor sensors and smart thermostats to connected cars and wearable health monitors. Making sense of that flood of data, securely and at scale, is one of the defining challenges of the modern technology era. That is exactly where AWS IoT steps in. AWS IoT [&hellip;]<\/p>\n","protected":false},"author":54,"featured_media":111093,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[744],"tags":[],"views":"31","authorinfo":{"name":"Kirupa","url":"https:\/\/www.guvi.in\/blog\/author\/kirupa\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/05\/aws-iot-300x150.webp","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/05\/aws-iot.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/111048"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/54"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=111048"}],"version-history":[{"count":22,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/111048\/revisions"}],"predecessor-version":[{"id":111092,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/111048\/revisions\/111092"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/111093"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=111048"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=111048"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=111048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}