rights reserved. 11 Integration API Destination API Gateway Lambda Batch CloudWatch ECS EventBridge Bus Kinesis Data Firehose Inspector Kinesis Data Streams Redshift SageMaker pipeline SNS SQS Step Functions Event Driven
rights reserved. Amazon Confidential and Trademark. Gen AIとサーバーレスの統合 22 Prompt <Input at request time> Model Consumer 既存 Model + Model Tuner Domain Data + 新 Model Model Builder/Provider Internet Scale Dataset Or Domain Datasets + 新 Model Serverless Existing Model Time To Market
rights reserved. Amazon Confidential and Trademark. アジリティと Gen AI の組み合わせ 23 イノベーション をスピーディー に! Power of Gen AI Speed of Serverless Amazon Bedrock Amazon SageMaker Amazon Code Whisperer AWS Lambda Amazon ECS AWS Fargate Amazon EventBridge AWS Step Functions
rights reserved. Amazon Confidential and Trademark. 同期的なモデル呼び出し 24 • Amazon Bedrock • Amazon SageMaker Jumpstart • Models hosted on: • EKS • Other computes FM Endpoint • Auth, Rate limiting, Caching with Amazon API Gateway • AWS Lambda calling an endpoint API + Compute • Simple Q/A • Content generation • Text Summarization Use cases Amazon API Gateway AWS Lambda FM Endpoint
rights reserved. Amazon Confidential and Trademark. 非同期的なモデル呼び出し 25 • Amazon Bedrock • Amazon SageMaker Jumpstart • Models hosted on: • EKS • Other computes FM Endpoint • Auth, Rate limiting, Caching with Amazon API Gateway • Amazon SQS queue provides control over the scaling • AWS Lambda calling an endpoint API + Queue + Compute • Simple Q/A • Content generation • Text Summarization Use cases Amazon API Gateway AWS Lambda Amazon SQS FM Endpoint
rights reserved. Amazon Confidential and Trademark. 非同期の場合のレスポンス 26 • Amazon Bedrock • Amazon SageMaker Jumpstart • Models hosted on: • EKS • Other computes FM Endpoint • Auth, Rate limiting, Caching with Amazon API Gateway • Amazon SQS queue provides control over the scaling • AWS Lambda calling an endpoint • Use polling, WebSocket, or IoT core topic for response API + Queue + Compute • Simple Q/A • Content generation • Text Summarization Use cases Amazon API Gateway AWS Lambda Amazon SQS Polling/WebSocket FM Endpoint
rights reserved. Amazon Confidential and Trademark. Conversation History をどうするか? 27 • Amazon Bedrock • Amazon SageMaker Jumpstart • Models hosted on: • EKS • Other computes FM Endpoint • Auth, Rate limiting, Caching with Amazon API Gateway • Amazon SQS queue provides control over the scaling • AWS Lambda calling an endpoint • Use polling, WebSocket, or IoT core topic for response • Store conversation history API + Queue + Compute + DB • Simple Q/A • Content generation • Text Summarization • Conversation memory Use cases Amazon API Gateway AWS Lambda Amazon SQS Amazon DynamoDB FM Endpoint Polling/WebSocket
rights reserved. Amazon Confidential and Trademark. 複雑な工程は オーケストレーションする 28 • Amazon Bedrock • Amazon SageMaker Jumpstart • Models hosted on: • EKS • Other computes FM Endpoint • Auth, Rate limiting, Caching with Amazon API Gateway • Amazon SQS queue provides control over the scaling • AWS Lambda calling an endpoint • Use polling, WebSocket, or IoT core topic for response • Store conversation history • Co-ordinate multiple tasks with less code API + Queue + Compute + DB • Context based Q/A • Content generation • Text Summarization Use cases Amazon API Gateway AWS Lambda Amazon SQS Amazon DynamoDB AWS Step Functions workflow FM Endpoint Polling/WebSocket
rights reserved. Amazon Confidential and Trademark. 複数モデルをコンテキストで使い分け 31 • Amazon Bedrock • Amazon SageMaker Jumpstart • Models hosted on: • EKS • Other computes FM Endpoint • Auth, Rate limiting, Caching with Amazon API Gateway • AWS Step Functions invokes models in parallel and generates response • Introduce human-in-the- loop as an when needed API + Fan-out (Pub/Sub) • Multi-model evaluation • Content generation from different models Use cases Amazon API Gateway AWS Step Functions Amazon Bedrock ANTHROP\C Amazon Bedrock Amazon SageMaker Jumpstart
rights reserved. How to get started? 38 Document chat with AWS Lambda and Amazon Bedrock Enhancing AWS Intelligent document processing using Generative AI Generative AI with Serverless Multi-LLM and Multi-RAG powered chatbot using AWS CDK Generative AI for summarization and question answering using your own data