Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
InsurTech Background
Search
hiroga
October 11, 2019
Technology
1
450
InsurTech Background
justInCaseのInsurTechを支えるアーキテクチャについて、10分で簡単にまとめました。
hiroga
October 11, 2019
Tweet
Share
More Decks by hiroga
See All by hiroga
Lip Reading with LLMs? Visual Speech Recognition
hiroga
0
23
Gaussian Splatting Hands-on
hiroga
0
74
マルチモーダル理解と生成の統合 DeepSeek Janus, etc... / Multimodal Understanding and Generation Integration
hiroga
0
680
LlamaGen: LlamaのNext-Token予測を使った画像生成 / Autoregressive Model Beats Diffusion: Llama for Scalable Image Generation
hiroga
0
550
人事評価GPTsで評価の本質に向き合おう! / HR GPTs: Essential evaluations focus!
hiroga
1
450
生成AI元年を個人的に振り返る / Reflecting on First Year of the Generative-AI
hiroga
0
420
AWS Startup Day 2023 今日ここで! コスト削減ハンズオン / Cost-Saving Hands-On today!
hiroga
0
170
ChatGPT社内活用資料 / Internal use of ChatGPT
hiroga
0
160
マルチテナントSaaSのカスタム要件に、 Auth0テナントを分割せず向き合う! / Multi tenant SaaS with Auth0
hiroga
1
3.3k
Other Decks in Technology
See All in Technology
チーム開発の基礎_研究を事業につなげるために
cyberagentdevelopers
PRO
8
3.8k
コンテナセキュリティの最新事情 ~ 2026年版 ~
kyohmizu
8
3.1k
ECS障害を例に学ぶ、インシデント対応に備えたAIエージェントの育て方 / How to develop AI agents for incident response with ECS outage
iselegant
5
820
Getting started with Google Antigravity
meteatamel
0
270
AI駆動開発とRAGプロダクトへの挑戦の軌跡 - 弁護士ドットコムでの学びから -
bengo4com
2
490
Azure Copilot Migration Agent / #jazug
koudaiii
1
230
横断SREがSRE社内留学制度 / Enablingになぜ踏み切ったのか
rvirus0817
0
300
AWS DevOps Agent x ECS on Fargate検証 / AWS DevOps Agent x ECS on Fargate
kinunori
3
430
Claude Codeで実践するスペック駆動開発入門 / sdd-with-claude_code
yoshidashingo
2
3.1k
Open Table Formatにおけるストレージ抽象化の比較
lycorptech_jp
PRO
1
180
AI時代のAPIファースト開発
nagix
1
240
個人的3D Gaussian Splattingニュースをご紹介 / sharing 3d gaussian splatting news
drumath2237
0
270
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.1k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
760
Agile that works and the tools we love
rasmusluckow
331
21k
Claude Code のすすめ
schroneko
67
210k
Practical Orchestrator
shlominoach
191
11k
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
78
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
160
The Cult of Friendly URLs
andyhume
79
6.8k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
130
sira's awesome portfolio website redesign presentation
elsirapls
0
160
Transcript
関東財務局⻑(少額短期保険業)第87号 1 InsurTechの舞台裏 保険APIと完全ペーパレスを⽀えるアーキテクチャ ⼩笠原寛明 (SRE) 株式会社justInCase/ justInCaseTechnologies
2 ⾃⼰紹介 • ⼩笠原寛明 • 株式会社justInCaseTechnologies SRE(など、たくさん︕) • AWSで⼀番好きなサービスは CloudFormation
• サードパーティで好きなツールは aws-vault • 最近「Cognito実践⼊⾨」を #技術書典 で出した
関東財務局⻑(少額短期保険業)第87号 3 「あんしんの⺠主化」
4 InsurTechとは︖ 新規ビジネスの創造 n AIによる保険料のプライシング n お客様に最適な保険のレコメンド 既存ビジネスの改善 n 引受・査定の⾃動化
n スマホによる保険加⼊〜請求の完結 参考: InsureTech Japan https://insurtechjapan.com/general/201711/what-is-insurtech
5 保険APIと完全ペーパレスを⽀えるアーキテクチャ マイクロサービス n 保険商品のモジュール化に貢献 n 関連サービスを⾼速にリリース可能 イベント駆動 + ChatOps
n イベントを集中管理 n 契約後の審査業務を⼀部⾃動化
6 6 マイクロサービス
7 マイクロサービス AWS Cloud Private subnet ECS Cluster Mobile client
Amazon API Gateway NLB Amazon Cognito VPC VPC Link 契約 NLB スマホ安全スコア Private Lambda Authorizer Authentication / Authorization 熱中症保険の保険料計算 Authlete ※外部サービス NLB
8 マイクロサービス AWS Cloud Private subnet ECS Cluster Mobile client
Amazon API Gateway NLB Amazon Cognito VPC VPC Link 契約 NLB スマホ安全スコア Private Lambda Authorizer Authentication / Authorization 熱中症保険の保険料計算 Authlete ※外部サービス NLB 保険商品ごとに 異なる保険料計算 ex. スマホ保険の安全スコア
9 関連サービスを⾼速にリリース可能 クレカ付帯保険チェッカー n 契約本体とは独⽴して開発 n 認証・APIを共有し開発を⾼速化 n 画像認識機能を新たにリリース(NEW!)
10 1 0 イベント駆動 + ChatOps
11 イベント駆動 + ChatOps AWS Cloud Amazon DynamoDB ユーザーアクティビティ AWS
Lambda AWS Lambda 契約事前チェック Amazon SES お客様メール送信 AWS Lambda Slack連携
12 イベント駆動 + ChatOps AWS Cloud Amazon DynamoDB ユーザーアクティビティ AWS
Lambda AWS Lambda 契約事前チェック Amazon SES お客様メール送信 AWS Lambda Slack連携 契約関連の処理を まとめて実⾏