
AI EDITION
September 17, 2025
AWS Builder Loft
00
Days
00
Hours
00
Minutes
00
Seconds
About AWS Community Day
AWS Community Day is a dynamic event celebrating the AWS community, uniting cloud enthusiasts, developers, and professionals from diverse fields. This event highlights the expansive universe of AWS technologies, offering participants the chance to dive into educational sessions, engage in practical workshops, and expand their professional networks.
Attendees will explore cutting-edge trends and practical applications of AWS services, fostering a collaborative environment rich in knowledge exchange and innovation. The event is designed to provide a platform for learning and sharing, with opportunities to gain insights from AWS experts and industry leaders.
Join us to connect with peers, enhance your AWS skills, and become part of a thriving community driven by shared learning and growth.
Topics at the AWS Community Day
VP, AWS Agentic AI
Arun Pandiyan Perumal
SRE Engineer @ Adobe
Comprehensive AWS Observability: Architecting a Robust SRE Monitoring Stack and Advanced CloudWatch Techniques Beyond Basic Monitoring
SRE teams operating in complex environments require observability solutions that extend beyond standard dashboards to effectively manage and maintain cloud workloads at scale. In this session, we will explore how SREs can build a comprehensive AWS observability stack with AWS CloudWatch, Amazon Managed Service for Prometheus and Grafana, and AWS X-Ray to achieve complete visibility across an AWS infrastructure. We will emphasize how to build alerting systems that fight alert fatigue while improving incident response speed and implementing predictive monitoring and anomaly detection capabilities. Participants will gain detailed insights into advanced CloudWatch capabilities, including log insights, custom metrics, anomaly detection, application performance monitoring (application signals), cross-account observability, etc. Attendees will learn best practices for architecting observability explicitly tailored for SRE use cases. It will help attendees to learn how to capture key performance indicators (KPIs), automate responses and incident management workflows, and correlate metrics, logs, and tracing data to pinpoint issues quickly and reduce mean-time-to-resolution (MTTR).
Binoj Melath Nalinakshan Nair
Principle SRE
Enhancing AWS CloudTrail Observability Using Event-Driven Ansible
AWS CloudTrail is a useful tool that records everything happening in AWS account, such as who did what, when, and from where. It helps with tracking changes, spotting unusual behavior, and meeting security and audit requirements. By combining CloudTrail with Event-Driven Ansible, we can take automatic action as soon as something important happens without needing someone to step in manually. In this talk, I will demonstrate how to set up this integration using the ansible.eda.aws_cloudtrail module. In this demo, I will give a demo on how to monitor events like starting or stopping an EC2 instance, and automatically trigger a response. This setup can be customized to handle many other events, helping teams manage their cloud systems more easily, securely, and efficiently.
Jones Zachariah Noel N
Technical Support Engineer @ New Relic
Lambda Layers and Extensions: The unsung hero for observability
AWS Lambda Functions has been the core of Serverless compute and as a service as capabilities to extend additional reusable components with Lambda Layers and Lambda Extensions which enables not just one Lambda function but many more in your application to leverage additional dependencies and bringing in standardisation for observability and configurations. In this session, you will see how easy it is to use Lambda Layers and Lambda Extensions for observability with tools such as New Relic and even open-source Layer and Extensions by AWS Distro for OpenTelemetry (ADOT).
Luis Guirigay
Worldwide Head of Cloud Infrastructure Solutions @ AWS
Crushing Bottlenecks: Distributed Load Testing on AWS
Building reliable applications in the cloud starts with understanding how they perform under pressure. This session dives into how AWS customers simulate real-world traffic and incorporate performance and load testing both pre- and post-deployment to validate system reliability under stress and varying load conditions. We'll cover testing APIs, microservices, and applications, and show how performance data drives smarter scaling, monitoring, and architectural decisions.
Manas Satpathi
Principal Solutions Architect @ Amazon
Managing Observability with Agentic Alarms using Amazon Bedrock
Alarm management is a core aspect of observability for critical workloads. This session shows how AWS GenAI tools can enhance alarm workflows using agentic approaches. We'll demo alarm automation with Amazon Q CLI, followed by an Agentic Alarms setup on Amazon Bedrock for dynamic alarm management.
Melvin Philips
Senior Software Engineer @ Lead Bank
What we learned (the hard way): Reconciliation at scale with serverless architecture
Scaling reconciliation in a financial system presents unique challenges, especially when processing massive volumes of transactional data. In this talk, we'll share how we designed and built a scalable, serverless reconciliation system using tools like DynamoDB, AWS Lambda, ECS Tasks and Step Functions. We'll walk through the architectural decisions, design patterns, and lessons we learned the hard way—covering topics such as data consistency, orchestration, error handling, and performance tuning. Attendees will leave with practical insights into building resilient, cost-effective financial workflows using a modern serverless stack.
Mike Graff
Senior Cloud Engineer @ Dolby Laboratories
Assemble a low cost FinOps Toolchain using AWS native solutions
In this talk I'll share how I moved our organization from an expensive third party tool to AWS native solutions for cost allocation and cost optimization. I'll share specifics on the tools we are using and some of the FinOps successes we've had.
Nana Adjoa Anim
Software Engineer
What I Learned Building a Personalised Email System on AWS
Some months ago, I entertained the thought of starting something on my own. I wasn't so sure what but definitely knew it was something that I wanted to keep my audience engaged and updated. As someone going solo, the idea of sending emails and keeping up felt daunting so I decided to find ways to automate this. That single idea turned into a serverless learning journey, a project where I explored AWS Lambda, SES, and DynamoDB to create a personalized, automated email campaign system. In this talk, I'll share my journey learning AWS Lambda, Amazon SES, and DynamoDB to create a simple, serverless email campaign system that sends dynamic, personalized emails without managing servers. I'll cover the basics of each AWS service and how they fit together to solve the challenge of automated outreach. Through real examples from my hands-on experience, I'll discuss setting up email templates, triggering email sends with Lambda, and storing recipient data in DynamoDB. I'll also highlight the challenges I faced, how I overcame them, and key lessons for anyone starting their own serverless projects. This talk will offer practical insights into building scalable email campaigns, plus motivation to embrace learning through doing. Join me to explore the potential of serverless architectures and discover how you can start your own personalized email automation journey.
Parth Girish Patel & Ishneet Kaur Dua
Solutions Architects @ AWS
Agentic AI on AWS: Building Agentic Systems for Enterprise Solutions
The emergence of agentic AI represents a transformative shift in how organizations leverage artificial intelligence for business operations. This session explores the implementation of AI agents on AWS, focusing on how these autonomous systems can enhance productivity and decision-making processes. We'll examine the current landscape of agent frameworks, from simple task automation to complex reasoning systems, and demonstrate how AWS's suite of services enables scalable agent deployment. The presentation will cover key aspects of the agent maturity curve, exploring the progression from basic rule-based agents to sophisticated autonomous systems capable of complex problem-solving. Attendees will learn about various implementation approaches, best practices for agent development on AWS infrastructure, and real-world use cases demonstrating successful enterprise integration. Special attention will be given to emerging frameworks, security considerations, and the strategic positioning of agentic AI solutions for different business scenarios.
Rustem Feyzkhanov
Principal AI Engineer @ Snorkel AI
Beyond Chat: Building Hybrid Agentic Workflows on AWS
While generative AI has revolutionized chat applications, its true potential lies in automating complex business processes. This session moves beyond conversational interfaces to explore the power of hybrid agentic workflows, which strategically blend deterministic logic with AI-driven decision-making. We will explore the spectrum of agentic integration: from a fully controlled, rule-based system to a semi-autonomous hybrid, and finally to a fully agentic workflow where the AI handles query generation, decision-making, and content creation. This approach enables choosing the correct agentic level for your application while keeping flexibility for changing it in future depending on your needs. We'll demonstrate how to build these sophisticated workflows using the new Strands Agents SDK from AWS and using services like AWS Lambda, Amazon Bedrock, and DynamoDB. You will leave with a clear understanding of how to identify opportunities for agentic automation in your own systems and a practical framework for designing, building, and deploying these next-generation applications on AWS.
Time | Session Details | |
---|---|---|
Morning Sessions | ||
08:00 AM - 4:00 PM | Check in, Badge pick up, Information Desk - Main Lobby - Second Floor | |
08:30 AM - 09:20 AM 50 minutes | Breakfast and Networking - Networking Hall Closes 10 minutes before Keynote. | |
09:30 AM - 09:50 AM 20 minutes | Welcome, Introductions and Sponsors Parade - John Varghese, AWS Hero - Track A | |
09:50 AM - 10:35 AM 45 minutes | Keynote - Live telecast of AWS Summit Keynote by Swami Sivasubramanian. AWS Builder Loft | |
10:35 AM - 11:00 AM 25 minutes | Tea/coffee break and Networking - Networking Hall Sponsored by AWS | |
Tracks | Track A | Track B |
11:00 AM - 11:40 AM 40 minutes | Lambda Layers and Extensions: The unsung hero for observability --Jones Zachariah Noel N | AM Workshop - Using Intel AI to accelerate your AI/ML workloads --Intel |
11:45 noon - 12:25 PM 40 minutes | Comprehensive AWS Observability: Architecting a Robust SRE Monitoring Stack and Advanced CloudWatch Techniques Beyond Basic Monitoring --Arun Pandiyan Perumal | |
12:30 PM - 1:30 PM 1 hour | Lunch and Networking - Networking Hall SPONSORS WANTED!! | |
Post Lunch Sessions | ||
Tracks | Track A | Track B |
1:30 PM - 1:55 PM 25 minutes | Assemble a low cost FinOps Toolchain using AWS native solutions --Mike Graff | What I Learned Building a Personalised Email System on AWS --Nana Adjoa Anim |
2:00 PM - 2:25 PM 25 minutes | Crushing Bottlenecks: Distributed Load Testing on AWS --Luis Guirigay | Enhancing AWS CloudTrail Observability Using Event-Driven Ansible --Binoj Melath Nalinakshan Nair |
2:30 PM - 2:55 PM 25 minutes | Afternoon Tea break SPONSORS WANTED!! | |
Tracks | Track A | Track B |
3:00 PM - 3:25 PM 25 minutes | Beyond Chat: Building Hybrid Agentic Workflows on AWS --Rustem Feyzkhanov | What we learned (the hard way): Reconciliation at scale with serverless architecture --Melvin Philips |
3:30 PM - 3:55 PM 25 minutes | Managing Observability with Agentic Alarms using Amazon Bedrock --Manas Satpathi | Agentic AI on AWS: Building Agentic Systems for Enterprise Solutions --Parth Girish Patel & Ishneet Kaur Dua |
3:55 PM - 4:05 PM | Raffle & Closing Note - Track A |
AWS
Amazon Web Services (AWS) is the world's most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers—including the fastest-growing startups, largest enterprises, and leading government agencies—are using AWS to lower costs, become more agile, and innovate faster.
AWS Builder Loft
525 Market St, Floor 2,
San Francisco, CA 94105