<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The NOKIA Blog</title>
	<atom:link href="https://thenokiablog.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://thenokiablog.com/</link>
	<description></description>
	<lastBuildDate>Wed, 01 Jul 2026 17:20:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://thenokiablog.com/wp-content/uploads/2024/03/cropped-Cjdowner-Cryptocurrency-Flat-ICON-ICX.512-32x32.png</url>
	<title>The NOKIA Blog</title>
	<link>https://thenokiablog.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Upgrade Amazon EKS clusters with confidence using Kubernetes version rollbacks</title>
		<link>https://thenokiablog.com/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Wed, 01 Jul 2026 17:20:30 +0000</pubDate>
				<category><![CDATA[Nokia Mobile Phone]]></category>
		<category><![CDATA[Amazon Elastic Kubernetes Service]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Regions]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Storage]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks/</guid>

					<description><![CDATA[<p>Upgrading a Kubernetes control plane has long been a one way door. Open source Kubernetes doesn&#8217;t...</p>
<p>The post <a href="https://thenokiablog.com/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks/">Upgrade Amazon EKS clusters with confidence using Kubernetes version rollbacks</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<table id="amazon-polly-audio-table">
<tbody>
<tr>
<td id="amazon-polly-audio-tab">
<div id="amazon-polly-by-tab">
            <img decoding="async" src="https://thenokiablog.com/wp-content/uploads/2026/07/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks.png" alt="Voiced by Polly" width="554" height="56">
           </div>
</td>
</tr>
</tbody>
</table>
<p>Upgrading a Kubernetes control plane has long been a one way door. Open source Kubernetes doesn&rsquo;t support control plane rollback, so once you upgrade, there&rsquo;s no going back. The community is making real progress here, and KEP-4330 introduces emulated versions to ease rollback. But in practice this constraint has pushed organizations to build elaborate compensating mechanisms like bake periods, stagger groups, automated sign offs, and months long upgrade cycles. With Kubernetes releasing three minor versions per year, teams managing hundreds of clusters, especially in regulated environments, often delay upgrades entirely because they aren&rsquo;t confident they can recover if something goes wrong. The result is clusters stuck on older versions, missing security patches, and eventually running up against extended support timelines.</p>
<p>Today, we&rsquo;re announcing Kubernetes version rollbacks for Amazon Elastic Kubernetes Service (Amazon EKS), a new feature that gives cluster administrators a safety net when performing cluster upgrades. With version rollbacks, you can reverse a Kubernetes version upgrade within seven days if you encounter issues after upgrading, returning your cluster to its previous working state.</p>
<p>Where approaches like emulated versions keep a cluster in a transitional holding state, EKS version rollback returns your cluster to a fully validated previous version that ran in production, not an emulation of it. Now, if you upgrade a cluster from, say, Kubernetes 1.34 to 1.35 and discover a compatibility issue, you can roll back to 1.34 within seven days. There&rsquo;s no need to rebuild your cluster or scramble to troubleshoot under pressure. Think of it as an undo button for Kubernetes version upgrades.</p>
<p>The feature supports rolling back one minor version at a time, matching the same incremental approach EKS uses for upgrades. And to help you roll back safely, EKS automatically evaluates your cluster&rsquo;s rollback readiness through cluster insights, flagging items like node version compatibility or add-on dependencies before you proceed. If you&rsquo;ve already assessed the situation and want to move quickly, you can use the <code>--force</code> flag to bypass those checks. The above applies to all EKS clusters, whether you manage your own nodes or let AWS handle them. But for customers who have embraced fully managed infrastructure, rollback goes a step further.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/html-element-select-envato-tuts/" class="template-2"><span class="cta">Read more</span><span class="postTitle">HTML Element: select | Envato Tuts+</span></a></div><p><span><strong>Rollback for EKS Auto Mode</strong></span><br>
        <br>EKS Auto Mode gives you one click deployment of production ready Kubernetes clusters, automating compute, networking, and storage management so you can focus on your applications rather than infrastructure. EKS Auto Mode introduces additional considerations for version rollbacks because both the control plane and managed nodes need to be rolled back together. Since node rollbacks respect your pod disruption budgets, the process can take time depending on your configuration.</p>
<p>To give you control over this process, we&rsquo;ve introduced a cancel API that lets you stop a node rollback at any point. If you decide the rollback is taking too long or you want to change your approach, you can cancel and adjust your disruption budgets to accelerate things, or choose a different path forward.</p>
<p>By default, EKS never bypasses your disruption budgets during a rollback because we prioritize workload stability. You can always choose to modify or remove disruption budgets yourself to speed up the process if needed.</p>
<p><span><strong>Let&rsquo;s try it out</strong></span><br>
        <br>To try version rollbacks, I navigated to the Amazon EKS console and selected one of my clusters that I had recently upgraded.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/skipping-the-whm-getting-started-wizard-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Skipping the WHM Getting Started Wizard | cPanel Blog</span></a></div><p><img fetchpriority="high" decoding="async" class="alignnone size-large wp-image-104900" src="https://thenokiablog.com/wp-content/uploads/2026/07/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks-1.png" alt width="1024" height="382"></p>
<p>From the cluster&rsquo;s configuration page, I can see the option to initiate a version rollback, along with information about my current rollback window.</p>
<p><img decoding="async" loading="lazy" class="alignnone size-large wp-image-104901" src="https://thenokiablog.com/wp-content/uploads/2026/07/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks-2.png" alt width="1024" height="507"></p>
<p>Before initiating the rollback, I reviewed the rollback insights to check for any potential issues. The insights showed me the status of my nodes and flagged anything I should address before proceeding.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/gone-phishing-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Gone Phishing | cPanel Blog</span></a></div><p><img decoding="async" loading="lazy" class="alignnone size-large wp-image-104902" src="https://thenokiablog.com/wp-content/uploads/2026/07/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks-3.png" alt width="1024" height="718"></p>
<p>After confirming, the rollback began. My cluster remained functional throughout the process. The control plane rollback took about 20 minutes, similar to a standard upgrade. For my EKS Auto Mode cluster, the nodes rolled back gracefully according to my disruption budget settings.</p>
<p><img decoding="async" loading="lazy" class="alignnone size-large wp-image-104903" src="https://thenokiablog.com/wp-content/uploads/2026/07/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks-4.png" alt width="1024" height="557"></p>
<p>Once complete, my cluster was back on the previous Kubernetes version, running as expected.</p>
<p><span><strong>Now available</strong></span><br>
        <br>Kubernetes version rollbacks for Amazon EKS are available today at no additional cost in all commercial AWS Regions where Amazon EKS is available. You pay only for the standard EKS and compute costs you would normally incur. There are no extra charges for using the rollback capability.</p>
<p>Control plane rollbacks are available for all EKS clusters, and node rollbacks are available for clusters running EKS Auto Mode. Version rollbacks support clusters running Kubernetes versions available in EKS standard support and extended support.</p>
<p>To get started, visit the Amazon EKS documentation or try it out directly in the Amazon EKS console.</p>
<p>       <!-- '"` --></p>
<p>The post <a href="https://thenokiablog.com/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks/">Upgrade Amazon EKS clusters with confidence using Kubernetes version rollbacks</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Accelerate your infrastructure deployments by up to 4x with AWS CloudFormation Express mode</title>
		<link>https://thenokiablog.com/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 21:30:33 +0000</pubDate>
				<category><![CDATA[Nokia Mobile Phone]]></category>
		<category><![CDATA[AWS CLI]]></category>
		<category><![CDATA[AWS Cloud Development Kit]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Management Console]]></category>
		<category><![CDATA[AWS Support]]></category>
		<category><![CDATA[Kiro]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Management Tools]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Regions]]></category>
		<category><![CDATA[Resilience]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode/</guid>

					<description><![CDATA[<p>Today, we&#8217;re announcing AWS CloudFormation Express mode,&#160;a new deployment mode that accelerates deployments for developers and...</p>
<p>The post <a href="https://thenokiablog.com/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode/">Accelerate your infrastructure deployments by up to 4x with AWS CloudFormation Express mode</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<table id="amazon-polly-audio-table">
<tbody>
<tr>
<td id="amazon-polly-audio-tab">
<div id="amazon-polly-by-tab">
            <img decoding="async" src="https://thenokiablog.com/wp-content/uploads/2026/07/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode.png" alt="Voiced by Polly" width="554" height="56">
           </div>
</td>
</tr>
</tbody>
</table>
<p>Today, we&rsquo;re announcing AWS CloudFormation Express mode,&nbsp;a new deployment mode that accelerates deployments for developers and AI tools iterating on infrastructure. Express mode accelerates deployments by completing when CloudFormation confirms resource configuration is applied, rather than waiting for extended stabilization checks. This reduces deployment time by up to 4 times for iterative development workflows and production scenarios.</p>
<p><strong><u>How it works</u></strong><br>
        <br>Every CloudFormation deployment performs stabilization checks after resource configuration is applied. These checks serve an important purpose when you need to confirm resources can serve traffic before shifting load.</p>
<p>However, many workflows do not require full stabilization to proceed. Express mode benefits two primary use cases: iterative development workflows and production scenarios where you are comfortable with eventual stabilization. These use cases include iterating on infrastructure configurations during development, testing individual components of your application, and AI-assisted infrastructure development that benefits from sub-minute feedback loops.</p>
<p>With Express mode, CloudFormation completes deployments when resource configuration is applied, without waiting for stabilization checks. Resources continue becoming operational in the background. CloudFormation automatically retries dependent resources that encounter transient failures during provisioning within the same stack, without requiring any customer intervention. This built-in resilience handles timing issues between resources as they stabilize. Express mode changes <em>when</em> the deployment completes, not <em>how</em> resources are provisioned.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/html-element-select-envato-tuts/" class="template-2"><span class="cta">Read more</span><span class="postTitle">HTML Element: select | Envato Tuts+</span></a></div><p>For example, when I create an Amazon Simple Queue Service (SQS) queue with a dead letter queue (DLQ), Standard mode takes 64 seconds, but Express mode completes in up to 10 seconds. In the case of deleting an AWS Lambda function with network interface attachment, Standard mode takes 20&ndash;30 minutes, but Express mode completes in up to 10 seconds based on my benchmarking test.</p>
<p><strong><u>Get started with CloudFormation Express mode</u></strong><br>
        <br>When you create a CloudFormation stack in the AWS Management Console, choose <strong>Enable</strong> in the <strong>Express mode</strong> under <strong>Stack deployment options</strong>.<img loading="lazy" decoding="async" class="aligncenter wp-image-104864 size-full" src="https://thenokiablog.com/wp-content/uploads/2026/07/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode.jpg" alt width="1800" height="1492"></p>
<p>You can also use AWS Command Line Interface (AWS CLI), AWS SDKs, or IaC tools like AWS Cloud Development Kit (CDK), and AI tools such as Kiro.</p>
<p>Activate Express mode by setting the <code class="qs:font-mono qs:bg-action-hover qs:rounded qs:px-1 qs:py-0.5 qs:mx-1" data-testid="qbiz-components-markdown-codehighlighter-fallback-container">--deployment-config</code> parameter to <code>EXPRESS</code> when creating, updating, or deleting stacks. No template changes are required. Express mode disables rollback by default for the fastest iteration experience. To re-enable rollback, set <code>disableRollback</code> to <code>false</code> in the <code>deployment-config</code> for production environments, or implement monitoring/cleanup mechanisms for failed deployments.</p>
<pre><code class="lang-bash">aws cloudformation create-stack  
   --stack-name my-app  
   --template-body file://template.yaml  
   --deployment-config '{"mode": "EXPRESS", "disableRollback": true}' </code></pre>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/skipping-the-whm-getting-started-wizard-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Skipping the WHM Getting Started Wizard | cPanel Blog</span></a></div><p>For example, use the Express mode when you build infrastructure incrementally, adding resources one at a time. Ensure your IAM role templates follow the principle of least privilege.</p>
<pre><code class="lang-bash"># Iteration 1: Deploy IAM role
aws cloudformation create-stack 
--stack-name my-microservice 
--template-body file://iteration1-iam.yaml 
--deployment-config '{"mode": "EXPRESS"}' 
--capabilities CAPABILITY_IAM
--role-arn arn:aws:iam::123456789012:role/CloudFormationDeployRole

# Iteration 2: Add Lambda function
aws cloudformation update-stack 
--stack-name my-microservice 
--template-body file://iteration2-lambda.yaml 
--deployment-config '{"mode": "EXPRESS"}' 
--capabilities CAPABILITY_IAM
--role-arn arn:aws:iam::123456789012:role/CloudFormationDeployRole

# Iteration 3: Add SQS queue and event source mapping
aws cloudformation update-stack 
--stack-name my-microservice 
--template-body file://iteration3-sqs.yaml 
--deployment-config '{"mode": "EXPRESS"}' 
--capabilities CAPABILITY_IAM
--role-arn arn:aws:iam::123456789012:role/CloudFormationDeployRole</code></pre>
<p>For AWS CDK, activate Express mode with the <code>cdk deploy --express</code> command when you deploy your CDK stack. This command retrieves your generated CloudFormation template and deploys it through the CloudFormation Express mode, which provisions your resources as part of a CloudFormation stack.</p>
<p>Express mode works with all existing CloudFormation templates and supports all CloudFormation features including change sets and nested stacks. When you enable Express mode on a parent stack, all nested stacks also use Express mode. If you need resources to be fully operational before proceeding with traffic or testing, continue using the default deployment behavior, which performs stabilization checks before completing.</p>
<p><strong><u>Now available</u></strong><br>
        <br>AWS CloudFormation Express mode is available today in all AWS commercial Regions at no additional cost. For Regional availability and a future roadmap, visit the AWS Capabilities by Region. If you want to call APIs, search documentation, find regional availability, and check troubleshooting about this new feature, try using the AWS MCP Server and plugins with your preferred AI tool. To learn more, visit the CloudFormation documentation.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/gone-phishing-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Gone Phishing | cPanel Blog</span></a></div><p>Start accelerating your deployments today, and send feedback to AWS re:Post for AWS CloudFormation or through your usual AWS Support contacts.</p>
<p>&mdash; Channy</p>
<p>       <!-- '"` --></p>
<p>The post <a href="https://thenokiablog.com/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode/">Accelerate your infrastructure deployments by up to 4x with AWS CloudFormation Express mode</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Amazon EC2 C9g and C9gd instances powered by AWS Graviton5 processors are now available</title>
		<link>https://thenokiablog.com/amazon-ec2-c9g-and-c9gd-instances-powered-by-aws-graviton5-processors-are-now-available/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 20:56:44 +0000</pubDate>
				<category><![CDATA[Nokia Mobile Phone]]></category>
		<category><![CDATA[Amazon CloudWatch]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon VPC]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[AWS CLI]]></category>
		<category><![CDATA[AWS Management Console]]></category>
		<category><![CDATA[AWS Support]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Graviton]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Regions]]></category>
		<category><![CDATA[Storage]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/amazon-ec2-c9g-and-c9gd-instances-powered-by-aws-graviton5-processors-are-now-available/</guid>

					<description><![CDATA[<p>When you run compute-intensive workloads like real-time analytics, batch processing, video encoding, scientific modeling, or CPU-based...</p>
<p>The post <a href="https://thenokiablog.com/amazon-ec2-c9g-and-c9gd-instances-powered-by-aws-graviton5-processors-are-now-available/">Amazon EC2 C9g and C9gd instances powered by AWS Graviton5 processors are now available</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<table id="amazon-polly-audio-table">
<tbody>
<tr>
<td id="amazon-polly-audio-tab">
<div id="amazon-polly-by-tab">
            <img loading="lazy" decoding="async" src="https://thenokiablog.com/wp-content/uploads/2026/07/amazon-ec2-c9g-and-c9gd-instances-powered-by-aws-graviton5-processors-are-now-available.png" alt="Voiced by Polly" width="554" height="56">
           </div>
</td>
</tr>
</tbody>
</table>
<p>When you run compute-intensive workloads like real-time analytics, batch processing, video encoding, scientific modeling, or CPU-based machine learning inference, every percentage point of performance matters. You need instances that deliver higher throughput per vCPU, faster memory access, and more network bandwidth, all while keeping your costs in check.</p>
<p>Today I am happy to announce the general availability of Amazon Elastic Compute Cloud (Amazon EC2) C9g and C9gd instances, powered by AWS Graviton5 processors. C9g instances are compute-optimized and deliver up to 25% higher performance per vCPU compared to previous-generation C8g instances. They feature the fastest memory of any processor instance in the cloud, with DDR5 8800MT/s DIMMs, 5x more L3 cache, and up to 3x higher packet-processing performance compared to Graviton4-based instances. The faster memory and larger caches mean your workloads spend less time waiting on data, translating into higher throughput for in-memory analytics, faster agentic loops, and more responsive real-time applications.</p>
<p>C9g instances are ideal for batch jobs, video encoding pipelines, or distributed analytics that can utilize Amazon Elastic Block Store (Amazon EBS) for storage. It is also a natural fit for agentic AI workloads, where concurrent environments and CPU-bound reasoning steps benefit from Graviton5&rsquo;s higher core count and larger caches. As AI shifts from answering questions to taking actions, running code, and orchestrating multi-step tasks, the demand for CPU compute is growing, and C9g instances are built for this shift.</p>
<p>Some workloads also need fast local storage alongside that compute power. Choose C9gd when your application benefits from high-speed, low-latency local NVMe SSD storage, for example scratch space during HPC simulations, temporary caches for ML inference, or local buffers for ad-serving engines.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/html-element-select-envato-tuts/" class="template-2"><span class="cta">Read more</span><span class="postTitle">HTML Element: select | Envato Tuts+</span></a></div><p>Graviton5-based instances with NVMe instance store volumes also support detailed performance statistics, providing high-resolution I/O metrics, including latency histograms broken down by I/O size, up to 1-second granularity and accessible via Amazon CloudWatch or nvme-cli at no additional cost.</p>
<p><span><strong>C9g and C9gd instances at a glance</strong></span><br>
        <br>C9g and C9gd instances are available in 11 sizes ranging from medium to 48xlarge, plus a bare metal option. They offer up to 15% higher network bandwidth and 20% higher EBS bandwidth on average across sizes compared to the previous generation, with the largest 48xlarge size delivering up to 100 Gbps of network bandwidth and up to 72 Gbps of EBS bandwidth, a 2x increase.</p>
<table border="0" cellspacing="0" cellpadding="8">
<tbody>
<tr>
<th>C9g</th>
<th>vCPUs</th>
<th>Memory<br>
           <br>(GiB)</th>
<th>Network Bandwidth<br>
           <br>(Gbps)</th>
<th>EBS Bandwidth<br>
           <br>(Gbps)</th>
</tr>
<tr>
<td><strong>medium</strong></td>
<td>1</td>
<td>2</td>
<td>Up to 15</td>
<td>Up to 12</td>
</tr>
<tr>
<td><strong>large</strong></td>
<td>2</td>
<td>4</td>
<td>Up to 15</td>
<td>Up to 12</td>
</tr>
<tr>
<td><strong>xlarge</strong></td>
<td>4</td>
<td>8</td>
<td>Up to 15</td>
<td>Up to 12</td>
</tr>
<tr>
<td><strong>2xlarge</strong></td>
<td>8</td>
<td>16</td>
<td>Up to 17</td>
<td>Up to 12</td>
</tr>
<tr>
<td><strong>4xlarge</strong></td>
<td>16</td>
<td>32</td>
<td>Up to 17</td>
<td>Up to 12</td>
</tr>
<tr>
<td><strong>8xlarge</strong></td>
<td>32</td>
<td>64</td>
<td>17</td>
<td>12</td>
</tr>
<tr>
<td><strong>12xlarge</strong></td>
<td>48</td>
<td>96</td>
<td>25</td>
<td>18</td>
</tr>
<tr>
<td><strong>16xlarge</strong></td>
<td>64</td>
<td>128</td>
<td>34</td>
<td>24</td>
</tr>
<tr>
<td><strong>24xlarge</strong></td>
<td>96</td>
<td>192</td>
<td>50</td>
<td>36</td>
</tr>
<tr>
<td><strong>48xlarge</strong></td>
<td>192</td>
<td>384</td>
<td>100</td>
<td>72</td>
</tr>
<tr>
<td><strong>metal-48xl</strong></td>
<td>192</td>
<td>384</td>
<td>100</td>
<td>72</td>
</tr>
</tbody>
</table>
<p>C9gd instances add local NVMe SSD storage with up to 30% higher storage performance compared to previous-generation local storage instances.</p>
<table border="0" cellspacing="0" cellpadding="8">
<tbody>
<tr>
<th>C9gd</th>
<th>vCPUs</th>
<th>Memory<br>
           <br>(GiB)</th>
<th>Instance Storage<br>
           <br>(GB)</th>
<th>Network Bandwidth<br>
           <br>(Gbps)</th>
<th>EBS Bandwidth<br>
           <br>(Gbps)</th>
</tr>
<tr>
<td><strong>medium</strong></td>
<td>1</td>
<td>2</td>
<td>1 x 59</td>
<td>Up to 15</td>
<td>Up to 12</td>
</tr>
<tr>
<td><strong>large</strong></td>
<td>2</td>
<td>4</td>
<td>1 x 118</td>
<td>Up to 15</td>
<td>Up to 12</td>
</tr>
<tr>
<td><strong>xlarge</strong></td>
<td>4</td>
<td>8</td>
<td>1 x 237</td>
<td>Up to 15</td>
<td>Up to 12</td>
</tr>
<tr>
<td><strong>2xlarge</strong></td>
<td>8</td>
<td>16</td>
<td>1 x 474</td>
<td>Up to 17</td>
<td>Up to 12</td>
</tr>
<tr>
<td><strong>4xlarge</strong></td>
<td>16</td>
<td>32</td>
<td>1 x 950</td>
<td>Up to 17</td>
<td>Up to 12</td>
</tr>
<tr>
<td><strong>8xlarge</strong></td>
<td>32</td>
<td>64</td>
<td>1 x 1900</td>
<td>17</td>
<td>12</td>
</tr>
<tr>
<td><strong>12xlarge</strong></td>
<td>48</td>
<td>96</td>
<td>3 x 950</td>
<td>25</td>
<td>18</td>
</tr>
<tr>
<td><strong>16xlarge</strong></td>
<td>64</td>
<td>128</td>
<td>1 x 3800</td>
<td>34</td>
<td>24</td>
</tr>
<tr>
<td><strong>24xlarge</strong></td>
<td>96</td>
<td>192</td>
<td>3 x 1900</td>
<td>50</td>
<td>36</td>
</tr>
<tr>
<td><strong>48xlarge</strong></td>
<td>192</td>
<td>384</td>
<td>3 x 3800</td>
<td>100</td>
<td>72</td>
</tr>
<tr>
<td><strong>metal-48xl</strong></td>
<td>192</td>
<td>384</td>
<td>3 x 3800</td>
<td>100</td>
<td>72</td>
</tr>
</tbody>
</table>
<p>Both families are well-suited for high-performance computing (HPC), batch processing, gaming, video encoding, scientific modeling, distributed analytics, CPU-based machine learning inference, and ad serving.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/skipping-the-whm-getting-started-wizard-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Skipping the WHM Getting Started Wizard | cPanel Blog</span></a></div><p>Here are some additional capabilities:</p>
<ul>
<li>Instance Bandwidth Configuration (IBC) lets you adjust the allocation of bandwidth between Amazon EBS and Amazon VPC networking by up to 25%, helping you optimize performance for workloads with specific bandwidth requirements such as databases and caching.</li>
<li>ENA Express support for enhanced networking.</li>
<li>Up to 128 EBS volumes can be attached to virtual instances.</li>
<li>Support for Savings Plans, On-Demand, Spot Instances, Dedicated Instances, and Dedicated Hosts.</li>
</ul>
<p><span><strong>Nitro Isolation Engine</strong></span><br>
        <br>C9g and C9gd instances are the first compute optimized Amazon EC2 instances to feature the AWS Nitro Isolation Engine, a new capability of the AWS Nitro System. The Nitro Isolation Engine is a purpose-built component of the Nitro Hypervisor, implemented in Rust, that enforces isolation between virtual machines. It mediates all access to VM memory, CPU register state, and I/O devices through a minimal set of APIs.</p>
<p>To learn more about the Nitro Isolation Engine, visit the blog post. For details on the formal verification results, including scope and assumptions, see our technical white paper.</p>
<p><span><strong>Now available</strong></span><br>
        <br>Amazon EC2 C9g and C9gd instances are now available in US East (Ohio, N. Virginia), US West (Oregon), and Europe (Frankfurt). Additional regions will follow.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/gone-phishing-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Gone Phishing | cPanel Blog</span></a></div><p>You can launch C9g and C9gd instances today using the AWS Management Console, AWS Command Line Interface (AWS CLI), or AWS SDKs. For pricing information, visit the Amazon EC2 Pricing page.</p>
<p>To learn more, visit the Amazon EC2 C9g and C9gd instances page and send feedback to AWS re:Post for EC2 or through your usual AWS Support contacts.</p>
<p>       &mdash; seb <!-- '"` --></p>
<p>The post <a href="https://thenokiablog.com/amazon-ec2-c9g-and-c9gd-instances-powered-by-aws-graviton5-processors-are-now-available/">Amazon EC2 C9g and C9gd instances powered by AWS Graviton5 processors are now available</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Automate public TLS certificate issuance with ACME support in AWS Certificate Manager</title>
		<link>https://thenokiablog.com/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 20:15:11 +0000</pubDate>
				<category><![CDATA[Nokia Mobile Phone]]></category>
		<category><![CDATA[Amazon CloudWatch]]></category>
		<category><![CDATA[Amazon Route 53]]></category>
		<category><![CDATA[AWS Certificate Manager]]></category>
		<category><![CDATA[AWS CloudTrail]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Regions]]></category>
		<category><![CDATA[Scrolling]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security, Identity, & Compliance]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager/</guid>

					<description><![CDATA[<p>If you manage TLS certificates for your applications, you know the challenge: certificates expire, and when...</p>
<p>The post <a href="https://thenokiablog.com/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager/">Automate public TLS certificate issuance with ACME support in AWS Certificate Manager</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<table id="amazon-polly-audio-table">
<tbody>
<tr>
<td id="amazon-polly-audio-tab">
<div id="amazon-polly-by-tab">
            <img loading="lazy" decoding="async" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager.png" alt="Voiced by Polly" width="554" height="56">
           </div>
</td>
</tr>
</tbody>
</table>
<p>If you manage TLS certificates for your applications, you know the challenge: certificates expire, and when they do, your customers see errors or your service goes down. As certificate validity periods get shorter (the Certification Authority (CA)/Browser Forum mandates reduced maximum validity to 100 days starting March 2027, and to 47 days by 2029), manual renewal processes become untenable. You need automation.</p>
<p>Automatic Certificate Management Environment (ACME) is an open protocol for requesting, renewing, and revoking TLS certificates without human intervention. It&rsquo;s the same protocol behind Let&rsquo;s Encrypt, and it&rsquo;s supported by dozens of clients across every platform.</p>
<p>Today we&rsquo;re announcing ACME support for public certificates in AWS Certificate Manager (ACM). ACM now provides a fully managed ACME server endpoint that works with any ACMEv2-compatible client, such as Certbot, cert-manager for Kubernetes, acme.sh, or any other client you already use. You can issue public TLS certificates from Amazon Trust Services through the standard ACME protocol.</p>
<p>Before today, if you wanted automated certificate management using the ACME protocol, you relied on external certificate authorities alongside ACM, leading to a fragmented visibility experience. Some certificates lived in ACM, others were managed externally with no central dashboard. PKI administrators had limited ability to control who could request certificates or which domains were allowed.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/html-element-select-envato-tuts/" class="template-2"><span class="cta">Read more</span><span class="postTitle">HTML Element: select | Envato Tuts+</span></a></div><p>With ACME support in ACM, you can now set up one or more managed ACME endpoint that allows you to centrally manage and monitor ACME certificate usage across your organization.</p>
<p>As a PKI administrator, you get centralized controls that go beyond basic certificate issuance. You can bind IAM roles to ACME accounts for fine-grained access control over which domains each client can request. You can define domain scopes at the endpoint level to enforce organization-wide policies. And you get centralized monitoring and visibility in the same place: AWS CloudTrail logs every certificate request for auditability, Amazon CloudWatch tracks operational metrics, and ACM sends expiry notifications when certificates are approaching renewal. Using ACM, your PKI team can search all certificates, whether issued through the ACM console, an API call, or ACME.</p>
<p><span><strong>How it works<br>
          <br></strong></span>To get started, you first set up a dedicated ACME endpoint, configure authorization controls using External Account Binding (EAB), validate which domains the endpoint can issue certificates for, and point your existing ACME clients to the new endpoint.</p>
<p>The domain validation step is important: it separates who can set up certificate issuance from who can request certificates. The PKI administrator validates domains once at the endpoint level, using DNS credentials that stay with the admin. Application owners who need certificates never touch DNS. They register with an EAB credential, and the endpoint enforces which domains and scopes they&rsquo;re allowed to request. This means you can distribute certificate automation broadly across your organization without distributing DNS keys along with it.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/skipping-the-whm-getting-started-wizard-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Skipping the WHM Getting Started Wizard | cPanel Blog</span></a></div><p>I start this demo from the&nbsp;<b>ACME certificates</b> page in the AWS Certificate Manager console.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-104397 size-large" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-1.png" alt="ACME Console" width="1024" height="877"></p>
<p>I already have a few endpoints and certificates in this account, I walk you through creating a new one from scratch. First, I select <b>Create ACME endpoint</b>.</p>
<p><img decoding="async" loading="lazy" class="aligncenter wp-image-104398 size-large" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-2.png" alt="ACME - Ceeate endpoint 1" width="1024" height="650"></p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/gone-phishing-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Gone Phishing | cPanel Blog</span></a></div><p>I give my endpoint a name. The <strong>Endpoint type</strong> is <b>Public</b>. ACME clients will connect over the public internet. The <strong>Certificate type</strong> is <b>Public</b>. The certificate will be issued by Amazon Trust Services and trusted by browsers and operating systems by default. For the certificate key type, I keep the default <b>ECDSA P-256</b>. RSA 2048 and ECDSA P-384 are also available if your clients require them.</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-large wp-image-104324" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-3.png" alt="ACME - Ceeate endpoint 2" width="1024" height="832"></p>
<p>Scrolling down, I configure the domain. I enter my domain name and select the domain scope. The scope controls exactly what certificate patterns your ACME clients are allowed to request for this domain. If I check only <strong>Exact domain</strong>, clients can only request certificates for that specific domain name. Adding <strong>Subdomains</strong> allows certificates for any subdomain (for example, api.example.com or dev.example.com). Adding <strong>Wildcards</strong> allows wildcard certificates (*.example.com). By leaving a scope unchecked, you prevent any client using this endpoint from requesting that type of certificate, even if their ACME request is otherwise valid. For a production endpoint, you might enable only <strong>Exact domain</strong> and <strong>Subdomains</strong> while leaving <strong>Wildcards</strong> unchecked to enforce a stricter security posture.</p>
<p>I also select my Amazon Route 53 hosted zone from the drop down menu. ACM then automatically creates the DNS CNAME records needed for domain validation, so I don&rsquo;t have to do it manually. When my domain is hosted outside of Route 53, I manually create the provided CNAME record at my DNS provider instead. This is a meaningful difference from typical ACME setups where each client handles its own domain verification independently.</p>
<p>These centralized controls give PKI administrators a single place to authenticate domains, restrict which certificate types (ECDSA or RSA) clients can request, and further limit wildcard issuance. Having these governance capabilities built in means you don&rsquo;t need to purchase a separate certificate lifecycle management product or invest in building a custom policy layer yourself, both of which come at significant cost and operational overhead.</p>
<p>I select&nbsp;<b>Create ACME endpoint</b></p>
<p><img decoding="async" loading="lazy" class="aligncenter wp-image-104797 size-large" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-4.png" alt="ACME - DNS configuration" width="1024" height="801"></p>
<p>After a few seconds, the endpoint is created. The console shows a <b>Setup progress</b>&nbsp;tracker with the next steps. My domain shows a &ldquo;Validating&rdquo; status. The validation method is DNS validation, where ACM verifies that you control the domain by checking for a specific CNAME record. Because I selected my Route 53 hosted zone during creation, I select <b>Create records in Route 53</b>&nbsp;to let ACM handle the DNS validation automatically.</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-large wp-image-104326" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-5.png" alt="ACME - DNS success" width="1024" height="255">The validation completes in a few seconds and the status changes to&nbsp;<b>Success</b>.</p>
<p><img decoding="async" loading="lazy" class="aligncenter wp-image-104400 size-large" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-6.png" alt="ACME - External Account Binding 1" width="1024" height="810"></p>
<p>Now I need to create External Account Binding (EAB) credentials. EAB credentials are a key identifier and HMAC key pair that lets your ACME client register an account with the ACME server. Once registered, the client generates its own asymmetric key pair, which is then used to authenticate all subsequent certificate requests. On the endpoint details page, I select the <strong>External account binding</strong> tab, then select <strong>Create EAB</strong>. I give the credential a name and optionally set an expiration time, ideally no longer than needed to complete client registration.</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-large wp-image-104329" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-7.png" alt="ACME - External Account Binding 2" width="1024" height="569"></p>
<p><img decoding="async" loading="lazy" class="aligncenter wp-image-104401 size-large" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-8.png" alt="ACME - end of configuration - show key" width="1024" height="251"></p>
<p>After I select&nbsp;<b>Create EAB credential</b>, the console shows the&nbsp;<b>Key ID</b>&nbsp;and&nbsp;<b>HMAC Key</b>. I note these values because I need them to configure my ACME client. The setup progress now shows four green checkmarks.</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-large wp-image-104330" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-9.png" alt="ACME - end of configuration - success" width="1024" height="227"></p>
<p>I&rsquo;m ready to request a certificate. On the endpoint details page, I expand the&nbsp;<b>CLI reference</b>&nbsp;section. The console provides ready-to-use command examples for both Certbot and acme.sh. I copy the Certbot command and run it inside a container using the <code>certbot/certbot</code> image.</p>
<pre><code>certbot certonly --standalone --non-interactive --agree-tos 
    --email &lt;EMAIL&gt; 
    --server https://acm-acme-enroll.us-east-1.api.aws/&lt;ENDPOINT_ID&gt;/directory 
    --eab-kid &lt;EAB_KID&gt; 
    --eab-hmac-key &lt;EAB_HMAC_KEY&gt; 
    --issuance-timeout &lt;ISSUANCE_TIMEOUT&gt; 
    -d &lt;DOMAIN&gt;</code></pre>
<p>I replace the placeholders with my endpoint URL, EAB credentials, and domain name. The <code>--eab-kid</code> and <code>--eab-hmac-key</code> arguments are how Certbot registers with your ACME endpoint using the External Account Binding credentials I generated earlier. Each ACME client has its own syntax for this step, so check your client&rsquo;s documentation for the exact flags.</p>
<p>Certbot contacts the ACME endpoint and returns a valid certificate signed by Amazon Trust Services.</p>
<p><img decoding="async" loading="lazy" class="aligncenter wp-image-104798 size-large" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-10.png" alt="Certbot to obtain a certificate through ACME" width="1024" height="378"></p>
<p>I use <code>openssl</code> to view the certificate before installing it.</p>
<p><img decoding="async" loading="lazy" class="aligncenter wp-image-104799 size-full" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-11.png" alt="openssl to view the certificate" width="938" height="752"></p>
<p>The certificate is now visible in the ACM console under the&nbsp;<b>ACME certificates</b>&nbsp;tab, alongside any certificates issued through the console or API.</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-large wp-image-104442" src="https://thenokiablog.com/wp-content/uploads/2026/07/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager-12.png" alt="Certoficate view in the ACME console" width="1024" height="280"></p>
<p><span><strong>Availability and pricing<br>
          <br></strong></span>ACME support in AWS Certificate Manager is available today in all commercial AWS Regions and will be available in AWS GovCloud (US), the China Regions, and the AWS European Sovereign Cloud partitions at a later date.</p>
<p>Pricing is per domain included in each certificate at the time of issuance, with a different price for fully qualified domain names and wildcards. Volume tiers are calculated based on total domain occurrences across all certificates issued per month in your AWS account. For details, see the ACM pricing page.</p>
<p>To get started, visit the ACM section on the AWS console or read the documentation.</p>
<p>       &mdash; seb <!-- '"` --></p>
<p>The post <a href="https://thenokiablog.com/automate-public-tls-certificate-issuance-with-acme-support-in-aws-certificate-manager/">Automate public TLS certificate issuance with ACME support in AWS Certificate Manager</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why Accessibility Is An Operational Capability, Not A Feature</title>
		<link>https://thenokiablog.com/why-accessibility-is-an-operational-capability-not-a-feature/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 12:00:00 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/why-accessibility-is-an-operational-capability-not-a-feature/</guid>

					<description><![CDATA[<p>Teams can generate UI faster than ever, but they still have to guarantee that what they...</p>
<p>The post <a href="https://thenokiablog.com/why-accessibility-is-an-operational-capability-not-a-feature/">Why Accessibility Is An Operational Capability, Not A Feature</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><section aria-label="Quick summary" class="article__summary"><span id="article__start" class="summary__heading" aria-hidden="true"></span>Teams can generate UI faster than ever, but they still have to guarantee that what they ship is usable, secure, and maintainable. Accessibility as an operational capability rather than a compliance checklist or end-of-project audit, and what that looks like in practice.</section>
</p>
<p>We know that right now, a senior engineer is shipping a checkout flow they &ldquo;built&rdquo; in a single afternoon. AI assistant does the heavy lifting, happy path runs clean, and a rotating chevron spins on the order summary. Two weeks later, engineering gets a notice from customer support: a blind customer using a screen reader can&rsquo;t complete the purchase because the &ldquo;Pay Now&rdquo; control is a <code>&lt;div&gt;</code> with a click handler. No role. Not focusable. Not working.</p>
<p>That gap &mdash; between code that runs and a product people can actually use &mdash; is becoming one of the defining engineering challenges of the AI era. Teams can generate UI faster than ever, but they still have to guarantee that what they ship is usable, secure, and maintainable.</p>
<p>Accessibility sits right in the middle of that problem.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/rose-gold-design/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Rose gold design</span></a></div><p>This is not an article about compliance checklists or end-of-project audits. It&rsquo;s about engineering systems. Specifically, why accessibility should be treated as an operational capability &mdash; alongside privacy, security, reliability, and observability &mdash; and what that looks like in practice.</p>
<h2 id="the-audit-trap">The Audit Trap</h2>
<p>For years, the default way to &ldquo;do&rdquo; accessibility was the one-time, audit-only approach: hire a firm, get a list of 200 findings, fix some of them, file the report. A lot of teams have now moved beyond this model &mdash; and the reason is worth looking into.</p>
<p>Audits do matter. For sales, procurement, governance &mdash; they&rsquo;re essential. When a buyer asks for a VPAT or an ACR, you need one. When legal asks if you&rsquo;re meeting requirements, you need documentation. Audits serve those purposes well.</p>
<p>But audits don&rsquo;t help you build accessible features during sprint planning. Audits can cost points during a sprint. They don&rsquo;t catch problems before merge requests. They don&rsquo;t scale with deployment velocity.<br>
The mistake, essentially, is tackling accessibility as a snapshot when you really need constant monitoring. Six months after the audit, the product has shipped dozens of releases, multiple new features, and a redesigned nav. The report is now fiction. Compliance is not a state you reach &mdash; it&rsquo;s a state you maintain, and complexity fights you the whole way.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/passion-work/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Passion &amp; work</span></a></div><p>The WebAIM Million report, which scans the top one million home pages every year, found that 95.9% of pages had detectable WCAG failures in its 2026 run, with an average of 56.1 errors per page. The number of page elements jumped more than 20% in a single year, likely driven by AI-enabled development and &lsquo;vibe coding&rsquo; &mdash; and more elements mean more places to break. Accessibility debt behaves exactly like technical debt: every inaccessible component you ship becomes a future remediation project, and the interest compounds.</p>
<p>Any strategy that treats accessibility as a periodic event rather than a continuous property of the system is going to lose.</p>
<h2 id="the-ai-problem-nobody-wants-to-name">The AI Problem Nobody Wants To Name</h2>
<p>With the scale at which teams now generate UI, the gap doesn&rsquo;t just persist; it multiplies.</p>
<p>Start with how fast this arrived. In February 2025, Andrej Karpathy coined &ldquo;vibe coding&rdquo; &mdash; a way of working where you &ldquo;fully give in to the vibes&rdquo; and &ldquo;forget that the code even exists&rdquo;. You describe intent, the model generates, you accept the diffs without reading them. It was meant for weekend projects. It did not stay there. Y Combinator reported that 25% of its Winter 2025 batch had codebases that were 95% AI-generated.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/the-joy-of-art/" class="template-2"><span class="cta">Read more</span><span class="postTitle">The joy of art</span></a></div><p>Models don&rsquo;t land on non-semantic markup by accident &mdash; three forces push them there. Most React code on GitHub uses non-semantic &ldquo;soup&rdquo;, so that&rsquo;s what the models learn. Human reviewers and evaluators judge output visually, so the feedback loop rewards looks, not semantics. And <code>&lt;div onClick&gt;</code> is fewer tokens than <code>&lt;button aria-expanded="true" ...&gt;</code>, so absent a constraint, the model takes the cheap path.</p>
<p>Here&rsquo;s the thing about AI-generated UI: it&rsquo;s inaccessible by default. Not occasionally &mdash; by default. A developer writing in Frontend Masters tested AI-generated React components across multiple tools and documented the pattern. A typical AI-generated sidebar had ten distinct accessibility failures in twenty-nine lines: no landmark, no heading, no list structure, elements with click handlers instead of buttons, no aria-expanded, no keyboard handling, and unlabeled icons. The accessibility tree &mdash; the structure screen readers actually read &mdash; came back as flat, unstructured text. &ldquo;Same pixels&rdquo; as the author put it. &ldquo;One is a door. The other is a painting of a door&rdquo;.</p>
<p>Now connect this to security, because the two failures come from the same root. Veracode&rsquo;s 2025 GenAI Code Security Report tested large language models across dozens of coding tasks and found that a large fraction of AI-generated code introduced security vulnerabilities &mdash; including OWASP Top 10 flaws. Cross-site scripting failures were particularly common, and security performance did not meaningfully improve with newer, larger models. The issue wasn&rsquo;t model intelligence. It was process: developers generating code without specifying security constraints and accepting output without systematic verification.</p>
<p>The same shortcut that skips the security review skips the accessibility review. At scale, AI won&rsquo;t close the accessibility gap &mdash; it has industrialized the very thing that creates it.</p>
<p>The fix is not to ban AI. Your developers are already using it. The fix is to constrain it and verify it &mdash; to treat AI as a very fast teammate who always needs guardrails.</p>
<h2 id="velocity-and-accessibility-are-not-enemies">Velocity and Accessibility Are Not Enemies</h2>
<p>This is usually where someone says, <em>&ldquo;Guardrails? Sounds great, but they will slow us down.&rdquo;</em></p>
<p>In practice, the opposite tends to be true.</p>
<p>Shift-left is the entire DevOps thesis, and it applies cleanly here. An accessibility issue caught during design review is a comment. The same issue found in production is a remediation project.</p>
<p>Catching an accessibility issue as a component is built takes minutes. Fixing one after the fact &mdash; discovering it in an audit, diagnosing the root cause, restructuring the markup, applying the necessary fix, writing tests &mdash; can easily take hours. Multiply that across hundreds of findings from a late-stage audit, and you have weeks of unplanned work that earlier automated checks &mdash; whether in design reviews, development workflows, or CI &mdash; could have prevented.</p>
<p>Teams that integrate accessibility into everyday workflows avoid the expensive surprises: emergency audits, remediation sprints, procurement blockers, and redesigns that quietly break core user journeys. Accessibility doesn&rsquo;t reduce velocity. Unexpected work reduces velocity. In-flow accessibility is one way of eliminating unexpected work.</p>
<h2 id="what-enterprise-ready-actually-looks-like">What Enterprise-Ready Actually Looks Like</h2>
<p>The organizations that scale accessibility successfully do not rely on heroes. They rely on <strong>systems</strong>.</p>
<p>The highest-leverage place to start is the <strong>design system</strong>. One accessible component can be reused thousands of times. The GOV.UK Design System is a useful example: components undergo both automated and manual testing using assistive technologies such as JAWS, NVDA, VoiceOver, and TalkBack. The team is explicit about the limits of automation and supplements tooling with user testing involving people with disabilities. They&rsquo;re equally clear that using the design system doesn&rsquo;t &ldquo;magically&rdquo; make a service accessible; it just gives you a higher starting point.</p>
<p>Accessibility becomes infrastructure. That&rsquo;s the lesson.</p>
<p>From there, it moves into the <strong>engineering workflow</strong>:</p>
<ul>
<li>Accessibility requirements are included in the Definition of Done.</li>
<li>Pull request reviews include explicit accessibility checks.</li>
<li>Interactive controls use semantic elements (<code>&lt;button&gt;</code>, <code>&lt;a&gt;</code>) by default.</li>
<li>Keyboard navigation and focus management are treated as standard engineering concerns, not optional polish.</li>
</ul>
<p>Finally, accessibility becomes enforceable through <strong>automation</strong>:</p>
<p>At that point, accessibility stops depending on memory and starts depending on the process. It becomes part of your platform.</p>
<h2 id="patterns-that-actually-scale">Patterns That Actually Scale</h2>
<p>A few implementation patterns consistently show up in teams that do this well.</p>
<h3 id="constrain-ai-before-it-generates">Constrain AI Before It Generates</h3>
<p>Instead of fixing accessibility after generation, bake requirements directly into tooling through Cursor rules, Copilot instructions, or repository-level standards. Tell the model to use semantic HTML. Tell it when to use buttons versus links. Tell it to expose the state and labels correctly. Models follow persistent constraints far more reliably than one-off prompts.</p>
<p>Comboboxes, menus, tabs, modals, and similar controls routinely become accessibility hotspots. Libraries such as Radix UI, React Aria, and Headless UI already solve many of these problems. The scalable approach is not about repeatedly implementing accessibility correctly. It&rsquo;s inheriting accessible behavior from well-tested primitives.</p>
<h3 id="capture-accessibility-during-design-handoff">Capture Accessibility During Design Handoff</h3>
<p>Focus order, labels, heading hierarchy, and interaction states should be specified before implementation begins. If accessibility requirements are absent from the design artifact, they are often absent from the final product. A simple memo at design handoff &mdash; what is the tab order, what are the labels, what happens on error &mdash; removes a huge amount of guesswork later.</p>
<p>None of these patterns is exotic. They&rsquo;re just DevOps and platform thinking applied to accessibility.</p>
<h2 id="the-broader-business-impact">The Broader Business Impact</h2>
<p>Engineering leaders rarely prioritize accessibility solely because of regulations. But regulations, procurement requirements, user retention, and product quality all point in the same direction.</p>
<p>Legal pressure continues to increase. Digital accessibility lawsuits in the United States have stayed in the thousands per year, and they are not limited to large enterprises. The European Accessibility Act is now enforceable across the EU, applying to e&#8209;commerce, banking, ticketing, telecoms, and more, regardless of where the company is headquartered. The message is clear: accessibility is no longer a &ldquo;nice-to-have&rdquo; in the eyes of regulators.</p>
<p>But compliance is only part of the story. The bigger story is the market you leave on the table. The World Economic Forum (December 2023) estimates that the world&rsquo;s 1.3 billion people with disabilities, &ldquo;along with their friends and family, has a spending power of $13 trillion&rdquo;; disabled consumers alone control roughly $8 trillion in annual disposable income, per the Valuable 500.</p>
<p>In the UK alone, the Click-Away Pound Report 2019 found the &ldquo;Click-Away Pound has risen to &pound;17.1 billion&rdquo; &mdash; more than 4.9 million users with access needs who abandon inaccessible sites and spend elsewhere, up almost 45% from &pound;11.75 billion in 2016. People don&rsquo;t file a bug report. They leave and buy from a competitor.</p>
<p>There is also a procurement reality that turns accessibility from a cost into a moat. If you sell B2B or to government, you will increasingly be asked for proof of accessibility &mdash; VPATs/ACRs or equivalent documentation. According to Level Access&rsquo;s Seventh Annual State of Digital Accessibility Report, 75% of organizations now require proof of accessibility at least most of the time when purchasing digital products &mdash; essentially unchanged from 74% in the previous report, but with a notable shift towards stricter enforcement, as those that always require it rose from 27% to 31%. A strong ACR accelerates the sales cycle; a weak one, or none at all, creates redlines that stall or kill it. For some buyers, this is a hard requirement before your product can even enter evaluation. A strong accessibility story accelerates the sales cycle. A weak one creates redlines that stall or kill it.</p>
<p>Step back and the deeper pattern is clear: accessibility is a proxy for engineering maturity. A team that ships semantic HTML, manages focus, exposes state correctly, and tests it in CI is a team that has its house in order. The same discipline that produces an accessible component produces a maintainable, testable, less buggy one.</p>
<p>For dev and product leaders, that&rsquo;s the real business case: accessibility work is platform work. It pays off every time a feature ships faster and more smoothly, with less rework, than it otherwise would have.</p>
<h2 id="systems-not-sprints">Systems, Not Sprints</h2>
<p>If you take one thing from this, make it this: accessibility doesn&rsquo;t come from an audit, a hero, or a heroic remediation sprint before launch. It comes from systems.</p>
<p>An accessible design system so components start right. A Definition of Done so they stay right. Automated testing and CI gates so regressions fail the build. Governance, so someone owns it. Guardrails for AI-assisted development so your fastest tool stops being your biggest liability.</p>
<p>None of those practices is particularly glamorous. That&rsquo;s exactly why they work. They&rsquo;re the same kinds of boring, reliable systems you already trust for security, reliability, and performance.</p>
<p>But there&rsquo;s one thing no tool on that list can do. No linter, no automated scanner run, no dashboard will ever tell you what it&rsquo;s actually like to use your product as a blind person with a screen reader, or to navigate your checkout with a keyboard because a tremor makes a mouse inoperable.<br>
So build the systems &mdash; you need them, and they&rsquo;re the only way accessibility survives contact with a real release schedule. But test with real users with disabilities regularly. The first time you sit behind someone using JAWS to fight through a form your team thought was &ldquo;done&rdquo;, something changes. The tooling tells you whether you passed. A real person tells you whether it actually works.</p>
<p>Accessibility is not a feature. It&rsquo;s an operational capability. Treat it that way, and you get something dev and product leaders already care about: a faster, safer, more reliable way to ship software.</p>
<div class="signature"><img decoding="async" src="https://thenokiablog.com/wp-content/uploads/2026/07/why-accessibility-is-an-operational-capability-not-a-feature.png" alt="Smashing Editorial" width="35" height="46" loading="lazy"><br>
<span>(il, yk)</span></div>
<p>The post <a href="https://thenokiablog.com/why-accessibility-is-an-operational-capability-not-a-feature/">Why Accessibility Is An Operational Capability, Not A Feature</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: Agentic CX designer for Amazon Connect Customer, EC2 AMI Watermarks, Open Governance for MySQL, and more (June 29, 2026)</title>
		<link>https://thenokiablog.com/aws-weekly-roundup-agentic-cx-designer-for-amazon-connect-customer-ec2-ami-watermarks-open-governance-for-mysql-and-more-june-29-2026/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Mon, 29 Jun 2026 16:30:30 +0000</pubDate>
				<category><![CDATA[Nokia Mobile Phone]]></category>
		<category><![CDATA[Amazon Connect]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon GuardDuty]]></category>
		<category><![CDATA[Amazon Managed Streaming for Apache Kafka (Amazon MSK)]]></category>
		<category><![CDATA[Amazon OpenSearch Service]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Outposts]]></category>
		<category><![CDATA[AWS re:Invent]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Firecracker]]></category>
		<category><![CDATA[Kiro]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Regions]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[Week in Review]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/aws-weekly-roundup-agentic-cx-designer-for-amazon-connect-customer-ec2-ami-watermarks-open-governance-for-mysql-and-more-june-29-2026/</guid>

					<description><![CDATA[<p>It has been a busy stretch on the AWS Summit circuit. At the New York City...</p>
<p>The post <a href="https://thenokiablog.com/aws-weekly-roundup-agentic-cx-designer-for-amazon-connect-customer-ec2-ami-watermarks-open-governance-for-mysql-and-more-june-29-2026/">AWS Weekly Roundup: Agentic CX designer for Amazon Connect Customer, EC2 AMI Watermarks, Open Governance for MySQL, and more (June 29, 2026)</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<table id="amazon-polly-audio-table">
<tbody>
<tr>
<td id="amazon-polly-audio-tab">
<div id="amazon-polly-by-tab">
            <img loading="lazy" decoding="async" src="https://thenokiablog.com/wp-content/uploads/2026/06/aws-weekly-roundup-agentic-cx-designer-for-amazon-connect-customer-ec2-ami-watermarks-open-governance-for-mysql-and-more-june-29-2026.png" alt="Voiced by Polly" width="554" height="56">
           </div>
</td>
</tr>
</tbody>
</table>
<p><img loading="lazy" decoding="async" class="alignright size-medium wp-image-104911" src="https://thenokiablog.com/wp-content/uploads/2026/06/aws-weekly-roundup-agentic-cx-designer-for-amazon-connect-customer-ec2-ami-watermarks-open-governance-for-mysql-and-more-june-29-2026.jpg" alt width="225" height="300">It has been a busy stretch on the AWS Summit circuit. At the New York City Summit, I delivered a workshop called Building AI architectures with AWS Serverless, and it was a lot of fun watching builders wire up agents and serverless services to solve real problems in a single afternoon. This week I am heading down to the Washington, DC Summit, which always puts a spotlight on innovation in the public sector. If you are going to be there, come say hello.</p>
<p>A question I hear a lot at these events is how teams can put AI to work without waiting on a long engineering backlog, and this week&rsquo;s biggest launch speaks directly to that, with Amazon Connect Customer introducing a no-code way for business teams to design AI powered customer experiences themselves. Now, let&rsquo;s get into this week&rsquo;s AWS news.</p>
<p><strong><br>
         <ins>Headlines<br>
          <br></ins><br>
        </strong>Amazon Connect Customer launched the Agentic CX designer (NLX) in preview, a no-code canvas for designing and deploying AI powered self service experiences. Business teams can build and launch voice and digital experiences that bring agentic and deterministic AI together in one governed flow, going from design to testing and simulation to production ready experiences in weeks rather than months. The launch also includes Live Sync in preview, a patented technology that drives a customer&rsquo;s web or mobile experience in real time as they speak or type. A caller can complete a form or pull up the right product page without ever leaving the conversation. To see how this reshapes who designs customer experience, read the blog post on how the business user is the new architect of customer experience.</p>
<p><strong><br>
         <ins>Last week&rsquo;s launches<br>
          <br></ins><br>
        </strong>Here are some launches and updates from this past week that caught my attention:</p>
<ul>
<li><strong>AWS Lambda MicroVMs</strong> &ndash; A new serverless compute primitive that gives each user or job VM level isolation with near instant launch and resume speeds, plus the ability to suspend and resume execution for up to 8 hours. Built on Firecracker, it is made for running user or AI generated code in multi-tenant applications without managing virtualization infrastructure or trading off isolation, speed, and state.</li>
<li><strong>Amazon EC2 AMI Watermarks</strong> &ndash; Lets you embed custom identifiers in your private AMIs that automatically carry forward to every derived AMI across copies, Regions, and account shares. You can combine watermarks with Allowed AMIs and Declarative Policies to restrict launches to approved images, available at no additional cost in all AWS Regions.</li>
<li><strong>AWS Outposts self-service lifecycle management</strong> &ndash; Adds self service configuration, quoting, ordering, subscription management, renewal, and decommissioning directly from the console, CLI, and API. A new quoting tool generates real time cost estimates in seconds and surfaces account and regional constraints before you submit an order.</li>
<li><strong>Amazon MSK AI Agent Skills</strong> &ndash; Gives AI coding assistants like Kiro, Claude Code, and Cursor expert, up-to-date guidance for operating Amazon MSK, covering troubleshooting, sizing, configuring, monitoring, and migrating external Kafka clusters to MSK Express. Tasks that once required specialized knowledge become a guided experience developers can complete on their own.</li>
<li><strong>Amazon OpenSearch Service AI-assisted migrations</strong> &ndash; Migration Assistant now includes an agent guided experience that helps you move self managed Apache Solr, Elasticsearch, or OpenSearch deployments to OpenSearch Serverless or Managed Clusters using tools like Kiro and Claude Code, with new live traffic capture and replay support for Solr.</li>
<li><strong>Amazon GuardDuty AI-powered investigations (preview)</strong> &ndash; Automatically analyzes findings and accounts to help you separate true threats from benign activity, examining context and related activity from the last 90 days with knowledge graphs and threat intelligence. Each investigation returns a disposition assessment with confidence scoring, MITRE ATT&amp;CK classification, and actionable recommendations in minutes.</li>
</ul>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/html-element-select-envato-tuts/" class="template-2"><span class="cta">Read more</span><span class="postTitle">HTML Element: select | Envato Tuts+</span></a></div><p>For a full list of AWS announcements, be sure to keep an eye on the What&rsquo;s New with AWS page.</p>
<p><strong><br>
         <ins>Other AWS news<br>
          <br></ins><br>
        </strong>Here are some additional posts and resources that you might find interesting:</p>
<ul>
<li><strong>Open Governance for MySQL</strong> &ndash; Oracle announced a community governance model for MySQL that gives organizations outside Oracle a defined role in the project, including four non Oracle seats on a new Steering Committee and a public GitHub presence. AWS holds a seat and shares why it supports the move and how it already contributes fixes upstream for everyone running MySQL.</li>
<li><strong>A new way to keep your AWS Certification current</strong> -You can now maintain an eligible AWS Certification for an additional year by completing curated training and hands on labs on AWS Skill Builder instead of retaking a full exam. The option is available today in open beta for several Associate and Professional certifications, with more coming later this year.</li>
<li><strong>The All Builders Welcome Grant insider&rsquo;s guide for 2026 applicants</strong> &ndash; A community guide on AWS Builder Center that walks early career builders through applying for the grant, which covers a full conference pass, airfare, and hotel for AWS re:Invent 2026. Applications are open now and close on July 14.</li>
</ul>
<p>For a full list of AWS blog posts, be sure to keep an eye on the AWS Blogs page.</p>
<p>Looking for ways to connect with builders in person? Check out the AWS Summits coming to a city near you, find a local AWS Community Day led by user groups around the world, and explore tutorials, community content, and ways to grow your skills over at the AWS Builder Center.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/skipping-the-whm-getting-started-wizard-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Skipping the WHM Getting Started Wizard | cPanel Blog</span></a></div><p>That&rsquo;s all for this week. Check back next Monday for another Weekly Roundup!</p>
<p>-Micah</p>
<p>       <!-- '"` --></p>
<p>The post <a href="https://thenokiablog.com/aws-weekly-roundup-agentic-cx-designer-for-amazon-connect-customer-ec2-ami-watermarks-open-governance-for-mysql-and-more-june-29-2026/">AWS Weekly Roundup: Agentic CX designer for Amazon Connect Customer, EC2 AMI Watermarks, Open Governance for MySQL, and more (June 29, 2026)</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Run isolated sandboxes with full lifecycle control: AWS Lambda introduces MicroVMs</title>
		<link>https://thenokiablog.com/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Mon, 22 Jun 2026 22:40:07 +0000</pubDate>
				<category><![CDATA[Nokia Mobile Phone]]></category>
		<category><![CDATA[Amazon CloudWatch]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[Containers]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Firecracker]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Regions]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[Storage]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms/</guid>

					<description><![CDATA[<p>Today, we are announcing AWS Lambda MicroVMs, a new serverless compute primitive within AWS Lambda that...</p>
<p>The post <a href="https://thenokiablog.com/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms/">Run isolated sandboxes with full lifecycle control: AWS Lambda introduces MicroVMs</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<table id="amazon-polly-audio-table">
<tbody>
<tr>
<td id="amazon-polly-audio-tab">
<div id="amazon-polly-by-tab">
            <img loading="lazy" decoding="async" src="https://thenokiablog.com/wp-content/uploads/2026/06/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms.png" alt="Voiced by Polly" width="554" height="56">
           </div>
</td>
</tr>
</tbody>
</table>
<p>Today, we are announcing AWS Lambda MicroVMs, a new serverless compute primitive within AWS Lambda that lets you run code generated by users or AI in isolated, stateful execution environments. You get virtual machine level isolation, near-instant launch and resume, and direct control over environment lifecycle and state, all without managing infrastructure or building expertise in complex virtualization technologies. Lambda MicroVMs are powered by Firecracker, the same lightweight virtualization technology that has powered over 15 trillions of monthly Lambda function invocations.</p>
<p><strong><span>Why customers need this</span><br>
         <br></strong>Over the past few years a new class of multi-tenant applications has emerged that all share the need to hand each end user their own dedicated execution environment in which to safely run code that the application developer did not write. AI coding assistants, interactive code environments, data analytics platforms, vulnerability scanners, and game servers that run user-supplied scripts all fit this pattern. Building that capability today means making a difficult choice. Virtual machines deliver strong isolation but take minutes to start. Containers launch in seconds, yet their shared-kernel architecture requires significant custom hardening to safely contain untrusted code. Functions as a service are optimized for event-driven, request-response workloads, but are not designed for long-running interactive sessions that need to retain environment state across user interactions. That leaves developers either accepting tradeoffs between performance and isolation, or investing significant engineering resources to build and operate custom virtualization infrastructure to achieve isolated execution while delivering low-latency experiences to end-users. This presents an effort that demands deep expertise and pulls engineering time away from the product they are actually trying to build.</p>
<p>Lambda MicroVMs is purpose-built for exactly this gap. Each MicroVM gives a single end user or session its own isolated environment that launches rapidly, retains memory and disk state for the length of the session, and pauses to a low idle cost when the user steps away. Because the same Firecracker technology already underpins AWS Lambda Functions, you inherit the operational maturity of a service that has been running this stack at scale.</p>
<p><strong><span>Let&rsquo;s try it out</span><br>
         <br></strong>To get started, I navigated to the AWS Lambda console, where Lambda MicroVMs now appears in the left-hand navigation menu. I first need to create a MicroVM Image.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/html-element-select-envato-tuts/" class="template-2"><span class="cta">Read more</span><span class="postTitle">HTML Element: select | Envato Tuts+</span></a></div><p>I packaged a Flask web app and its Dockerfile into a zip file, uploaded it to an Amazon Simple Storage Service (Amazon S3) bucket.</p>
<p>My Flask API &ndash; app.py</p>
<pre class="unlimited-height-code"><code class="lang-python">import logging

from flask import Flask, jsonify

app = Flask(__name__)
logging.basicConfig(level=logging.INFO)


@app.route("/")
def hello():
    app.logger.info("Received request to hello world endpoint")
    return jsonify(message="Hello, World!")


if __name__ == "__main__":
    app.run(host="0.0.0.0", port=5000)
</code></pre>
<p>My Dockerfile</p>
<pre class="unlimited-height-code"><code>
FROM public.ecr.aws/lambda/microvms:al2023-minimal
RUN dnf install -y python3 python3-pip &amp;&amp; dnf clean all

WORKDIR /app

COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt

COPY app.py .

EXPOSE 5000

CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]

</code></pre>
<p>I used the following command to create my MicroVM Image.</p>
<pre><code class="lang-bash">aws lambda-microvms create-microvm-image 
--code-artifact uri=&lt;path/to/s3/artifact.zip&gt; --name &lt;VM_image_name&gt; 
--base-image-arn arn:aws:lambda:us-east-1:aws:microvm-image:al2023-1 
--build-role-arn &lt;IAM role ARN&gt;</code></pre>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/skipping-the-whm-getting-started-wizard-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Skipping the WHM Getting Started Wizard | cPanel Blog</span></a></div><p><img loading="lazy" decoding="async" class="alignnone wp-image-104847 size-large" src="https://thenokiablog.com/wp-content/uploads/2026/06/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms-1.png" alt width="1024" height="577"></p>
<p>You can also create the MicroVM Image in the AWS Console as in the image above. Once I ran the command, Lambda retrieved the zip, ran the Dockerfile, initialized the application, and took a Firecracker snapshot of the running disk and memory state. Build logs streamed in real time to Amazon CloudWatch under <code>/aws/lambda/microvms/&lt;image-name&gt;</code>, and when the image was ready it appeared in the console with its Amazon Resource Name (ARN) and version number.</p>
<pre><code class="lang-bash">aws lambda-microvms run-microvm 
--image-identifier arn:aws:lambda:&lt;region&gt;:&lt;acct&gt;:microvm-image:my-image 
--execution-role-arn arn:aws:iam::&lt;acct&gt;:role/MicroVMExecutionRole 
--idle-policy '{"maxIdleDurationSeconds":900,"suspendedDurationSeconds":300,"autoResumeEnabled":true}'
</code></pre>
<p>Launching can also be done via the AWS Console or the CLI. I passed the image ARN and an idle policy configured to auto-suspend after 15 minutes of inactivity and auto-resume on the next incoming request. No networking setup was required. Lambda assigned the MicroVM a unique ID, returned a dedicated endpoint URL, and started a new MicroVM with my Flask app already running, since it was resumed from a snapshot. My Flask app was already running the moment the launch completed. One API call to get a fully initialized, bootstrapped compute environment.</p>
<p><img decoding="async" loading="lazy" class="alignnone size-large wp-image-104756" src="https://thenokiablog.com/wp-content/uploads/2026/06/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms-2.png" alt width="1024" height="729"></p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/gone-phishing-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Gone Phishing | cPanel Blog</span></a></div><p>To send traffic, I generated a short-lived auth token with the CLI and attached it to a plain HTTPS request using the <code>X-aws-proxy-auth</code> header. The request landed on my Flask app immediately. I then let the MicroVM sit idle past the suspend threshold, at which point the MicroVM was suspended, with its memory and disk state snapshotted and stored. I then sent another request, and it resumed with the application state fully intact. From the client side, the pause never happened.</p>
<p><img decoding="async" loading="lazy" class="alignnone size-large wp-image-104757" src="https://thenokiablog.com/wp-content/uploads/2026/06/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms-3.png" alt width="1024" height="229"></p>
<p><strong><span>How it works</span><br>
         <br></strong>Under the covers, Lambda MicroVMs delivers three capabilities that, until today, no single AWS compute service offered together. The first is virtual machine level isolation, which comes from Firecracker. Each session runs in its own dedicated MicroVM with no shared kernel and no shared resources between users, so untrusted code supplied by one user is contained to their execution environment, without access to other environments or the underlying system. The second is rapid launch and resume. The model is image-then-launch: you create a MicroVM Image by supplying a Dockerfile and code packaged as a zip artifact in Amazon S3, and Lambda runs your Dockerfile, initializes your application, and takes a Firecracker snapshot of the running environment&rsquo;s memory and disk state. Every subsequent MicroVM launched from that image resumes from the pre-initialized snapshot rather than booting cold, which means launches and idle resumes both achieve near-instant startup latency. Even a multi-gigabyte interactive session comes back online quickly enough to feel responsive to the end user. The third is stateful execution. A running MicroVM retains memory, disk, and running processes across the user&rsquo;s session. During idle periods, a MicroVM can be suspended &ndash; with memory and disk state intact &ndash; and resumed when traffic arrives. Installed packages, loaded models, and working &#64257;lesets are readily available when the user resumes their session. MicroVMs support up to 8 hours of total runtime and can be suspended automatically after a configurable idle window, which makes it straightforward to build products as varied as software vulnerability scans that complete in minutes, data analytics applications that run for hours, and interactive coding sessions with extended idle periods. As Lambda MicroVMs are started from pre-initialized snapshots, applications generating unique content, establishing network connections, or loading ephemeral data during initialization may need to integrate with service-provided hooks for compatibility.</p>
<p>Lambda MicroVMs is a new resource within AWS Lambda, with a distinct API surface. Lambda Functions remain the right choice for event-driven, request-response workloads, and Lambda MicroVMs is purpose-built for multi-tenant applications that need to hand each end user or session their own isolated environment to execute user- or AI-generated code. The two complement each other. An application using Lambda Functions for its event-driven backbone can call into Lambda MicroVMs for the steps that need to run untrusted code in isolation. You bring the application, and the service delivers the execution environment.</p>
<p><strong><span>Now available</span><br>
         <br></strong>AWS Lambda MicroVMs is available today in the US East (N. Virginia, Ohio), US West (Oregon), Europe (Ireland) and Asia Pacific (Tokyo) Regions, on the ARM64 architecture, with up to 16 vCPUs, 32 GB of memory, and 32 GB of disk per MicroVM. Idle MicroVMs can be suspended explicitly through an API call or automatically through a lifecycle policy, which reduces the running cost while preserving full state for fast resume. Pricing details can be found on the AWS Lambda pricing page.</p>
<p>To get started, visit the AWS Lambda console, or learn more on the Lambda MicroVMs product page. For documentation, see the Lambda MicroVMs Developer Guide.</p>
<p>       <!-- '"` --></p>
<p>The post <a href="https://thenokiablog.com/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms/">Run isolated sandboxes with full lifecycle control: AWS Lambda introduces MicroVMs</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>20+ Best Free Minimal Themes for WordPress in 2026</title>
		<link>https://thenokiablog.com/20-best-free-minimal-themes-for-wordpress-in-2026/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Mon, 22 Jun 2026 16:22:23 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Free WordPress Themes]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Minimal Design]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WooCommerce]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/20-best-free-minimal-themes-for-wordpress-in-2026/</guid>

					<description><![CDATA[<p>If you prefer a clean, uncluttered look for your website, a minimal WordPress theme is an...</p>
<p>The post <a href="https://thenokiablog.com/20-best-free-minimal-themes-for-wordpress-in-2026/">20+ Best Free Minimal Themes for WordPress in 2026</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you prefer a clean, uncluttered look for your website, a minimal WordPress theme is an excellent choice for writers and creatives. With fewer distractions, your content and work will stand out, making it much easier to read and appreciate.</p>
<p>With an emphasis on simplicity, elegance, and functionality, they improve user experience by providing a clean and user-friendly interface. They will also help improve your website&rsquo;s speed and loading times, improve visual hierarchy, and create a stronger brand identity. </p>
<p>A minimal WordPress theme will help you increase engagement, conversions, and overall satisfaction for your website visitors.</p>
<p>This article has a collection of free WordPress themes that fully embrace minimal design. They are all fully responsive and beautifully designed, making them the perfect platform for your portfolio or blog.</p>
<hr>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/rose-gold-design/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Rose gold design</span></a></div><p>plenty of whitespace so your customers can focus on your products, which is sure to increase your conversions. The theme is also highly customizable.</p>
<p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026.jpg" height="600" width="850" alt="airi WooCommerce wordpress theme blog minimal design clean"></p>
<p class="title-details">Free to Download</p>
<p>The Celsius theme supports multiple post formats and large featured images that will draw in your visitors. It loads fast and looks great on any device thanks to its responsive design.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/passion-work/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Passion &amp; work</span></a></div><p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026-1.jpg" height="600" width="850" alt="Celsius Free WordPress Theme WP Responsive Blog Minimal Design Minimalist Lightweight"></p>
<h2><span id="Pure_WordPress_Theme">Pure WordPress Theme <i class="fas fa-external-link-alt external"></i></span></h2>
<p class="title-details">Free to Download</p>
<p>The Pure theme is an excellent choice for designers, featuring a minimal design focused on typography and portfolio features. You can use the built-in drag-and-drop builder to customize page layouts and style the theme using the powerful admin panel.</p>
<p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026-2.jpg" height="600" width="850" alt="Pure Free WordPress Theme WP Responsive Blog Minimal Design Minimalist Lightweight"></p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/the-joy-of-art/" class="template-2"><span class="cta">Read more</span><span class="postTitle">The joy of art</span></a></div><p class="title-details">Free to Download</p>
<p>Less Reloaded is a minimalist, responsive WordPress theme. It has full support for Gutenberg and offers only the necessary features. It&rsquo;s quick to set up and easy to use.</p>
<p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026-3.jpg" height="600" width="850" alt="Less Reloaded Free WordPress Theme WP Responsive Blog Minimal Design Minimalist Lightweight"></p>
<p class="title-details">Free to Download</p>
<p>The Lightly theme is an excellent choice for a minimal online magazine or a news site. It was optimized for fast loading and features a widgetized homepage, making it easy to showcase posts and post categories.</p>
<p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026-4.jpg" height="600" width="850" alt="Lightly Free WordPress Theme WP Responsive Blog Minimal Design Minimalist Lightweight"></p>
<p class="title-details">Free to Download</p>
<p>The Ocin Lite is another excellent theme for minimal WooCommerce stores. The theme is fully responsive and easy to customize using the built-in Live Customizer. </p>
<p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026-5.jpg" height="600" width="850" alt="Ocin Lite WooCommerce Free WordPress Theme WP Responsive Blog Minimal Design Minimalist Lightweight"></p>
<p class="title-details">Free to Download</p>
<p>Koji is perfect for writers and bloggers as it offers ample whitespace around your posts. It&rsquo;s compatible with Gutenberg and has full accessibility support. </p>
<p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026-6.jpg" height="600" width="850" alt="koji Free WordPress Theme WP Responsive Blog Minimal Design Minimalist Lightweight"></p>
<p class="title-details">Free to Download</p>
<p>The Nuria theme is clean and perfect for online magazines and news sites. The theme focuses on readability and lets you display multiple featured posts as post lists or carousel sliders.</p>
<p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026-7.jpg" height="600" width="850" alt="Nuria blogging Free WordPress Theme WP Responsive Blog Minimal Design Minimalist Lightweight"></p>
<p class="title-details">Free to Download</p>
<p>Casper is another theme that&rsquo;s quick to set up, as it offers minimal features. The theme has a single-column layout and is fully responsive.</p>
<p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026-8.jpg" height="600" width="850" alt="Casper Free WordPress Theme WP Responsive Blog Minimal Design Minimalist Lightweight"></p>
<p class="title-details">Free to Download</p>
<p>The Rams theme offers a standard two-column layout, a colorful sidebar, and gorgeous typography. The theme is perfect for bloggers and authors, and is fully responsive. It also includes full Jetpack support and support for various post formats.</p>
<p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026-9.jpg" height="600" width="850" alt="rams Free WordPress Theme WP Responsive Blog Minimal Design Minimalist Lightweight"></p>
<p class="title-details">Free to Download</p>
<p>The Vito theme is sure to grab your visitors&rsquo; attention thanks to stunning animations that bring your content to life. The theme is also fully responsive, so it will work great on any device.</p>
<p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026-10.jpg" height="600" width="850" alt="vito clean Free WordPress Theme WP Responsive Blog Minimal Design Minimalist Lightweight"></p>
<p class="title-details">Free to Download</p>
<p>The Lingonberry theme uses a timeline-like display for your blog posts. It offers a single-column layout and supports multiple post formats and the Gutenberg editor.</p>
<p><img decoding="async" loading="lazy" src="https://thenokiablog.com/wp-content/uploads/2026/06/20-best-free-minimal-themes-for-wordpress-in-2026-11.jpg" height="600" width="850" alt="Lingonberry Clean blogger Free WordPress Theme WP Responsive Blog Minimal Design Minimalist Lightweight"></p>
<h2><span id="Best_WordPress_Minimal_Themes_at_a_Glance">Best WordPress Minimal Themes at a Glance</span></h2>
<div>
<table class="table-wrapped">
<thead>
<tr>
<th>Theme</th>
<th>Description</th>
<th>Best Use / Style</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>McLuhan</strong></td>
<td>Clean theme featuring archive-style homepage, AJAX search, social menu.</td>
<td>Blog / content-first sites</td>
</tr>
<tr>
<td><strong>Upright</strong></td>
<td>Minimal magazine/blog theme with lots of customization and speed optimization.</td>
<td>Magazine and blog sites</td>
</tr>
<tr>
<td><strong>Opta</strong></td>
<td>Portfolio/photography theme with elegant typography and galleries.</td>
<td>Portfolio showcase</td>
</tr>
<tr>
<td><strong>Chronus</strong></td>
<td>Grid-based layout with magazine widgets for featured content.</td>
<td>News or magazine hubs</td>
</tr>
<tr>
<td><strong>Blogasm</strong></td>
<td>Airy minimal blog with beautiful typography and SEO readiness.</td>
<td>Personal/lifestyle blogs</td>
</tr>
<tr>
<td><strong>Write Minimal</strong></td>
<td>Easy-to-customize classic blog with support for multiple post formats.</td>
<td>Writers and bloggers</td>
</tr>
<tr>
<td><strong>Integer</strong></td>
<td>Single-column, typography-focused theme aimed at written content.</td>
<td>Authors and long-form blogs</td>
</tr>
<tr>
<td><strong>Arba</strong></td>
<td>Large featured images with minimal design, ideal for travel/food blogs.</td>
<td>Photography or story blogs</td>
</tr>
<tr>
<td><strong>Arke Minimal</strong></td>
<td>Ultra simple one-column layout with no widgets or settings.</td>
<td>Quick setup, barebones sites</td>
</tr>
<tr>
<td><strong>Davis Starter</strong></td>
<td>Minimal starter theme with sparse settings for fast launches.</td>
<td>Simple blog or personal site</td>
</tr>
<tr>
<td><strong>Illustratr Portfolio</strong></td>
<td>Portfolio theme with custom menu and sleek minimal layouts.</td>
<td>Visual portfolios</td>
</tr>
<tr>
<td><strong>Airi</strong></td>
<td>Minimal shop theme with lots of whitespace to focus on products.</td>
<td>Minimal e-commerce</td>
</tr>
<tr>
<td><strong>Celsius Minimal</strong></td>
<td>Supports multiple post formats and large featured images.</td>
<td>Content-driven blogs</td>
</tr>
<tr>
<td><strong>Pure Theme</strong></td>
<td>Minimal theme with drag and drop page builder support.</td>
<td>Design &amp; portfolio sites</td>
</tr>
<tr>
<td><strong>Less Reloaded</strong></td>
<td>Simplified theme with Gutenberg support and essential features.</td>
<td>Minimal WordPress sites</td>
</tr>
<tr>
<td><strong>Lightly Responsive</strong></td>
<td>Widgetized homepage suitable for news and magazine layouts.</td>
<td>Magazine/news sites</td>
</tr>
<tr>
<td><strong>Ocin</strong></td>
<td>Minimal WooCommerce theme with live customizer support.</td>
<td>Online stores with clean design</td>
</tr>
<tr>
<td><strong>Koji</strong></td>
<td>Whitespace-focused blog with Gutenberg compatibility.</td>
<td>Writing &amp; blogging themes</td>
</tr>
<tr>
<td><strong>Nuria</strong></td>
<td>Clean blog with featured lists and carousel sliders.</td>
<td>Magazine and blogging</td>
</tr>
<tr>
<td><strong>Casper</strong></td>
<td>Basic responsive theme with single-column minimal design.</td>
<td>Basic blogs</td>
</tr>
<tr>
<td><strong>Rams</strong></td>
<td>Two-column layout with colorful sidebar and post format support.</td>
<td>Author and blog sites</td>
</tr>
<tr>
<td><strong>Vito</strong></td>
<td>Animated minimal blog with responsive design.</td>
<td>Engaging blogs</td>
</tr>
<tr>
<td><strong>Lingonberry</strong></td>
<td>Single-column timeline style blog with Gutenberg support.</td>
<td>Chronological blogs</td>
</tr>
</tbody>
</table>
</div>
<h2><span id="The_Perfect_Minimal_Theme">The Perfect Minimal Theme</span></h2>
<p>Minimal WordPress themes are a great choice when you want to make sure your content stands out. They can be used by bloggers and writers as well as designers and creatives who want their portfolio to be the main focus. Use this roundup to find the perfect minimal theme for your website.</p>
<hr>
<div class="explore-more">
<h2><span id="More_Free_WordPress_Themes">More Free WordPress Themes</span></h2>
<p>Our WordPress.com Review Migrate to WordPress.com </p></div>

<p>&ndash;&gt;</p>
<div class="topics">
<h2>Related Topics</h2>
</div>
<p>                Read more articles by Paul Andrew
                    </p>

<hr>
<p>The post <a href="https://thenokiablog.com/20-best-free-minimal-themes-for-wordpress-in-2026/">20+ Best Free Minimal Themes for WordPress in 2026</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AWS Weekly Roundup: NY Summit recap, Local Zone in Hanoi, Grok 4.3 in Bedrock, price reductions, and more (June 22, 2026)</title>
		<link>https://thenokiablog.com/aws-weekly-roundup-ny-summit-recap-local-zone-in-hanoi-grok-4-3-in-bedrock-price-reductions-and-more-june-22-2026/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Mon, 22 Jun 2026 14:46:17 +0000</pubDate>
				<category><![CDATA[Nokia Mobile Phone]]></category>
		<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon Bedrock AgentCore]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon Elastic Container Service]]></category>
		<category><![CDATA[Amazon GameLift]]></category>
		<category><![CDATA[Amazon Route 53]]></category>
		<category><![CDATA[Amazon Simple Storage Service (S3)]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Auto Scaling]]></category>
		<category><![CDATA[AWS Local Zones]]></category>
		<category><![CDATA[AWS Management Console]]></category>
		<category><![CDATA[AWS Marketplace]]></category>
		<category><![CDATA[AWS Summit New York]]></category>
		<category><![CDATA[AWS Transform]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Generative AI]]></category>
		<category><![CDATA[Kiro]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Price Reduction]]></category>
		<category><![CDATA[Regions]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[Strands Agents]]></category>
		<category><![CDATA[Week in Review]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/aws-weekly-roundup-ny-summit-recap-local-zone-in-hanoi-grok-4-3-in-bedrock-price-reductions-and-more-june-22-2026/</guid>

					<description><![CDATA[<p>Last week AWS Summit New York City brought together thousands of customers, partners, and builders for...</p>
<p>The post <a href="https://thenokiablog.com/aws-weekly-roundup-ny-summit-recap-local-zone-in-hanoi-grok-4-3-in-bedrock-price-reductions-and-more-june-22-2026/">AWS Weekly Roundup: NY Summit recap, Local Zone in Hanoi, Grok 4.3 in Bedrock, price reductions, and more (June 22, 2026)</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<table id="amazon-polly-audio-table">
<tbody>
<tr>
<td id="amazon-polly-audio-tab">
<div id="amazon-polly-by-tab">
            <img loading="lazy" decoding="async" src="https://thenokiablog.com/wp-content/uploads/2026/06/aws-weekly-roundup-ny-summit-recap-local-zone-in-hanoi-grok-4-3-in-bedrock-price-reductions-and-more-june-22-2026.png" alt="Voiced by Polly" width="554" height="56">
           </div>
</td>
</tr>
</tbody>
</table>
<p>Last week AWS Summit New York City brought together thousands of customers, partners, and builders for a free, one-day event showcasing the latest in cloud and AI innovation. Dr. Swami Sivasubramanian, VP of Agentic AI at AWS unveiled a stack of AI launches in his keynote, all built around one thesis: agents that compound value over time.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-104713" src="https://thenokiablog.com/wp-content/uploads/2026/06/aws-weekly-roundup-ny-summit-recap-local-zone-in-hanoi-grok-4-3-in-bedrock-price-reductions-and-more-june-22-2026.jpg" alt width="1600" height="905"></p>
<ul>
<li><strong>Agents for working</strong> &ndash; You can launch autonomous agents and access a smarter activity feed with new Amazon Quick features, which now let you create and run multi-step agents directly in the desktop app and consolidates email, Slack, calendar, and tasks into a single prioritized view with personalized rules.</li>
<li><strong>Agents for securing</strong> &ndash; You can shift from reactive to proactive security with AWS Continuum, a new AI-native security service that reasons, validates, and acts at machine speed across the full code vulnerability lifecycle. AWS Security Agent (now part of AWS Continuum) adds new features: threat modeling; pull request code scanning with remediation across major Git platforms; and IDE integrations via Kiro power, Claude Code plugin, and MCP.</li>
<li><strong>Agents for building</strong> &ndash; You can write, ship, and modernize code in one continuous loop with Kiro, AWS DevOps Agent, and AWS Transform. Kiro introduces a native iOS app; AWS DevOps Agent adds release management capabilities to assess code changes before production; and AWS Transform continuous modernization reduces tech debt autonomously.</li>
<li><strong>Agents customers create</strong> &ndash; You can go from agent idea to production in minutes with Amazon Bedrock AgentCore, which now includes a GA harness for infrastructure and orchestration, Web Search, Managed Knowledge Base, policy integrations with Guardrails, and the new AWS Context service for mapping organizational data relationships.</li>
</ul>
<p>To learn more, visit the Summit recap from our top announcements blog post and Amazon News post.</p>
<p><strong>Last week&rsquo;s launches</strong><br>
        <br>Here are last week&rsquo;s launches that caught my attention:</p>
<ul>
<li>AWS Local Zone in Hanoi, Vietnam&#8239; &mdash;This new Local Zone is one of the first AWS Local Zones in the Asia Pacific with support for Amazon S3 and Amazon EBS Local Snapshots, enabling customers to meet data residency requirements by storing and backing up data locally. To get started, enable the Hanoi Local Zone (<code>ap-southeast-1-han-1a</code>) from the Regions and Zones tab in the AWS Global View or by using the ModifyAvailabilityZoneGroup API.</li>
<li>AWS Blocks, an open-source TypeScript framework for application developers (preview) &mdash; AWS Blocks runs a fully functional local environment with Postgres, authentication, and real-time messaging, no AWS account required. When you&rsquo;re ready to deploy, the same application code runs on production AWS services with zero changes, and you can drop into AWS CDK at any point for direct resource configuration.</li>
<li>Grok 4.3 from xAI in Amazon Bedrock &mdash;You can use the Grok 4.3 model on Amazon Bedrock, giving you even more choice as you build generative AI applications across reasoning, agentic, and enterprise workflows. Grok 4.3 runs on a new inference engine in Bedrock designed for price performance, with support for tool calling, structured output, and response streaming.</li>
<li>Amazon S3 annotations: attach rich, queryable context directly to your objects &mdash; Amazon S3 now lets you attach up to 1 GB of rich, mutable, and queryable context directly to your objects using annotations, purpose-built for AI agents and autonomous workflows that need to discover, understand, and act on data at scale without maintaining separate metadata systems.</li>
<li>Amazon ECS announces faster service auto scaling &mdash; Amazon ECS service auto scaling now detects and responds to load changes faster with support for high resolution (20-second) metrics and metric publishing optimizations. In AWS benchmarking tests, time to trigger scale-out improved from 363 seconds to 86 seconds (76% faster), and total time to scale and provision new tasks improved from 386 seconds to 109 seconds (72% faster).</li>
<li>Amazon EC2 G7 instances accelerated by NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs &mdash; AWS is the first major cloud provider to support NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs. G7 instances are accelerated by these GPUs with custom sixth-generation Intel Xeon Scalable processors, delivering up to 4.6x AI inference performance and up to 2.1x graphics performance compared to G6 instances.</li>
<li>Strands Agents introduces new capabilities &mdash; Strands is an open source toolkit for building production agents. You can now use better context management in Harness SDK, a new isolated execution environment with Strands Shell, and chaos testing and red teaming in Strands Evals.</li>
<li>AWS Management Console Private Access &ndash; You can access the AWS Console from VPCs without internet connectivity, allowing enterprises to manage their AWS infrastructure through the console while maintaining strict network security controls in air-gapped environments.</li>
<li>AWS Marketplace Storefront is now generally available &ndash; AWS Partners can create and deploy their own branded catalog of solutions and services on their website or application in hours. Channel Partners and Independent Software Vendors can now simplify how they manage their cloud marketplace business and make it easier for customers to discover and purchase their solutions from AWS Marketplace.</li>
<li> Palo Alto Networks (PANW) Advanced DNS Security on Amazon Route 53 Resolver DNS Firewall (preview) &ndash; You can now enforce DNS threat protections from Palo Alto Networks directly on Route 53 DNS Firewall rules, without deploying separate firewalls or modifying VPC configurations &mdash; by subscribing to PANW from the DNS Firewall console through the embedded AWS Marketplace widget.</li>
</ul>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/html-element-select-envato-tuts/" class="template-2"><span class="cta">Read more</span><span class="postTitle">HTML Element: select | Envato Tuts+</span></a></div><p>For a full list of AWS announcements, be sure to keep an eye on the What&rsquo;s New with AWS page.</p>
<p><strong>Price reductions&nbsp;</strong><br>
        <br>AWS continues to look for ways to increase performance and lower prices for our customers. I noticed a few such efforts last week, so I&rsquo;d like to share them:</p>
<p>Learn more about AWS, browse and join upcoming AWS-led in-person and virtual events, startup events, and developer-focused events as well as AWS Summits and AWS Community Days. Join the AWS Builder Center to connect with builders, share solutions, and access content that supports your development.</p>
<p>That&rsquo;s all for this week. Check back next Monday for another Weekly Roundup!</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/skipping-the-whm-getting-started-wizard-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Skipping the WHM Getting Started Wizard | cPanel Blog</span></a></div><p>&mdash; Channy</p>
<p>       <!-- '"` --></p>
<p>The post <a href="https://thenokiablog.com/aws-weekly-roundup-ny-summit-recap-local-zone-in-hanoi-grok-4-3-in-bedrock-price-reductions-and-more-june-22-2026/">AWS Weekly Roundup: NY Summit recap, Local Zone in Hanoi, Grok 4.3 in Bedrock, price reductions, and more (June 22, 2026)</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Announcing Amazon EC2 G7 instances accelerated by NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs</title>
		<link>https://thenokiablog.com/announcing-amazon-ec2-g7-instances-accelerated-by-nvidia-rtx-pro-4500-blackwell-server-edition-gpus/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Thu, 18 Jun 2026 21:22:10 +0000</pubDate>
				<category><![CDATA[Nokia Mobile Phone]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon Elastic Kubernetes Service]]></category>
		<category><![CDATA[Amazon EMR]]></category>
		<category><![CDATA[Amazon FSx]]></category>
		<category><![CDATA[Amazon FSx for Lustre]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[AWS Support]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Regions]]></category>
		<category><![CDATA[Storage]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/announcing-amazon-ec2-g7-instances-accelerated-by-nvidia-rtx-pro-4500-blackwell-server-edition-gpus/</guid>

					<description><![CDATA[<p>Today, we&#8217;re announcing the general availability of Amazon Elastic Compute Cloud (Amazon EC2) G7 instances, delivering...</p>
<p>The post <a href="https://thenokiablog.com/announcing-amazon-ec2-g7-instances-accelerated-by-nvidia-rtx-pro-4500-blackwell-server-edition-gpus/">Announcing Amazon EC2 G7 instances accelerated by NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<table id="amazon-polly-audio-table">
<tbody>
<tr>
<td id="amazon-polly-audio-tab">
<div id="amazon-polly-by-tab">
            <img loading="lazy" decoding="async" src="https://thenokiablog.com/wp-content/uploads/2026/06/announcing-amazon-ec2-g7-instances-accelerated-by-nvidia-rtx-pro-4500-blackwell-server-edition-gpus.png" alt="Voiced by Polly" width="554" height="56">
           </div>
</td>
</tr>
</tbody>
</table>
<p>Today, we&rsquo;re announcing the general availability of Amazon Elastic Compute Cloud (Amazon EC2) G7 instances, delivering high performance GPU acceleration for AI inference, graphics, and data analytics workloads.</p>
<p>AWS is the first major cloud provider to support NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs. G7 instances are accelerated by these GPUs with custom sixth-generation Intel Xeon Scalable processors, delivering up to 4.6x AI inference performance and up to 2.1x graphics performance compared to G6 instances. G7 instances also deliver faster performance for GPU-accelerated analytics on Amazon EMR on Amazon Elastic Kubernetes Service (Amazon EKS). G7 instances are well suited for a broad range of GPU-enabled workloads including AI inference, graphics rendering, video transcoding and analytics, spatial computing, virtual desktop infrastructure (VDI), and data analytics.</p>
<p>Here are improvements of G7 instances compared to previous generation:</p>
<ul>
<li><strong>Faster GPU memory</strong> &ndash; NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs offer 1.33 times the GPU memory capacity and 2.45 times the GPU memory bandwidth compared to G6 instances. With 32 GB of GPU memory per GPU, 5th Gen Tensor Cores, and 4th Gen RT Cores, G7 instances deliver enhanced AI inference and graphics performance.</li>
<li><strong>High performance networking and storage</strong> &ndash; G7 instances come with 700 Gbps of EFA-enabled networking throughput (7x compared to G6) enabling the low-latency, high-bandwidth connectivity that AI inference, graphics-intensive applications, and GPU-accelerated data analytics workloads need to perform at their best. G7 instances support up to 7.6 TB local NVMe SSD storage, enabling you to keep large models and datasets close to compute, reduce data transfer overhead, and improve throughput.</li>
<li><strong>Advanced video encoding and decoding engines</strong> &ndash; Ninth-generation NVENC and sixth-generation NVDEC engines support 4:2:2 encoding and decoding for high-resolution video workflows, delivering 1.5x concurrent video streams compared to previous-generation G6 instances.</li>
</ul>
<p><strong>EC2 G7 instance specifications</strong><br>
        <br>G7 instances feature up to 8 NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs with up to 256 GB of total GPU memory (32 GB of memory per GPU) and custom Intel Xeon Scalable processors. They also are available in 7 sizes and support up to 192 vCPUs, up to 700 Gbps of network bandwidth, up to 768 GiB of system memory, and up to 7.6 TB of local NVMe SSD storage.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/html-element-select-envato-tuts/" class="template-2"><span class="cta">Read more</span><span class="postTitle">HTML Element: select | Envato Tuts+</span></a></div><p>Here are the specs:</p>
<table>
<tbody>
<tr>
<td><strong>Instance name</strong></td>
<td><strong>GPUs</strong></td>
<td><strong>GPU memory (GB)</strong></td>
<td><strong>vCPUs</strong></td>
<td><strong>Memory (GiB)</strong></td>
<td><strong>Storage</strong></td>
<td><strong>EBS bandwidth (Gbps)</strong></td>
<td><strong>Network bandwidth (Gbps)</strong></td>
</tr>
<tr>
<td><strong>g7.2xlarge</strong></td>
<td>1</td>
<td>32</td>
<td>8</td>
<td>32</td>
<td>1 x 600</td>
<td>Up to 8</td>
<td>Up to 60</td>
</tr>
<tr>
<td><strong>g7.4xlarge</strong></td>
<td>1</td>
<td>32</td>
<td>16</td>
<td>64</td>
<td>1 x 600</td>
<td>8</td>
<td>Up to 100</td>
</tr>
<tr>
<td><strong>g7.8xlarge</strong></td>
<td>1</td>
<td>32</td>
<td>32</td>
<td>128</td>
<td>1 x 950</td>
<td>16</td>
<td>Up to 100</td>
</tr>
<tr>
<td><strong>g7.12xlarge</strong></td>
<td>2</td>
<td>64</td>
<td>48</td>
<td>192</td>
<td>1 x 1900</td>
<td>20</td>
<td>175</td>
</tr>
<tr>
<td><strong>g7.24xlarge</strong></td>
<td>4</td>
<td>128</td>
<td>96</td>
<td>384</td>
<td>1 x 3800</td>
<td>40</td>
<td>350</td>
</tr>
<tr>
<td><strong>g7.48xlarge</strong></td>
<td>8</td>
<td>256</td>
<td>192</td>
<td>768</td>
<td>2 x 3800</td>
<td>80</td>
<td>700</td>
</tr>
<tr>
<td><strong>g7.metal*</strong></td>
<td>8</td>
<td>256</td>
<td>192</td>
<td>768</td>
<td>2 x 3800</td>
<td>80</td>
<td>700</td>
</tr>
</tbody>
</table>
<p>* Coming soon</p>
<p>G7 instances support NVIDIA GPUDirect P2P for multi-GPU sizes, NVIDIA GPUDirect RDMA with EFA, and GPUDirect RDMA with EFA for Amazon FSx for Lustre, enabling low-latency GPU-to-GPU communication for multi-GPU and multi-node workloads.</p>
<p>To get started with G7 instances, you can use the AWS Deep Learning AMIs (DLAMI) or NVIDIA Workstation AMIs with prepackaged GPU drivers for your AI inference and graphics workloads. To use G7 instances with Amazon EKS, build EKS AMIs with NVIDIA driver version R595 with EKS-provided automation<strong>.</strong> G7 instances support multiple operating systems including Amazon Linux, Ubuntu, RHEL, and Windows Server, with comprehensive NVIDIA driver integration providing compatibility with industry-standard graphics libraries including DirectX, Vulkan, and OpenGL.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/skipping-the-whm-getting-started-wizard-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Skipping the WHM Getting Started Wizard | cPanel Blog</span></a></div><p><strong>Get started today</strong><br>
        <br>You can start using Amazon EC2 G7 instances today in two AWS regions: US East (Ohio) and US West (Oregon). To check future Regional expansion plans, look up the instance type in the CloudFormation resources tab on the AWS Capabilities by Region page.</p>
<p>G7 instances are offered through multiple purchasing options, including On-Demand, Savings Plans, and Spot Instances. Dedicated Instances are also supported for the <code>12xlarge</code>, <code>24xlarge</code>, and <code>48xlarge</code> sizes. For detailed pricing, visit the Amazon EC2 Pricing page.</p>
<p>Ready to get started? Launch G7 instances from the Amazon EC2 console. For more details, head over to the Amazon EC2 G7 instances page. We&rsquo;d love to hear your feedback. Share it on AWS re:Post for EC2 or reach out through your usual AWS Support contacts.</p>
<p>&ndash; Daniel Abib</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/gone-phishing-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Gone Phishing | cPanel Blog</span></a></div><p>       <!-- '"` --></p>
<p>The post <a href="https://thenokiablog.com/announcing-amazon-ec2-g7-instances-accelerated-by-nvidia-rtx-pro-4500-blackwell-server-edition-gpus/">Announcing Amazon EC2 G7 instances accelerated by NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Amazon ECS introduces new high-resolution metrics for faster service auto scaling</title>
		<link>https://thenokiablog.com/amazon-ecs-introduces-new-high-resolution-metrics-for-faster-service-auto-scaling/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Thu, 18 Jun 2026 21:06:38 +0000</pubDate>
				<category><![CDATA[Nokia Mobile Phone]]></category>
		<category><![CDATA[Amazon CloudWatch]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon Elastic Container Service]]></category>
		<category><![CDATA[Auto Scaling]]></category>
		<category><![CDATA[AWS CLI]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS Fargate]]></category>
		<category><![CDATA[AWS Support]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/amazon-ecs-introduces-new-high-resolution-metrics-for-faster-service-auto-scaling/</guid>

					<description><![CDATA[<p>Amazon Elastic Container Service (Amazon ECS) service auto scaling automatically adjusts task counts to meet workload...</p>
<p>The post <a href="https://thenokiablog.com/amazon-ecs-introduces-new-high-resolution-metrics-for-faster-service-auto-scaling/">Amazon ECS introduces new high-resolution metrics for faster service auto scaling</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<table id="amazon-polly-audio-table">
<tbody>
<tr>
<td id="amazon-polly-audio-tab">
<div id="amazon-polly-by-tab">
            <img loading="lazy" decoding="async" src="https://thenokiablog.com/wp-content/uploads/2026/06/amazon-ecs-introduces-new-high-resolution-metrics-for-faster-service-auto-scaling.png" alt="Voiced by Polly" width="554" height="56">
           </div>
</td>
</tr>
</tbody>
</table>
<p>Amazon Elastic Container Service (Amazon ECS) service auto scaling automatically adjusts task counts to meet workload demand with comprehensive scaling policies, including predictive scaling for recurring traffic patterns, scheduled scaling for planned events, and target tracking to scale dynamically on real-time metrics.</p>
<p>You can choose proactive scaling by using predictive scaling (automatic) and scheduled scaling (customer-defined), or reactive scaling by using target tracking with just a target to scale on. Amazon ECS service auto scaling adjusts the number of tasks in an ECS service based on Amazon CloudWatch metrics, such as average CPU/Memory usage, request count per target, a custom metric such as queue depth, or demand surges by using advanced machine learning (ML) algorithms.</p>
<p>With today&rsquo;s launch, Amazon ECS service auto scaling now detects and responds to load changes faster with support for high resolution (20-second) metrics and metric publishing optimizations. In AWS benchmarking tests, time to trigger scale-out improved from 363 seconds to 86 seconds (76% faster, 4.2x), and total time to scale and provision new tasks improved from 386 seconds to 109 seconds (72% faster, 3.5x)</p>
<p>This launch delivers three key benefits for your applications:</p>
<ul>
<li><strong>Improved performance and reliability</strong>: Faster scaling means, your application responds faster to demand surges, reducing latencies or failures for end users during demand surges.</li>
<li><strong>Right-size without compromise</strong>: Depending on the workload, you can reduce baseline task counts because scale-out now happens fast enough to handle traffic spikes without preemptive capacity padding. This directly reduces compute costs while maintaining application performance and availability.</li>
<li><strong>Simpler scaling configuration</strong>: Target tracking with high-resolution metrics delivers the aggressive scaling behavior that previously required custom scaling configurations, such as usage of step-scaling policies. One configuration change replaces custom engineering work.</li>
</ul>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/html-element-select-envato-tuts/" class="template-2"><span class="cta">Read more</span><span class="postTitle">HTML Element: select | Envato Tuts+</span></a></div><p><strong><u>How it works</u></strong><br>
        <br>To use ECS faster service auto scaling, first enable high-resolution metrics for your ECS service, and then configure a target tracking scaling policy which uses high-resolution metrics. ECS faster service autoscaling works across all compute options on ECS: AWS Fargate, ECS Managed Instances, and Amazon Elastic Compute Cloud (Amazon EC2). You can enable these metrics when you create or update your ECS service in the Amazon ECS console, or using AWS SDKs and tools, and AWS CloudFormation.</p>
<p>When you create a service in the console, add 20-seconds resolution metrics in the <strong>Monitoring configuration</strong> section. These metrics incur additional CloudWatch costs while the standard resolution (60-seconds) is free.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-104695 size-full" src="https://thenokiablog.com/wp-content/uploads/2026/06/amazon-ecs-introduces-new-high-resolution-metrics-for-faster-service-auto-scaling.jpg" alt width="1661" height="2560"></p>
<p>In the <strong>Service auto scaling</strong> section, check <strong>Use service auto scaling</strong> and choose <strong>Target Tracking</strong> for the scaling policy type to use real-time data to scale the number of tasks that your service runs based on demand.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/skipping-the-whm-getting-started-wizard-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Skipping the WHM Getting Started Wizard | cPanel Blog</span></a></div><p>Then, choose a<strong> Scaling policy type</strong> for the target tracking. You can select <code>ECSServiceAverageCPUUtilizationHighResolution</code> or <code>ECSServiceAverageMemoryUtilizationHighResolution</code> as new metrics.</p>
<p><img decoding="async" loading="lazy" class="aligncenter wp-image-104696 size-full" src="https://thenokiablog.com/wp-content/uploads/2026/06/amazon-ecs-introduces-new-high-resolution-metrics-for-faster-service-auto-scaling-1.jpg" alt width="1800" height="2380"></p>
<p>That&rsquo;s it &ndash; your ECS service will use high resolution metrics for auto scaling.</p>
<p>To update an existing ECS service to use faster auto scaling, you first need to configure high resolution metrics via <strong>Update Service</strong>. Once deployment completes, your service will generate high-resolution metrics. You can then go to the <strong>Service and auto scaling</strong> tab from your service details to update scaling policy to use higher resolution metrics.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/gone-phishing-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Gone Phishing | cPanel Blog</span></a></div><p><img decoding="async" loading="lazy" class="aligncenter wp-image-104200 size-full" src="https://thenokiablog.com/wp-content/uploads/2026/06/amazon-ecs-introduces-new-high-resolution-metrics-for-faster-service-auto-scaling-1.png" alt width="2007" height="1685"></p>
<p>That&rsquo;s all you need. Your ECS service now evaluates scaling decisions at 20-second intervals.</p>
<p>You can also use the AWS Command Line Interface (AWS CLI) to enable new metrics in your ECS service through Application Auto Scaling. To learn more, visit the faster auto scaling documentation.</p>
<p><strong><u>Now available</u></strong><br>
        <br>Faster service autoscaling with high-resolution metrics for Amazon ECS is available today. The feature itself has no additional cost, but high-resolution CloudWatch metrics introduce a new pricing dimension. For details, see the CloudWatch pricing page.</p>
<p>Give it a try today&nbsp;and send feedback to AWS re:Post for ECS or through your usual AWS Support contacts.</p>
<p>&mdash; Channy</p>
<p>       <!-- '"` --></p>
<p>The post <a href="https://thenokiablog.com/amazon-ecs-introduces-new-high-resolution-metrics-for-faster-service-auto-scaling/">Amazon ECS introduces new high-resolution metrics for faster service auto scaling</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Top announcements of the AWS Summit in New York, 2026</title>
		<link>https://thenokiablog.com/top-announcements-of-the-aws-summit-in-new-york-2026/</link>
		
		<dc:creator><![CDATA[Mister Nokia]]></dc:creator>
		<pubDate>Wed, 17 Jun 2026 16:36:08 +0000</pubDate>
				<category><![CDATA[Nokia Mobile Phone]]></category>
		<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon Bedrock AgentCore]]></category>
		<category><![CDATA[Amazon Simple Storage Service (S3)]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[AWS Summit New York]]></category>
		<category><![CDATA[AWS Transform]]></category>
		<category><![CDATA[AWS WAF]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Kiro]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://thenokiablog.com/top-announcements-of-the-aws-summit-in-new-york-2026/</guid>

					<description><![CDATA[<p>Today at the AWS Summit in New York City, Swami Sivasubramanian, AWS VP of Agentic AI,...</p>
<p>The post <a href="https://thenokiablog.com/top-announcements-of-the-aws-summit-in-new-york-2026/">Top announcements of the AWS Summit in New York, 2026</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<table id="amazon-polly-audio-table">
<tbody>
<tr>
<td id="amazon-polly-audio-tab">
<div id="amazon-polly-by-tab">
            <img loading="lazy" decoding="async" src="https://thenokiablog.com/wp-content/uploads/2026/06/top-announcements-of-the-aws-summit-in-new-york-2026.png" alt="Voiced by Polly" width="554" height="56">
           </div>
</td>
</tr>
</tbody>
</table>
<p>Today at the AWS Summit in New York City, Swami Sivasubramanian, AWS VP of Agentic AI, provided the day&rsquo;s keynote.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-104713" src="https://thenokiablog.com/wp-content/uploads/2026/06/top-announcements-of-the-aws-summit-in-new-york-2026.jpg" alt width="1600" height="905"></p>
<p>Here&rsquo;s our roundup of the biggest announcements from the event:</p>
<p><strong>New in agents customers create<br>
         <br></strong>We&rsquo;re introducing new capabilities on Amazon Bedrock AgentCore: connecting AI agents to organizational, web, and paid knowledge, helping teams find and fix what&rsquo;s going wrong in production, and enforcing controls that scale as agents grow more capable.</p>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/html-element-select-envato-tuts/" class="template-2"><span class="cta">Read more</span><span class="postTitle">HTML Element: select | Envato Tuts+</span></a></div><p><img decoding="async" loading="lazy" class="alignnone wp-image-133707 size-full" src="https://thenokiablog.com/wp-content/uploads/2026/06/top-announcements-of-the-aws-summit-in-new-york-2026-1.png" alt width="3200" height="1800"></p>
<p>Together, these capabilities help you build more capable agents faster, govern those agents with controls that scale, and improve them continuously. To learn more, read our blog post covering all the new features.</p>
<ul>
<li>Introducing Amazon Bedrock Managed Knowledge Base for faster, more accurate enterprise AI applications &mdash; You can build enterprise RAG pipelines with the managed Knowledge Base on Bedrock. It provides native data connectors, Smart Parsing for automatic multi-format data preparation, and an Agentic Retriever for complex multi-step queries&mdash;all integrated with AgentCore Gateway so developers can focus on business outcomes rather than infrastructure management.</li>
<li>Announcing Web Search on Amazon Bedrock AgentCore: Ground your AI agents in current, accurate web knowledge &mdash; You can use a fully managed web search tool that enables agents to ground responses in current, cited web knowledge with zero data egress from customer&rsquo; secured AWS environment. You can focus on building agents instead of manually adding web search to agents on Bedrock AgentCore and managing its infrastructure.</li>
<li>AWS WAF adds AI traffic monetization capability to help content owners charge AI bots for content access &mdash; You can use a new Bot Control capability that enables content providers and publishers price, meter, and collect payment from AI bots and agents accessing their content and APIs. AWS WAF now lets you set a price for that access, accept payment through third-party providers, and grant scoped access directly at the edge.</li>
<li>Amazon Bedrock AgentCore harness in now generally available &mdash; You can do building and running production-grade AI agents in minutes&mdash;without coding orchestration loops&mdash;by defining your agent&rsquo;s model, tools, skills, and instructions in configuration, with Bedrock AgentCore harness.</li>
<li>Coming soon: AWS Context &mdash; This is a new service that automatically maps the relationships across your existing data into a knowledge graph and provides agentic search so AI agents in the organization can access governed data relationships, business rules, and domain knowledge at runtime.</li>
</ul>
<p><strong>New in agents for securing</strong></p>
<ul>
<li>Introducing AWS Continuum: Security at machine speed &mdash; AWS Continuum for code vulnerabilities, available in a gated preview, takes findings from across your environment, prioritizes by business impact, proves which are exploitable, and drives a fix through your own process.</li>
<li>AWS Security Agent (now part of AWS Continuum) adds threat modeling, Kiro power and Claude Code plugin, and more &mdash; You can generate the new threat modeling (preview) to understand the full context of your application and identify threats with recommended mitigations using the STRIDE framework. You can also use pull request code scanning with remediation across major Git platforms, and IDE integrations via Kiro power, Claude Code plugin, and MCP &mdash; letting developers run security reviews and fix issues without context switching.</li>
</ul>
<p><strong>New in agents for building</strong></p>
<ul>
<li>Introducing Kiro for iOS &mdash; Kiro introduces a native iOS app, available in a gated preview, built for real engineering work that gives developers a new surface to kick off, monitor, steer, and interact with their Kiro sessions directly from their phone. That means you can now start sessions, check back when they&rsquo;re done, review diffs, and approve changes all while staying connected to your work with no laptop running.</li>
<li>AWS DevOps Agent adds release management capabilities to assess code changes before production &mdash; You can use a new release readiness review of code changes and autonomous release testing. These new features verify every change against the natural language standards you give to the DevOps Agent and run change-specific tests in production-like environments.</li>
<li>Proactively reduce tech debt autonomously with AWS Transform &ndash; continuous modernization &mdash; You can use continuous analysis (preview) to automatically scan your code repositories against configurable baselines and generates findings in hours, not weeks. Once you&rsquo;ve identified and prioritized findings, you can configure autonomous remediations that generate pull requests for affected repositories automatically.</li>
</ul>
<div class="internal-linking-related-contents"><a href="https://thenokiablog.com/skipping-the-whm-getting-started-wizard-cpanel-blog/" class="template-2"><span class="cta">Read more</span><span class="postTitle">Skipping the WHM Getting Started Wizard | cPanel Blog</span></a></div><p>In addition to the keynote announcements, we have other important launches this week:</p>
<p>       <!-- '"` --></p>
<p>The post <a href="https://thenokiablog.com/top-announcements-of-the-aws-summit-in-new-york-2026/">Top announcements of the AWS Summit in New York, 2026</a> appeared first on <a href="https://thenokiablog.com">The NOKIA Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
