SlideShare a Scribd company logo
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
[AWS Start-up ]
2019
Akihiro Tsukada, Yuki Nakatake, Kazuki Matsuda
Startup Solutions Architects from Amazon Web Services Japan K.K.
&
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Startup SAs in Japan (2019.03.27)
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Startup SAs in Japan (2019.04.17)
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
- / Ask An Expert
AWS Startup
Update
AWS Loft
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Startup Day Tech Track
5/14( )
https://amzn.to/20190514
5/16( )
https://amzn.to/20190516
https://amzn.to/20190515
5/15( )
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
[AWS Start-up ]
• AWS Startup Team
• 2019
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
[AWS Start-up ]
2017 2018 2018
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2019
1.
2.
3.
4.
5.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• !
• …
• RDBMS
• RDBMS
• "
•
•
• #
1.
2.
3.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon EC2
Amazon
Aurora
Amazon
DynamoDB
Amazon
ElastiCache
Amazon
Redshift
Amazon
Neptune
Amazon
Quantum
Ledger
Database
(QLDB)
Amazon
Timestream
Amazon
DocumentDB
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Relational
ACID
Key-value Document In-memory
key
Graph Time-series Ledger
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Aurora CommercialCommunity
Relational Key-value Document In-memory Graph Time-series Ledger
Amazon
DynamoDB
Amazon
DocumentDB
Amazon
ElastiCache
Amazon
Neptune
Amazon
Timestream
Amazon
Quantum
Ledger
Database
(QLDB)
Amazon
RDS
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
•
•
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon
RDS
Amazon Kinesis
Data Streams
AWS
Database
Migration
Service
(DMS)
Amazon
Elasticsearch Service
Amazon
RDS
Amazon
DynamoDB
Amazon
Aurora
Amazon
Redshift
Amazon EC2
Amazon
EC2
Amazon S3
Amazon S3
Amazon Kinesis
Data Firehose
AWS Lambda
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
§
§ Amazon DynamoDB
§ Amazon ElastiCache
§ Amazon Neptune
§ Amazon RDS
§ Amazon Redshift
§ AWS Database Migration Service
§
§
§
§
§
§
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• !
•
•
• "
•
•
• #
1. Amazon Cognito
1.
2. ID&Password/SNS/Active Directory/No Password etc
2. AWS Lambda
3.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
…
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
•
• SDK signIn()
•
• AWS
• SNS AD IdP
•
•
Client
Amazon
Cognito
User Pools
Authenticate
and get token
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
- - - - -
- -
- C
,
-
D A
C
) - - ( D D
A
- - - -
A
C C A
- - - - A
- - -
- -
- C A
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Client Amazon
Cognito
AWS
Lambda
(Define Auth
Challenge)
AWS
Lambda
(Verify Auth
Challenge)
Amazon
Simple Email
Service (SES)
AWS
Lambda
(Create Auth
Challenge)
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
next challengeName:
PASSWORD_VERIFIER
(1/3)
Client User Pool Lambda Triggers
InitiateAuth()
AuthFlow: CUSTOM_AUTH
ChallengeName: SRP_A
DefineAuthChallenge()
challengeName: SRP_A
next challengeName:
PASSWORD_VERIFIER
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
(2/3)
Client User Pool Lambda Triggers
DefineAuthChallenge()
challengeName:
PASSWORD_VERIFIER
next challengeName:
CUSTOM_CHALLENGE
RespondToAuthChallenge()
ChallengeName:
PASSWORD_VERIFIER,
<Encrypted Password Info>
Verify Password
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
RespondToAuthChallenge()
ChallengeName:
CUSTOM_CHALLENGE,
<Answer For reCAPTCHA>
(3/3) reCAPTCHA
Client User Pool Lambda Triggers
CreateAuthChallenge()
challengeName:
CUSTOM_CHALLENGE
challengeMetaData,
challengeInfo, challengeAnswer
Create Auth Challenge
next challengeName:
CUSTOM_CHALLENGE
VerifyAuthChallengeResponce()
<User Answer For reCAPTCHA>
Verify User's Answer
(SiteSecret, User Answer)
Verification Result
Verification Result
DefineAuthChallenge()
challengeName:
CUSTOM_CHALLENGE
issueTokens = true
idToken,
refreshToken,
accessToken
-
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Lambda
Amazon Cognito
AWS Lambda
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
§
§
§
§
§
§
§
§
§
§
§
§
§
§
§
§ https://openid-foundation-japan.github.io/800-63-3-final/sp800-63-3.ja.html
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
```
```
https://openid-foundation-japan.github.io/800-63-3-final/sp800-63-3.ja.html
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• !
• …
•
• "
•
• KPI
•
• #
1. Amazon S3
2.
3. S3
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
0. Data Lake
• Data Lake
•
•
•
• (API)
Data Lake
RDBMS
AWS Data Lake = Amazon S3
Amazon S3
AI & ML
SageMaker
Personalize Forecast
EC2 RDS
RedshiftEBS
Data Backup
Glue
ETL
Archive
Glacier
Rekognition
IoT Core
IoTAthena EMR Redshift
Analytics
BI
QuickSight
3.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon
CloudWatch
Amazon S3Amazon Kinesis
Data Firehose
Amazon
API
Gateway
AWS
Lambda
Amazon
EKS
Amazon
ECS
AWS
Fargate
Amazon
EC2
CloudWatch
Logs Agent
Kinesis
Agent
Browser App
Amazon
CloudFront
ELB
Amazon
RDS
Amazon VPC
Flow Logs
Amazon
Pinpoint
AWS
IoT Core
Logs
AWS
Database
Migration
Service
Database
3.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
1. S3
•
•
•
2. S3
• Amazon Redshift
• Amazon Elasticsearch Service
• Amazon Kinesis Data Analytics
Kinesis Data Firehose
Amazon S3Amazon Kinesis
Data Firehose
Amazon
Redshift
Amazon
Elasticsearch
Service
Amazon Kinesis
Data Analytics
2019.03.27
INPUT
3.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Data Lake
Raw Data Transformed Data Enriched Data
ETL
Amazon
Athena
Amazon
EMR
AWS
Glue
3.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Glue
3.
• + ETL
• GUI ETL Spark (Python,
Scala)
•
Athena EMR Redshift Spectrum
• S3 RDS
Redshift
• Glue DPU
10
•
• S3 Redshift
Amazon Redshift
Amazon S3
Amazon RDS
Amazon DynamoDB
Amazon Redshift
Amazon S3
Amazon RDS
Database on EC2
AWS Glue
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Athena
3.
•
• S3
•
• Presto SQL
•
• CTAS ( CREATE TABLE AS)
•
•
Amazon S3
Amazon Athena
SQL
• CSV, TSV
• JSON
• ORC
• Apache Avro
• Apache Parquet
• etc...
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Elastic MapReduce (EMR)
3.
Hadoop
Hadoop
(https://aws.amazon.com/jp/elasticmapreduce/)
•
• API
• (EMRFS) S3
• AWS Kinesis/S3/DynamoDB
•
• CloudWatch Events
•
(https://aws.amazon.com/jp/ elasticmapreduce /pricing/)
• EMR EC2 Hadoop
Amazon EMR Cluster
AWS
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Data Lake
Amazon Kinesis
Data Firehose
Raw Data Transformed Data Enriched Data
Amazon RDS
JOIN
ETL
Amazon
Athena
Amazon
EMR
AWS
Glue
ELB
csv → parquet
3.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Query Engine
3. S3
Amazon S3
Amazon
SageMaker
Amazon
Personalize
Amazon
Forecast
Amazon
Athena
Amazon
Redshift
(Spectrum)
Amazon
QuickSight
Amazon
EMR
BI, Dashboard
Redash Apache
Zeppelin
Visualize
Data Access
Data Source
Adhoc
Query Amazon Kinesis
Data Firehose
Amazon
Elasticsearch
Service
(Kibana)
Amazon Kinesis
Data Analytics
Store
2019.03.27
Amazon
Rekognition
3.
ML & AI
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
§ AWS Black Belt Online Seminar
§ AWS
§ AWS
§ AWS
§ Amazon S3 / Glacier
§ Amazon Kinesis
§ Amazon Athena
§ AWS Glue
§ AWS Summit/Dev Day 2016 | 2017 | 2018
§ Startup Tech Talks: Data Lake (2018)
§ AWS DataLake (2018)
§ (2018)
§ AWS (2017)
§ on AWS (2017)
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• !
•
•
• "
•
• #
1.
2.
3.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
0.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
:
3
24 :
:
.4 24
:
120
:
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
4.
Amazon Pinpoint Overview
•
•
•
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
1.
D
4.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
1.
•
•
•
•
•
•
•
•
•
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
-1.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
-1.
•
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
1.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
-1.
•
•
•
•
•
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
- A/B1.
21 /
•
A . /
A
/
• B
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
•
. 1
T
• = . =
A2
.
A 1
• .
5 A
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
" "1.
…
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2.
4.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2.
1. Delivery metrics
1. Open rate
2. Delivery rate
3. Users messaged
2. Campaign session
heat map
3. Campaign metrics
1. Sent
2. Delivered
3. Directly opened
4.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2.
1. Delivery metrics
1. Open rate
2. Bounce rate
3. Delivery rate
4. Users messaged
2. Campaign metrics
1. Sent
2. Delivered
3. Clicked
4. Opened
4.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2.
1. Delivery metrics
1. Delivery rate
2. Users messaged
2. Campaign metrics
1. Sent
2. Delivered
4.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2.
4.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
:
4.
!
%
%
- 1 - 0
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
(@see also )
3.
4.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
§
§
§
§
§
§
§
§
§
§
§
§
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• P
•
•
•
•
•
P
•
https://www.slideshare.net/AmazonWebServicesJapan/amazon-pinpoint-x
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• //
• 1 / s
• e
• $ O S
• NS
• n e 1
N K
• JN i
• 1 0
•
https://www.slideshare.net/AmazonWebServicesJapan/amazon-pinpoint-x
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• !
•
•
• SaaS
• PC
• Windows
•
• IT
•
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• !
•
•
• SaaS
• PC
• Windows
•
• IT
•
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• !
•
•
• SaaS
• PC
• Windows
•
• IT
•
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SaaS
IdP
Amazon
Cognito
SAML, Oauth
1. ID
•
•
•
5.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SaaS
IdP
Amazon
Cognito
SAML, Oauth
1. ID
•
•
•
5.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SaaS
IdP
Amazon
Cognito
SAML, Oauth
1. ID
•
•
•
5.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS
Directory Service
(Microsoft AD)
SaaS
IdP
Amazon
Cognito
SAML, Oauth
AWS
Single Sign-On
SaaS
SAML
1. ID
•
•
•
2.
• AWS Directory Service
• Windows
• AWS
• AWS Single Sign-On
AWS Services
Amazon
QuickSight
Amazon
WorkDocs
Amazon
FSx for Win
5.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• !
•
•
• SaaS
• PC
• Windows
•
• IT
•
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
PC
Amazon
WorkSpaces
WorkSpaces
•
•
•
•
• IP
•
•
•
PC
VPC
Internet
AWS
Directory Service
(Microsoft AD)
Win, Mac, Chromebook
5.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon WorkSpaces Windows 10
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• !
•
•
• SaaS
• PC
• Windows
•
• IT
•
•
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
IT
AWS Directory Service
(Microsoft AD)
Amazon FSx for
Windows File Server
Amazon Chime
- Business Calling
- Voice Connector
• Microsoft Active Directory
• Active Directory VPN, DX
• WorkSpaces Single Sign-On AWS
• VPC
• Windows
•
•
•
•
• Amazon Chime SMS
• SIP
(us-east-1)
Amazon WorkSpaces
5.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
§ AWS Black Belt Online Seminar
§ AWS Directory Service
§ Amazon WorkSpaces
§ AWS FSx for Windows File Server
§ AWS Summit/Dev Day 2016 | 2017 | 2018
§ Amazon WorkSpaces Deep Dive
§ Amazon WorkSpaces
§
§
§ AWS Blog
§ AWS Single Sign-On
§ How to Set Up Federated Single Sign-On to AWS Using Google Apps
§ How to automate SAML federation to multiple AWS accounts from Microsoft Azure Active Directory
§ AWS News
§ Amazon Chime Business Calling / Voice Connector
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2019
• 2019
1.
2.
3.
4.
5.
• AWS
• Start-up 2017 2018
AWS Black Belt Online Seminar
• AWS
AWS Loft Ask An Expert
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Ask the AWS Startup SAs !!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
- / Ask An Expert
AWS Startup
Update
AWS Loft
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Startup Day Tech Track Follow-up
5/14( )
https://amzn.to/20190514
5/16( )
https://amzn.to/20190516
https://amzn.to/20190515
5/15( )
Thank you!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Akihiro Tsukada, Yuki Nakatake, Kazuki Matsuda
Startup Solutions Architects from Amazon Web Services Japan K.K.

More Related Content

More from Amazon Web Services Japan

202202 AWS Black Belt Online Seminar AWS Managed Rules for AWS WAF の活用
202202 AWS Black Belt Online Seminar AWS Managed Rules for AWS WAF の活用202202 AWS Black Belt Online Seminar AWS Managed Rules for AWS WAF の活用
202202 AWS Black Belt Online Seminar AWS Managed Rules for AWS WAF の活用
Amazon Web Services Japan
 
202203 AWS Black Belt Online Seminar Amazon Connect Tasks.pdf
202203 AWS Black Belt Online Seminar Amazon Connect Tasks.pdf202203 AWS Black Belt Online Seminar Amazon Connect Tasks.pdf
202203 AWS Black Belt Online Seminar Amazon Connect Tasks.pdf
Amazon Web Services Japan
 
SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介
SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介
SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介
Amazon Web Services Japan
 
Amazon QuickSight の組み込み方法をちょっぴりDD
Amazon QuickSight の組み込み方法をちょっぴりDDAmazon QuickSight の組み込み方法をちょっぴりDD
Amazon QuickSight の組み込み方法をちょっぴりDD
Amazon Web Services Japan
 
マルチテナント化で知っておきたいデータベースのこと
マルチテナント化で知っておきたいデータベースのことマルチテナント化で知っておきたいデータベースのこと
マルチテナント化で知っておきたいデータベースのこと
Amazon Web Services Japan
 
機密データとSaaSは共存しうるのか!?セキュリティー重視のユーザー層を取り込む為のネットワーク通信のアプローチ
機密データとSaaSは共存しうるのか!?セキュリティー重視のユーザー層を取り込む為のネットワーク通信のアプローチ機密データとSaaSは共存しうるのか!?セキュリティー重視のユーザー層を取り込む為のネットワーク通信のアプローチ
機密データとSaaSは共存しうるのか!?セキュリティー重視のユーザー層を取り込む為のネットワーク通信のアプローチ
Amazon Web Services Japan
 
パッケージソフトウェアを簡単にSaaS化!?既存の資産を使ったSaaS化手法のご紹介
パッケージソフトウェアを簡単にSaaS化!?既存の資産を使ったSaaS化手法のご紹介パッケージソフトウェアを簡単にSaaS化!?既存の資産を使ったSaaS化手法のご紹介
パッケージソフトウェアを簡単にSaaS化!?既存の資産を使ったSaaS化手法のご紹介
Amazon Web Services Japan
 
202202 AWS Black Belt Online Seminar Amazon Connect Customer Profiles
202202 AWS Black Belt Online Seminar Amazon Connect Customer Profiles202202 AWS Black Belt Online Seminar Amazon Connect Customer Profiles
202202 AWS Black Belt Online Seminar Amazon Connect Customer Profiles
Amazon Web Services Japan
 
Amazon Game Tech Night #24 KPIダッシュボードを最速で用意するために
Amazon Game Tech Night #24 KPIダッシュボードを最速で用意するためにAmazon Game Tech Night #24 KPIダッシュボードを最速で用意するために
Amazon Game Tech Night #24 KPIダッシュボードを最速で用意するために
Amazon Web Services Japan
 
202202 AWS Black Belt Online Seminar AWS SaaS Boost で始めるSaaS開発⼊⾨
202202 AWS Black Belt Online Seminar AWS SaaS Boost で始めるSaaS開発⼊⾨202202 AWS Black Belt Online Seminar AWS SaaS Boost で始めるSaaS開発⼊⾨
202202 AWS Black Belt Online Seminar AWS SaaS Boost で始めるSaaS開発⼊⾨
Amazon Web Services Japan
 
[20220126] JAWS-UG 2022初頭までに葬ったAWSアンチパターン大紹介
[20220126] JAWS-UG 2022初頭までに葬ったAWSアンチパターン大紹介[20220126] JAWS-UG 2022初頭までに葬ったAWSアンチパターン大紹介
[20220126] JAWS-UG 2022初頭までに葬ったAWSアンチパターン大紹介
Amazon Web Services Japan
 
202111 AWS Black Belt Online Seminar AWSで構築するSmart Mirrorのご紹介
202111 AWS Black Belt Online Seminar AWSで構築するSmart Mirrorのご紹介202111 AWS Black Belt Online Seminar AWSで構築するSmart Mirrorのご紹介
202111 AWS Black Belt Online Seminar AWSで構築するSmart Mirrorのご紹介
Amazon Web Services Japan
 
202201 AWS Black Belt Online Seminar Apache Spark Performnace Tuning for AWS ...
202201 AWS Black Belt Online Seminar Apache Spark Performnace Tuning for AWS ...202201 AWS Black Belt Online Seminar Apache Spark Performnace Tuning for AWS ...
202201 AWS Black Belt Online Seminar Apache Spark Performnace Tuning for AWS ...
Amazon Web Services Japan
 
202112 AWS Black Belt Online Seminar 店内の「今」をお届けする小売業向けリアルタイム配信基盤のレシピ
202112 AWS Black Belt Online Seminar 店内の「今」をお届けする小売業向けリアルタイム配信基盤のレシピ202112 AWS Black Belt Online Seminar 店内の「今」をお届けする小売業向けリアルタイム配信基盤のレシピ
202112 AWS Black Belt Online Seminar 店内の「今」をお届けする小売業向けリアルタイム配信基盤のレシピ
Amazon Web Services Japan
 
20211209 Ops-JAWS Re invent2021re-cap-cloud operations
20211209 Ops-JAWS Re invent2021re-cap-cloud operations20211209 Ops-JAWS Re invent2021re-cap-cloud operations
20211209 Ops-JAWS Re invent2021re-cap-cloud operations
Amazon Web Services Japan
 
20211203 AWS Black Belt Online Seminar AWS re:Invent 2021アップデート速報
20211203 AWS Black Belt Online Seminar AWS re:Invent 2021アップデート速報20211203 AWS Black Belt Online Seminar AWS re:Invent 2021アップデート速報
20211203 AWS Black Belt Online Seminar AWS re:Invent 2021アップデート速報
Amazon Web Services Japan
 
[AWS EXpert Online for JAWS-UG 18] 見せてやるよ、Step Functions の本気ってやつをな
[AWS EXpert Online for JAWS-UG 18] 見せてやるよ、Step Functions の本気ってやつをな[AWS EXpert Online for JAWS-UG 18] 見せてやるよ、Step Functions の本気ってやつをな
[AWS EXpert Online for JAWS-UG 18] 見せてやるよ、Step Functions の本気ってやつをな
Amazon Web Services Japan
 
20211109 JAWS-UG SRE keynotes
20211109 JAWS-UG SRE keynotes20211109 JAWS-UG SRE keynotes
20211109 JAWS-UG SRE keynotes
Amazon Web Services Japan
 
20211109 bleaの使い方(基本編)
20211109 bleaの使い方(基本編)20211109 bleaの使い方(基本編)
20211109 bleaの使い方(基本編)
Amazon Web Services Japan
 
202110 AWS Black Belt Online Seminar AWS Site-to-Site VPN
202110 AWS Black Belt Online Seminar AWS Site-to-Site VPN202110 AWS Black Belt Online Seminar AWS Site-to-Site VPN
202110 AWS Black Belt Online Seminar AWS Site-to-Site VPN
Amazon Web Services Japan
 

More from Amazon Web Services Japan (20)

202202 AWS Black Belt Online Seminar AWS Managed Rules for AWS WAF の活用
202202 AWS Black Belt Online Seminar AWS Managed Rules for AWS WAF の活用202202 AWS Black Belt Online Seminar AWS Managed Rules for AWS WAF の活用
202202 AWS Black Belt Online Seminar AWS Managed Rules for AWS WAF の活用
 
202203 AWS Black Belt Online Seminar Amazon Connect Tasks.pdf
202203 AWS Black Belt Online Seminar Amazon Connect Tasks.pdf202203 AWS Black Belt Online Seminar Amazon Connect Tasks.pdf
202203 AWS Black Belt Online Seminar Amazon Connect Tasks.pdf
 
SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介
SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介
SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介
 
Amazon QuickSight の組み込み方法をちょっぴりDD
Amazon QuickSight の組み込み方法をちょっぴりDDAmazon QuickSight の組み込み方法をちょっぴりDD
Amazon QuickSight の組み込み方法をちょっぴりDD
 
マルチテナント化で知っておきたいデータベースのこと
マルチテナント化で知っておきたいデータベースのことマルチテナント化で知っておきたいデータベースのこと
マルチテナント化で知っておきたいデータベースのこと
 
機密データとSaaSは共存しうるのか!?セキュリティー重視のユーザー層を取り込む為のネットワーク通信のアプローチ
機密データとSaaSは共存しうるのか!?セキュリティー重視のユーザー層を取り込む為のネットワーク通信のアプローチ機密データとSaaSは共存しうるのか!?セキュリティー重視のユーザー層を取り込む為のネットワーク通信のアプローチ
機密データとSaaSは共存しうるのか!?セキュリティー重視のユーザー層を取り込む為のネットワーク通信のアプローチ
 
パッケージソフトウェアを簡単にSaaS化!?既存の資産を使ったSaaS化手法のご紹介
パッケージソフトウェアを簡単にSaaS化!?既存の資産を使ったSaaS化手法のご紹介パッケージソフトウェアを簡単にSaaS化!?既存の資産を使ったSaaS化手法のご紹介
パッケージソフトウェアを簡単にSaaS化!?既存の資産を使ったSaaS化手法のご紹介
 
202202 AWS Black Belt Online Seminar Amazon Connect Customer Profiles
202202 AWS Black Belt Online Seminar Amazon Connect Customer Profiles202202 AWS Black Belt Online Seminar Amazon Connect Customer Profiles
202202 AWS Black Belt Online Seminar Amazon Connect Customer Profiles
 
Amazon Game Tech Night #24 KPIダッシュボードを最速で用意するために
Amazon Game Tech Night #24 KPIダッシュボードを最速で用意するためにAmazon Game Tech Night #24 KPIダッシュボードを最速で用意するために
Amazon Game Tech Night #24 KPIダッシュボードを最速で用意するために
 
202202 AWS Black Belt Online Seminar AWS SaaS Boost で始めるSaaS開発⼊⾨
202202 AWS Black Belt Online Seminar AWS SaaS Boost で始めるSaaS開発⼊⾨202202 AWS Black Belt Online Seminar AWS SaaS Boost で始めるSaaS開発⼊⾨
202202 AWS Black Belt Online Seminar AWS SaaS Boost で始めるSaaS開発⼊⾨
 
[20220126] JAWS-UG 2022初頭までに葬ったAWSアンチパターン大紹介
[20220126] JAWS-UG 2022初頭までに葬ったAWSアンチパターン大紹介[20220126] JAWS-UG 2022初頭までに葬ったAWSアンチパターン大紹介
[20220126] JAWS-UG 2022初頭までに葬ったAWSアンチパターン大紹介
 
202111 AWS Black Belt Online Seminar AWSで構築するSmart Mirrorのご紹介
202111 AWS Black Belt Online Seminar AWSで構築するSmart Mirrorのご紹介202111 AWS Black Belt Online Seminar AWSで構築するSmart Mirrorのご紹介
202111 AWS Black Belt Online Seminar AWSで構築するSmart Mirrorのご紹介
 
202201 AWS Black Belt Online Seminar Apache Spark Performnace Tuning for AWS ...
202201 AWS Black Belt Online Seminar Apache Spark Performnace Tuning for AWS ...202201 AWS Black Belt Online Seminar Apache Spark Performnace Tuning for AWS ...
202201 AWS Black Belt Online Seminar Apache Spark Performnace Tuning for AWS ...
 
202112 AWS Black Belt Online Seminar 店内の「今」をお届けする小売業向けリアルタイム配信基盤のレシピ
202112 AWS Black Belt Online Seminar 店内の「今」をお届けする小売業向けリアルタイム配信基盤のレシピ202112 AWS Black Belt Online Seminar 店内の「今」をお届けする小売業向けリアルタイム配信基盤のレシピ
202112 AWS Black Belt Online Seminar 店内の「今」をお届けする小売業向けリアルタイム配信基盤のレシピ
 
20211209 Ops-JAWS Re invent2021re-cap-cloud operations
20211209 Ops-JAWS Re invent2021re-cap-cloud operations20211209 Ops-JAWS Re invent2021re-cap-cloud operations
20211209 Ops-JAWS Re invent2021re-cap-cloud operations
 
20211203 AWS Black Belt Online Seminar AWS re:Invent 2021アップデート速報
20211203 AWS Black Belt Online Seminar AWS re:Invent 2021アップデート速報20211203 AWS Black Belt Online Seminar AWS re:Invent 2021アップデート速報
20211203 AWS Black Belt Online Seminar AWS re:Invent 2021アップデート速報
 
[AWS EXpert Online for JAWS-UG 18] 見せてやるよ、Step Functions の本気ってやつをな
[AWS EXpert Online for JAWS-UG 18] 見せてやるよ、Step Functions の本気ってやつをな[AWS EXpert Online for JAWS-UG 18] 見せてやるよ、Step Functions の本気ってやつをな
[AWS EXpert Online for JAWS-UG 18] 見せてやるよ、Step Functions の本気ってやつをな
 
20211109 JAWS-UG SRE keynotes
20211109 JAWS-UG SRE keynotes20211109 JAWS-UG SRE keynotes
20211109 JAWS-UG SRE keynotes
 
20211109 bleaの使い方(基本編)
20211109 bleaの使い方(基本編)20211109 bleaの使い方(基本編)
20211109 bleaの使い方(基本編)
 
202110 AWS Black Belt Online Seminar AWS Site-to-Site VPN
202110 AWS Black Belt Online Seminar AWS Site-to-Site VPN202110 AWS Black Belt Online Seminar AWS Site-to-Site VPN
202110 AWS Black Belt Online Seminar AWS Site-to-Site VPN
 

Recently uploaded

20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdfAI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
Techgropse Pvt.Ltd.
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 

Recently uploaded (20)

20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdfAI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 

[AWS Start-up ゼミ] よくある課題を一気に解説! 御社の技術レベルがアップする 2019 春期講習 補講&おかわり編

  • 1. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. [AWS Start-up ] 2019 Akihiro Tsukada, Yuki Nakatake, Kazuki Matsuda Startup Solutions Architects from Amazon Web Services Japan K.K. &
  • 2. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Startup SAs in Japan (2019.03.27)
  • 3. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Startup SAs in Japan (2019.04.17)
  • 4. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. - / Ask An Expert AWS Startup Update AWS Loft
  • 5. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Startup Day Tech Track 5/14( ) https://amzn.to/20190514 5/16( ) https://amzn.to/20190516 https://amzn.to/20190515 5/15( )
  • 6. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. [AWS Start-up ] • AWS Startup Team • 2019 •
  • 7. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. [AWS Start-up ] 2017 2018 2018
  • 8. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2019 1. 2. 3. 4. 5.
  • 9. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 10. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • ! • … • RDBMS • RDBMS • " • • • # 1. 2. 3.
  • 11. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 12. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon EC2 Amazon Aurora Amazon DynamoDB Amazon ElastiCache Amazon Redshift Amazon Neptune Amazon Quantum Ledger Database (QLDB) Amazon Timestream Amazon DocumentDB
  • 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 14. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Relational ACID Key-value Document In-memory key Graph Time-series Ledger
  • 15. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Aurora CommercialCommunity Relational Key-value Document In-memory Graph Time-series Ledger Amazon DynamoDB Amazon DocumentDB Amazon ElastiCache Amazon Neptune Amazon Timestream Amazon Quantum Ledger Database (QLDB) Amazon RDS
  • 16. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • • •
  • 17. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon RDS Amazon Kinesis Data Streams AWS Database Migration Service (DMS) Amazon Elasticsearch Service Amazon RDS Amazon DynamoDB Amazon Aurora Amazon Redshift Amazon EC2 Amazon EC2 Amazon S3 Amazon S3 Amazon Kinesis Data Firehose AWS Lambda
  • 18. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 19. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 20. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 21. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 22. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. § § Amazon DynamoDB § Amazon ElastiCache § Amazon Neptune § Amazon RDS § Amazon Redshift § AWS Database Migration Service § § § § § §
  • 23. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 24. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • ! • • • " • • • # 1. Amazon Cognito 1. 2. ID&Password/SNS/Active Directory/No Password etc 2. AWS Lambda 3.
  • 25. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 26. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. …
  • 27. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • • SDK signIn() • • AWS • SNS AD IdP • • Client Amazon Cognito User Pools Authenticate and get token
  • 28. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. - - - - - - - - C , - D A C ) - - ( D D A - - - - A C C A - - - - A - - - - - - C A
  • 29. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Client Amazon Cognito AWS Lambda (Define Auth Challenge) AWS Lambda (Verify Auth Challenge) Amazon Simple Email Service (SES) AWS Lambda (Create Auth Challenge)
  • 30. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 31. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. next challengeName: PASSWORD_VERIFIER (1/3) Client User Pool Lambda Triggers InitiateAuth() AuthFlow: CUSTOM_AUTH ChallengeName: SRP_A DefineAuthChallenge() challengeName: SRP_A next challengeName: PASSWORD_VERIFIER
  • 32. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. (2/3) Client User Pool Lambda Triggers DefineAuthChallenge() challengeName: PASSWORD_VERIFIER next challengeName: CUSTOM_CHALLENGE RespondToAuthChallenge() ChallengeName: PASSWORD_VERIFIER, <Encrypted Password Info> Verify Password
  • 33. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. RespondToAuthChallenge() ChallengeName: CUSTOM_CHALLENGE, <Answer For reCAPTCHA> (3/3) reCAPTCHA Client User Pool Lambda Triggers CreateAuthChallenge() challengeName: CUSTOM_CHALLENGE challengeMetaData, challengeInfo, challengeAnswer Create Auth Challenge next challengeName: CUSTOM_CHALLENGE VerifyAuthChallengeResponce() <User Answer For reCAPTCHA> Verify User's Answer (SiteSecret, User Answer) Verification Result Verification Result DefineAuthChallenge() challengeName: CUSTOM_CHALLENGE issueTokens = true idToken, refreshToken, accessToken -
  • 34. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 35. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Lambda Amazon Cognito AWS Lambda
  • 36. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. § § § § § § § § § § § § § § § § https://openid-foundation-japan.github.io/800-63-3-final/sp800-63-3.ja.html
  • 37. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. ``` ``` https://openid-foundation-japan.github.io/800-63-3-final/sp800-63-3.ja.html
  • 38. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 39. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • ! • … • • " • • KPI • • # 1. Amazon S3 2. 3. S3
  • 40. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 0. Data Lake • Data Lake • • • • (API) Data Lake RDBMS AWS Data Lake = Amazon S3 Amazon S3 AI & ML SageMaker Personalize Forecast EC2 RDS RedshiftEBS Data Backup Glue ETL Archive Glacier Rekognition IoT Core IoTAthena EMR Redshift Analytics BI QuickSight 3.
  • 41. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon CloudWatch Amazon S3Amazon Kinesis Data Firehose Amazon API Gateway AWS Lambda Amazon EKS Amazon ECS AWS Fargate Amazon EC2 CloudWatch Logs Agent Kinesis Agent Browser App Amazon CloudFront ELB Amazon RDS Amazon VPC Flow Logs Amazon Pinpoint AWS IoT Core Logs AWS Database Migration Service Database 3.
  • 42. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 1. S3 • • • 2. S3 • Amazon Redshift • Amazon Elasticsearch Service • Amazon Kinesis Data Analytics Kinesis Data Firehose Amazon S3Amazon Kinesis Data Firehose Amazon Redshift Amazon Elasticsearch Service Amazon Kinesis Data Analytics 2019.03.27 INPUT 3.
  • 43. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Data Lake Raw Data Transformed Data Enriched Data ETL Amazon Athena Amazon EMR AWS Glue 3.
  • 44. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Glue 3. • + ETL • GUI ETL Spark (Python, Scala) • Athena EMR Redshift Spectrum • S3 RDS Redshift • Glue DPU 10 • • S3 Redshift Amazon Redshift Amazon S3 Amazon RDS Amazon DynamoDB Amazon Redshift Amazon S3 Amazon RDS Database on EC2 AWS Glue
  • 45. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Athena 3. • • S3 • • Presto SQL • • CTAS ( CREATE TABLE AS) • • Amazon S3 Amazon Athena SQL • CSV, TSV • JSON • ORC • Apache Avro • Apache Parquet • etc...
  • 46. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Elastic MapReduce (EMR) 3. Hadoop Hadoop (https://aws.amazon.com/jp/elasticmapreduce/) • • API • (EMRFS) S3 • AWS Kinesis/S3/DynamoDB • • CloudWatch Events • (https://aws.amazon.com/jp/ elasticmapreduce /pricing/) • EMR EC2 Hadoop Amazon EMR Cluster AWS
  • 47. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Data Lake Amazon Kinesis Data Firehose Raw Data Transformed Data Enriched Data Amazon RDS JOIN ETL Amazon Athena Amazon EMR AWS Glue ELB csv → parquet 3.
  • 48. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Query Engine 3. S3 Amazon S3 Amazon SageMaker Amazon Personalize Amazon Forecast Amazon Athena Amazon Redshift (Spectrum) Amazon QuickSight Amazon EMR BI, Dashboard Redash Apache Zeppelin Visualize Data Access Data Source Adhoc Query Amazon Kinesis Data Firehose Amazon Elasticsearch Service (Kibana) Amazon Kinesis Data Analytics Store 2019.03.27 Amazon Rekognition 3. ML & AI
  • 49. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. § AWS Black Belt Online Seminar § AWS § AWS § AWS § Amazon S3 / Glacier § Amazon Kinesis § Amazon Athena § AWS Glue § AWS Summit/Dev Day 2016 | 2017 | 2018 § Startup Tech Talks: Data Lake (2018) § AWS DataLake (2018) § (2018) § AWS (2017) § on AWS (2017)
  • 50. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 51. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • ! • • • " • • # 1. 2. 3.
  • 52. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 0.
  • 53. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. : 3 24 : : .4 24 : 120 :
  • 54. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 55. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 4. Amazon Pinpoint Overview • • • •
  • 56. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 1. D 4.
  • 57. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 1. • • • • • • • • • •
  • 58. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. -1.
  • 59. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. -1. • •
  • 60. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 1.
  • 61. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. -1. • • • • • •
  • 62. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. - A/B1. 21 / • A . / A / • B
  • 63. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • . 1 T • = . = A2 . A 1 • . 5 A
  • 64. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. •
  • 65. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. " "1. …
  • 66. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2. 4.
  • 67. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2. 1. Delivery metrics 1. Open rate 2. Delivery rate 3. Users messaged 2. Campaign session heat map 3. Campaign metrics 1. Sent 2. Delivered 3. Directly opened 4.
  • 68. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2. 1. Delivery metrics 1. Open rate 2. Bounce rate 3. Delivery rate 4. Users messaged 2. Campaign metrics 1. Sent 2. Delivered 3. Clicked 4. Opened 4.
  • 69. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2. 1. Delivery metrics 1. Delivery rate 2. Users messaged 2. Campaign metrics 1. Sent 2. Delivered 4.
  • 70. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2. 4.
  • 71. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. : 4. ! % % - 1 - 0
  • 72. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. (@see also ) 3. 4.
  • 73. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. § § § § § § § § § § § §
  • 74. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • P • • • • • P • https://www.slideshare.net/AmazonWebServicesJapan/amazon-pinpoint-x
  • 75. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • // • 1 / s • e • $ O S • NS • n e 1 N K • JN i • 1 0 • https://www.slideshare.net/AmazonWebServicesJapan/amazon-pinpoint-x
  • 76. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 77. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • ! • • • SaaS • PC • Windows • • IT • •
  • 78. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • ! • • • SaaS • PC • Windows • • IT • •
  • 79. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • ! • • • SaaS • PC • Windows • • IT • •
  • 80. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. SaaS IdP Amazon Cognito SAML, Oauth 1. ID • • • 5.
  • 81. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. SaaS IdP Amazon Cognito SAML, Oauth 1. ID • • • 5.
  • 82. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. SaaS IdP Amazon Cognito SAML, Oauth 1. ID • • • 5.
  • 83. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Directory Service (Microsoft AD) SaaS IdP Amazon Cognito SAML, Oauth AWS Single Sign-On SaaS SAML 1. ID • • • 2. • AWS Directory Service • Windows • AWS • AWS Single Sign-On AWS Services Amazon QuickSight Amazon WorkDocs Amazon FSx for Win 5.
  • 84. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • ! • • • SaaS • PC • Windows • • IT • •
  • 85. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. PC Amazon WorkSpaces WorkSpaces • • • • • IP • • • PC VPC Internet AWS Directory Service (Microsoft AD) Win, Mac, Chromebook 5.
  • 86. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon WorkSpaces Windows 10
  • 87. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • ! • • • SaaS • PC • Windows • • IT • •
  • 88. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. IT AWS Directory Service (Microsoft AD) Amazon FSx for Windows File Server Amazon Chime - Business Calling - Voice Connector • Microsoft Active Directory • Active Directory VPN, DX • WorkSpaces Single Sign-On AWS • VPC • Windows • • • • • Amazon Chime SMS • SIP (us-east-1) Amazon WorkSpaces 5.
  • 89. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. § AWS Black Belt Online Seminar § AWS Directory Service § Amazon WorkSpaces § AWS FSx for Windows File Server § AWS Summit/Dev Day 2016 | 2017 | 2018 § Amazon WorkSpaces Deep Dive § Amazon WorkSpaces § § § AWS Blog § AWS Single Sign-On § How to Set Up Federated Single Sign-On to AWS Using Google Apps § How to automate SAML federation to multiple AWS accounts from Microsoft Azure Active Directory § AWS News § Amazon Chime Business Calling / Voice Connector
  • 90. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 91. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2019 • 2019 1. 2. 3. 4. 5. • AWS • Start-up 2017 2018 AWS Black Belt Online Seminar • AWS AWS Loft Ask An Expert
  • 92. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Ask the AWS Startup SAs !!
  • 93. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. - / Ask An Expert AWS Startup Update AWS Loft
  • 94. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Startup Day Tech Track Follow-up 5/14( ) https://amzn.to/20190514 5/16( ) https://amzn.to/20190516 https://amzn.to/20190515 5/15( )
  • 95. Thank you! © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Akihiro Tsukada, Yuki Nakatake, Kazuki Matsuda Startup Solutions Architects from Amazon Web Services Japan K.K.