{"id":47937,"date":"2026-06-23T18:38:09","date_gmt":"2026-06-23T16:38:09","guid":{"rendered":"https:\/\/www.cloudmagazin.com\/?p=47937"},"modified":"2026-06-23T19:57:54","modified_gmt":"2026-06-23T17:57:54","slug":"aws-removes-the-agent-underlay-the-hook-remains","status":"publish","type":"post","link":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/","title":{"rendered":"AWS removes the agent underlay, the hook remains"},"content":{"rendered":"<p style=\"color:#6190a9;font-size:0.9em;margin:0 0 16px;padding:0;\">6 min. read<\/p>\n<p><strong>AWS has shipped two products that are constantly lumped together: the Agent Toolkit, which puts 300 services and 15.000 API actions at the fingertips of an AI coding agent, and Bedrock AgentCore, the operational platform featuring a serverless runtime for production agents. Both eliminate weeks to months of plumbing work. The cost doesn&#8217;t show up on the invoice; it&#8217;s baked into the architecture.<\/strong><\/p>\n<h2>Key Takeaways<\/h2>\n<ul>\n<li><strong>Two products, one misconception:<\/strong> The Agent Toolkit wires your developer agent directly to AWS, while AgentCore runs those agents serverlessly afterward. Confuse the two, and you&#8217;ll be evaluating the wrong tool.<\/li>\n<li><strong>The foundation is the real offering:<\/strong> Session isolation, memory, identity, and observability are usually built by every team from scratch. AgentCore bundles these into modular building blocks, taking care of the most tedious part.<\/li>\n<li><strong>Open at the top, locked at the bottom:<\/strong> Frameworks like LangGraph or CrewAI remain portable. The operational layer beneath them is AWS. That&#8217;s exactly where the vendor lock-in forms, and where you&#8217;ll feel it later.<\/li>\n<\/ul>\n<p style=\"font-size:0.88em;color:#666;margin:20px 0 32px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:10px 0;\"><span style=\"color:#004a59;font-weight:700;text-transform:uppercase;font-size:0.72em;letter-spacing:0.14em;margin-right:14px;\">Related:<\/span><a href=\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/18\/cursor-cloud-agents-coden-even-when-the-laptop-is-shut-down\/\" style=\"color:#333;text-decoration:underline;\">Cursor Cloud Agents: Coding, even when the laptop is closed<\/a>&nbsp;&nbsp;<span style=\"color:#ccc;\">\/<\/span>&nbsp;&nbsp;<a href=\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/20\/finops-coverage-eligibility-focus\/\" style=\"color:#333;text-decoration:underline;\">Reserved Instances: The coverage metric that proves nothing<\/a><\/p>\n<h2 style=\"margin-top:64px;margin-bottom:20px;padding-top:16px;\">Two tools that are constantly confused<\/h2>\n<p>Most of the confusion in early architecture planning stems from two releases sharing the same first name. One is called Agent Toolkit for AWS, the other Amazon Bedrock AgentCore. They solve different problems and belong to different phases.<\/p>\n<p><strong>What is the Agent Toolkit for AWS?<\/strong> A bundle comprising an MCP server, curated skills, and plugins that gives AI coding agents like Claude Code, Cursor, or Codex secure, auditable access to AWS. The MCP server covers over 300 services and more than 15.000 API actions, plus sandboxed script execution and real-time access to up-to-date documentation.<\/p>\n<p>So, the toolkit helps with building. It gives the agent writing your code hands-on access to CloudWatch logs, CloudFormation statuses, and troubleshooting procedures. There&#8217;s no extra charge; you only pay for the AWS resources the agent actually touches.<\/p>\n<p>AgentCore picks up where the toolkit leaves off: the runtime for operations. Once the agent is built and ready to handle user sessions, it runs here-serverless, with isolated sessions and persistent memory. Together, the two products form a chain from the first prompt to production traffic. Evaluated separately, they make perfect sense. Mixed together, they lead to a requirements list that never quite fits.<\/p>\n<h2 style=\"margin-top:64px;margin-bottom:20px;padding-top:16px;\">What the Underlying Infrastructure Takes Away from the Developer<\/h2>\n<p>The most honest part of the offering is the invisible one. Every team that has deployed an agent knows the list of things no one wants to build but everyone must. AgentCore breaks down exactly this list into modular building blocks. The seven that most strongly shape daily work:<\/p>\n<ul>\n<li><strong>Runtime:<\/strong> serverless environment with low latency and session isolation, open for any framework.<\/li>\n<li><strong>Memory:<\/strong> short-term context per session and long-term insights about semantic extraction.<\/li>\n<li><strong>Identity:<\/strong> secure access of the agent to AWS and third-party services like GitHub, Salesforce, or Slack.<\/li>\n<li><strong>Gateway:<\/strong> transforms existing APIs and Lambda functions into tools the agent can use via MCP.<\/li>\n<li><strong>Observability:<\/strong> step-by-step visibility into execution with OpenTelemetry integration.<\/li>\n<li><strong>Browser:<\/strong> managed browser instances for large-scale web automation.<\/li>\n<li><strong>Code Interpreter:<\/strong> isolated environment for code generated by the agent itself.<\/li>\n<\/ul>\n<p>Anyone who has ever set this up manually can immediately see the value. Session management, identity brokering, and a memory layer that doesn\u2019t break with every deployment can quickly consume weeks or even months of a small team\u2019s time. This time rarely flows into the product-it almost always goes into plumbing. We\u2019ve written this plumbing playbook far too often ourselves.<\/p>\n<p>An example makes the difference tangible. The Gateway takes an existing Lambda function or internal REST API and turns it into a tool the agent can call via the Model Context Protocol. Previously, this meant building an adapter, a schema description, and an authentication layer manually for each function. Now it&#8217;s just a registration. It sounds like a small thing, but across a dozen tools, it adds up to exactly the kind of work no one wants to see in the sprint planning. Similarly, Identity handles access: instead of storing GitHub or Salesforce keys in environment variables, the component brokers access at runtime. That means less code and less attack surface.<\/p>\n<div class=\"evm-stat-highlight\" style=\"text-align:center;background:#004a59;border-radius:12px;padding:32px 24px;margin:32px 0;\">\n<div style=\"font-size:48px;font-weight:700;color:#fff;letter-spacing:-0.03em;\">15.000+<\/div>\n<div style=\"font-size:15px;color:#fff;margin-top:8px;max-width:420px;margin-left:auto;margin-right:auto;\">API actions across more than 300 AWS services that the Agent Toolkit makes available to a coding agent.<\/div>\n<div style=\"font-size:12px;color:#0bb7fd;margin-top:8px;\">Source: AWS, Agent Toolkit for AWS<\/div>\n<\/div>\n<h2 style=\"margin-top:64px;margin-bottom:20px;padding-top:16px;\">Where the Bill Lies: Binding Instead of Fees<\/h2>\n<p>The second perspective is worth considering. AWS sells openness, and that&#8217;s true. AgentCore supports CrewAI, LangGraph, LlamaIndex, Strands and its own frameworks. Your agent code is therefore not locked in. What you could potentially port is the logic.<\/p>\n<p>What you do not port is the operational layer. Runtime, Gateway, Identity and Memory are AWS-specific. As soon as your agent is running productively on it, the way it is deployed, authenticated and monitored depends on this stack. The binding sits one level deeper than the framework, exactly in the part you just had removed.<\/p>\n<div class=\"evm-pros-cons\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:28px 0;\">\n<div style=\"background:#fafafa;border-top:3px solid #2d7a3e;padding:18px 20px;border-radius:4px;\">\n<p style=\"margin:0 0 10px 0;font-size:0.78em;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:#2d7a3e;\">What You Gain<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#333;line-height:1.55;font-size:0.95em;\">\n<li style=\"margin-bottom:6px;\">Weeks to months less infrastructure work before the first real Use-Case<\/li>\n<li style=\"margin-bottom:6px;\">An Observability and Identity layer that doesn&#8217;t wobble with every release<\/li>\n<li>Freedom in choosing a framework, from LangGraph to Strands<\/li>\n<\/ul>\n<\/div>\n<div style=\"background:#fafafa;border-top:3px solid #c0392b;padding:18px 20px;border-radius:4px;\">\n<p style=\"margin:0 0 10px 0;font-size:0.78em;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:#c0392b;\">What You Give Up<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#333;line-height:1.55;font-size:0.95em;\">\n<li style=\"margin-bottom:6px;\">Portability of the operational layer, not the code<\/li>\n<li style=\"margin-bottom:6px;\">Usage-based costs that scale with traffic and are hard to model early on<\/li>\n<li>A exit path that becomes more expensive with each AgentCore service<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p>This is not an argument against AWS. It is the usual business of every managed platform. The question is only whether you consciously buy the binding or collect it as a side effect of a quick prototype. The difference between the two is about the width of an audit.<\/p>\n<h2 style=\"margin-top:64px;margin-bottom:20px;padding-top:16px;\">When the Leap is Worthwhile<\/h2>\n<p>For most teams planning their first productive agent today, the trade-off is fair. Those who haven&#8217;t yet run their own Memory and Identity layers gain more time than they lose in optionalities. The lead counts as long as the Use-Case hasn&#8217;t been proven yet.<\/p>\n<p>Things look different when Multi-Cloud is already the norm or when data residency and sovereignty are strictly regulated. Then the operational layer becomes a strategic decision that you don&#8217;t make on the side. In this case, it makes sense to compare with self-hosting using the framework before the first production agent is set up on AgentCore.<\/p>\n<p>Practically speaking, this means: prototype on the managed stack, architecture decision before the production rollout. Those who use the toolkit for building and only decide on runtime after a sober lock-in calculation get the best of both worlds. Those who reverse the order let the prototype dictate the architecture. It goes well for a while and becomes expensive exactly when you have the least time for migration.<\/p>\n<h2 style=\"padding-top:64px;margin-bottom:20px;\">Frequently Asked Questions<\/h2>\n<details>\n<summary><strong>How much does the Agent Toolkit for AWS cost?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6;\">The toolkit itself costs nothing extra. You are only billed for the AWS resources that the agent creates or accesses during its work, at standard service prices.<\/p>\n<\/details>\n<details>\n<summary><strong>What is the difference between Agent Toolkit and AgentCore?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6;\">The Agent Toolkit supports development by giving coding agents access to AWS services. AgentCore is the operational platform with a serverless runtime where finished agents are run in production with isolated sessions, memory, and observability.<\/p>\n<\/details>\n<details>\n<summary><strong>Am I tied to a specific agent framework with AgentCore?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6;\">No. AgentCore works with CrewAI, LangGraph, LlamaIndex, Strands, and custom frameworks. The lock-in sits one level deeper, in the operational layer consisting of runtime, gateway, identity, and memory.<\/p>\n<\/details>\n<details>\n<summary><strong>How does an agent access external services via AgentCore?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6;\">Through the identity component. It brokers secure access to AWS services and third-party services like GitHub, Salesforce, or Slack, so the agent doesn&#8217;t have to work with hardcoded keys.<\/p>\n<\/details>\n<details>\n<summary><strong>Which teams should get started right away?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6;\">For teams without their own memory, identity, or observability layer whose use case is not yet proven. Anyone with multi-cloud or strict data residency requirements should consciously decide on the operational layer before the production rollout.<\/p>\n<\/details>\n<p style=\"margin:32px 0 12px 0;font-size:0.78em;font-weight:700;text-transform:uppercase;letter-spacing:0.18em;color:#666;\">More from the MBF Media Network<\/p>\n<div style=\"padding:14px 18px;border-left:3px solid #202528;background:#fafafa;margin-bottom:6px;\">\n<div style=\"font-size:0.7em;font-weight:700;color:#202528;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:4px;\">mybusinessfuture<\/div>\n<p style=\"margin:0;\"><a href=\"https:\/\/mybusinessfuture.com\/schatten-ki-mittelstand-prozess-signal\/\" style=\"font-weight:600;line-height:1.4;color:#1a1a1a;text-decoration:none;\">Shadow AI in the mid-market: What secret usage reveals<\/a><\/p>\n<\/div>\n<div style=\"padding:14px 18px;border-left:3px solid #d65663;background:#fafafa;margin-bottom:6px;\">\n<div style=\"font-size:0.7em;font-weight:700;color:#d65663;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:4px;\">digital-chiefs<\/div>\n<p style=\"margin:0;\"><a href=\"https:\/\/www.digital-chiefs.de\/vom-ki-pilot-zum-regelbetrieb-warum-so-viele-projekte-scheitern\/\" style=\"font-weight:600;line-height:1.4;color:#1a1a1a;text-decoration:none;\">Four stumbling blocks: Why AI projects fail to reach production<\/a><\/p>\n<\/div>\n<div style=\"padding:14px 18px;border-left:3px solid #69d8ed;background:#fafafa;\">\n<div style=\"font-size:0.7em;font-weight:700;color:#69d8ed;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:4px;\">securitytoday<\/div>\n<p style=\"margin:0;\"><a href=\"https:\/\/www.securitytoday.de\/2026\/06\/19\/quiltworks-crowdstrike-und-aws-gegen-ki-getriebene-cloud-angriffe\/\" style=\"font-weight:600;line-height:1.4;color:#1a1a1a;text-decoration:none;\">QuiltWorks: CrowdStrike and AWS against AI-driven cloud attacks<\/a><\/p>\n<\/div>\n<p style=\"text-align:right;color:#868e96;font-size:0.85em;margin-top:48px;\"><em>Image source: AI-generated (June 2026)<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"AWS consolidates agent development into Toolkit and AgentCore, saving developers weeks of infrastructure work.","protected":false},"author":31,"featured_media":47931,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_yoast_wpseo_focuskw":"AWS Agent Toolkit","_yoast_wpseo_title":"AWS removes the agent underlay, the hook remains","_yoast_wpseo_metadesc":"AWS streamlines agent development with Toolkit & AgentCore, saving devs weeks of infrastructure work. The real catch? The underlying setup.","_yoast_wpseo_meta-robots-noindex":"","_yoast_wpseo_meta-robots-nofollow":"","_yoast_wpseo_meta-robots-adv":"","_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_opengraph-image":"","_yoast_wpseo_opengraph-image-id":0,"_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_yoast_wpseo_twitter-image":"","_yoast_wpseo_twitter-image-id":0,"ngg_post_thumbnail":0,"pre_headline":"","bildquelle":"","teasertext":"","language":"de","_evm_translation_lang":"","featured_post":0,"featured_post_sortierung":0,"_wp_old_slug":[],"footnotes":""},"categories":[744,11],"tags":[],"industry":[],"class_list":["post-47937","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-kuenstliche-intelligenz","category-ratgeber"],"evm_reading_time_minutes":8,"wpml_language":"en","wpml_translation_of":47930,"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AWS removes the agent underlay, the hook remains<\/title>\n<meta name=\"description\" content=\"AWS streamlines agent development with Toolkit &amp; AgentCore, saving devs weeks of infrastructure work. The real catch? The underlying setup.\" \/>\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.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AWS removes the agent underlay, the hook remains\" \/>\n<meta property=\"og:description\" content=\"AWS streamlines agent development with Toolkit &amp; AgentCore, saving devs weeks of infrastructure work. The real catch? The underlying setup.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/\" \/>\n<meta property=\"og:site_name\" content=\"cloudmagazin\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cloudmagazincom\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-23T16:38:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-23T17:57:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/06\/cover-hero-12.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1792\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Alec Chizhik\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cloudmagazin\" \/>\n<meta name=\"twitter:site\" content=\"@cloudmagazin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alec Chizhik\" \/>\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\":\"NewsArticle\",\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/\"},\"author\":{\"name\":\"Alec Chizhik\",\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/person\/ce38baaa19a580268aedce096597eb3c\"},\"headline\":\"AWS removes the agent underlay, the hook remains\",\"datePublished\":\"2026-06-23T16:38:09+00:00\",\"dateModified\":\"2026-06-23T17:57:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/\"},\"wordCount\":1367,\"publisher\":{\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/06\/cover-hero-12.jpg\",\"articleSection\":[\"Artificial Intelligence\",\"Guides\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/\",\"url\":\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/\",\"name\":\"AWS removes the agent underlay, the hook remains\",\"isPartOf\":{\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/06\/cover-hero-12.jpg\",\"datePublished\":\"2026-06-23T16:38:09+00:00\",\"dateModified\":\"2026-06-23T17:57:54+00:00\",\"description\":\"AWS streamlines agent development with Toolkit & AgentCore, saving devs weeks of infrastructure work. The real catch? The underlying setup.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#primaryimage\",\"url\":\"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/06\/cover-hero-12.jpg\",\"contentUrl\":\"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/06\/cover-hero-12.jpg\",\"width\":1792,\"height\":1024,\"caption\":\"Modernes Rechenzentrum mit Server-Racks und blauer Beleuchtung (KI-generiert)\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.cloudmagazin.com\/en\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AWS removes the agent underlay, the hook remains\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/#website\",\"url\":\"https:\/\/www.cloudmagazin.com\/en\/\",\"name\":\"cloudmagazin\",\"description\":\"Inspiration f\u00fcr Businessentscheider\",\"publisher\":{\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.cloudmagazin.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/#organization\",\"name\":\"cloudmagazin\",\"url\":\"https:\/\/www.cloudmagazin.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2020\/04\/cloudmagazin-logo-klein_menu.jpg\",\"contentUrl\":\"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2020\/04\/cloudmagazin-logo-klein_menu.jpg\",\"width\":150,\"height\":150,\"caption\":\"cloudmagazin\"},\"image\":{\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/cloudmagazincom\/\",\"https:\/\/x.com\/cloudmagazin\",\"https:\/\/www.linkedin.com\/showcase\/cloudmagazin\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/person\/ce38baaa19a580268aedce096597eb3c\",\"name\":\"Alec Chizhik\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/03\/alec-chizhik.jpg\",\"contentUrl\":\"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/03\/alec-chizhik.jpg\",\"caption\":\"Alec Chizhik\"},\"description\":\"Alec is the Chief Digital Officer at Evernine and writes about cloud architectures, IT security, and digital operations practices.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/alecchizhik\/\"],\"url\":\"https:\/\/www.cloudmagazin.com\/en\/author\/alec\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AWS removes the agent underlay, the hook remains","description":"AWS streamlines agent development with Toolkit & AgentCore, saving devs weeks of infrastructure work. The real catch? The underlying setup.","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.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/","og_locale":"en_US","og_type":"article","og_title":"AWS removes the agent underlay, the hook remains","og_description":"AWS streamlines agent development with Toolkit & AgentCore, saving devs weeks of infrastructure work. The real catch? The underlying setup.","og_url":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/","og_site_name":"cloudmagazin","article_publisher":"https:\/\/www.facebook.com\/cloudmagazincom\/","article_published_time":"2026-06-23T16:38:09+00:00","article_modified_time":"2026-06-23T17:57:54+00:00","og_image":[{"width":1792,"height":1024,"url":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/06\/cover-hero-12.jpg","type":"image\/jpeg"}],"author":"Alec Chizhik","twitter_card":"summary_large_image","twitter_creator":"@cloudmagazin","twitter_site":"@cloudmagazin","twitter_misc":{"Written by":"Alec Chizhik","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#article","isPartOf":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/"},"author":{"name":"Alec Chizhik","@id":"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/person\/ce38baaa19a580268aedce096597eb3c"},"headline":"AWS removes the agent underlay, the hook remains","datePublished":"2026-06-23T16:38:09+00:00","dateModified":"2026-06-23T17:57:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/"},"wordCount":1367,"publisher":{"@id":"https:\/\/www.cloudmagazin.com\/en\/#organization"},"image":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/06\/cover-hero-12.jpg","articleSection":["Artificial Intelligence","Guides"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/","url":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/","name":"AWS removes the agent underlay, the hook remains","isPartOf":{"@id":"https:\/\/www.cloudmagazin.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#primaryimage"},"image":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/06\/cover-hero-12.jpg","datePublished":"2026-06-23T16:38:09+00:00","dateModified":"2026-06-23T17:57:54+00:00","description":"AWS streamlines agent development with Toolkit & AgentCore, saving devs weeks of infrastructure work. The real catch? The underlying setup.","breadcrumb":{"@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#primaryimage","url":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/06\/cover-hero-12.jpg","contentUrl":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/06\/cover-hero-12.jpg","width":1792,"height":1024,"caption":"Modernes Rechenzentrum mit Server-Racks und blauer Beleuchtung (KI-generiert)"},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudmagazin.com\/en\/2026\/06\/23\/aws-removes-the-agent-underlay-the-hook-remains\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudmagazin.com\/en\/home\/"},{"@type":"ListItem","position":2,"name":"AWS removes the agent underlay, the hook remains"}]},{"@type":"WebSite","@id":"https:\/\/www.cloudmagazin.com\/en\/#website","url":"https:\/\/www.cloudmagazin.com\/en\/","name":"cloudmagazin","description":"Inspiration f\u00fcr Businessentscheider","publisher":{"@id":"https:\/\/www.cloudmagazin.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cloudmagazin.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cloudmagazin.com\/en\/#organization","name":"cloudmagazin","url":"https:\/\/www.cloudmagazin.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2020\/04\/cloudmagazin-logo-klein_menu.jpg","contentUrl":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2020\/04\/cloudmagazin-logo-klein_menu.jpg","width":150,"height":150,"caption":"cloudmagazin"},"image":{"@id":"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/cloudmagazincom\/","https:\/\/x.com\/cloudmagazin","https:\/\/www.linkedin.com\/showcase\/cloudmagazin\/"]},{"@type":"Person","@id":"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/person\/ce38baaa19a580268aedce096597eb3c","name":"Alec Chizhik","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudmagazin.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/03\/alec-chizhik.jpg","contentUrl":"https:\/\/www.cloudmagazin.com\/wp-content\/uploads\/2026\/03\/alec-chizhik.jpg","caption":"Alec Chizhik"},"description":"Alec is the Chief Digital Officer at Evernine and writes about cloud architectures, IT security, and digital operations practices.","sameAs":["https:\/\/www.linkedin.com\/in\/alecchizhik\/"],"url":"https:\/\/www.cloudmagazin.com\/en\/author\/alec\/"}]}},"_links":{"self":[{"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/posts\/47937","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/users\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/comments?post=47937"}],"version-history":[{"count":1,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/posts\/47937\/revisions"}],"predecessor-version":[{"id":47938,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/posts\/47937\/revisions\/47938"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/media\/47931"}],"wp:attachment":[{"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/media?parent=47937"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/categories?post=47937"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/tags?post=47937"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.cloudmagazin.com\/en\/wp-json\/wp\/v2\/industry?post=47937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}