<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AWS on JAVAPRO International</title><link>https://javapro-en.svenruppert.com/tags/aws/</link><description>Recent content in AWS on JAVAPRO International</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Thu, 30 Apr 2026 07:00:01 +0000</lastBuildDate><atom:link href="https://javapro-en.svenruppert.com/tags/aws/index.xml" rel="self" type="application/rss+xml"/><item><title>Building Production-Ready AI Agents with Java and Spring AI</title><link>https://javapro-en.svenruppert.com/building-production-ready-ai-agents-with-java-and-spring-ai/</link><pubDate>Thu, 30 Apr 2026 07:00:01 +0000</pubDate><guid>https://javapro-en.svenruppert.com/building-production-ready-ai-agents-with-java-and-spring-ai/</guid><description>&lt;p&gt;Java developers have been building enterprise applications for decades, but when it comes to AI, the conversation has been dominated by Python. &lt;a href="https://spring.io/projects/spring-ai"&gt;Spring AI&lt;/a&gt; changes this situation. It brings the same patterns we know from Spring - dependency injection, auto-configuration, portable abstractions - to AI development.&lt;/p&gt;
&lt;p&gt;In January 2026 we built a sample agent application, and we want to share what we learned. The sample AI agent handles conversations with memory, answers questions from internal knowledge bases, uses external APIs, and integrates with existing microservices - all running on &lt;a href="https://aws.amazon.com/bedrock/"&gt;Amazon Bedro&lt;/a&gt;&lt;a href="https://aws.amazon.com/bedrock/"&gt;ck&lt;/a&gt;. If you want to try it yourself, the &lt;a href="https://catalog.workshops.aws/java-spring-ai-agents"&gt;Building AI Agents with Java and Spring AI&lt;/a&gt; workshop [1] walks you through typical challenges of Generative AI models and provides step by step solutions with code available on &lt;a href="https://github.com/aws-samples/java-on-aws"&gt;GitHub&lt;/a&gt; [2].&lt;/p&gt;</description></item><item><title>Modernize Java Applications with Amazon EKS: A Cloud-Native Approach</title><link>https://javapro-en.svenruppert.com/modernize-java-applications-with-amazon-eks-a-cloud-native-approach/</link><pubDate>Tue, 19 Aug 2025 07:00:01 +0000</pubDate><guid>https://javapro-en.svenruppert.com/modernize-java-applications-with-amazon-eks-a-cloud-native-approach/</guid><description>&lt;p&gt;Cloud-native development has become the cornerstone of modern application development, with containerization leading the charge in deployment strategies. For Java developers and enterprises with significant Java investments, the journey to cloud-native architecture presents both opportunities and challenges. This article explores how Amazon EKS, combined with cutting-edge technologies like &lt;a href="https://wiki.openjdk.org/display/crac"&gt;Coordinated Restore at Checkpoint (CRaC)&lt;/a&gt; and &lt;a href="https://quarkus.io/"&gt;Quarkus&lt;/a&gt;, is revolutionizing Java application deployment in the cloud.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://aws.amazon.com/eks/"&gt;Amazon Elastic Kubernetes Service (Amazon EKS)&lt;/a&gt; is a fully managed Kubernetes service that enables customers to run Kubernetes seamlessly in both AWS Cloud and on-premises data centers. In the cloud, Amazon EKS automates Kubernetes cluster infrastructure management. This is essential for scheduling containers, managing application availability, dynamically scaling resources, optimizing compute, storing cluster data, and performing other critical functions. With Amazon EKS, customers can leverage the robust performance, scalability, reliability, and availability of AWS infrastructure, as well as natively integrate with AWS networking, security, and storage services. To simplify running Kubernetes in on-premises environments, customers can use the same Amazon EKS clusters, features, and tools to run nodes on &lt;a href="https://aws.amazon.com/outposts/"&gt;AWS Outposts&lt;/a&gt; or their own infrastructure, or customers can use &lt;a href="https://aws.amazon.com/eks/eks-anywhere"&gt;Amazon EKS Anywhere&lt;/a&gt; for self-contained, air-gapped environments.&lt;/p&gt;</description></item><item><title>How to Develop, Run and Optimize Quarkus Web Application on AWS Lambda</title><link>https://javapro-en.svenruppert.com/how-to-develop-run-and-optimize-quarkus-web-application-on-aws-lambda/</link><pubDate>Tue, 05 Aug 2025 07:00:03 +0000</pubDate><guid>https://javapro-en.svenruppert.com/how-to-develop-run-and-optimize-quarkus-web-application-on-aws-lambda/</guid><description>&lt;h2 id="what-will-we-explore-and-learn-in-this-article"&gt;What will We explore and learn in this article?&lt;/h2&gt;
&lt;p&gt;In this article, we will explore some ways to develop, deploy and run applications on AWS Lambda using Quarkus framework. Of course, we will measure performance (the cold and warm start times) of the Lambda function. We will also show how we can optimise performance of Lambda functions using Lambda SnapStart (including various priming techniques) and GraalVM Native Image deployed as AWS Lambda Custom Runtime. You can find code examples for the whole series in my &lt;a href="https://github.com/Vadym79/AWSLambdaJavaWithQuarkus"&gt;GitHub Accoun&lt;/a&gt;t.&lt;/p&gt;</description></item></channel></rss>