SlideShare ist ein Scribd-Unternehmen logo
1 von 95
Downloaden Sie, um offline zu lesen
© 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.

Weitere ähnliche Inhalte

Mehr von 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.pdfAmazon 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 の組み込み方法をちょっぴりDDAmazon 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 ProfilesAmazon 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 operationsAmazon 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
 
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 VPNAmazon Web Services Japan
 

Mehr von 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
 

Kürzlich hochgeladen

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 

Kürzlich hochgeladen (20)

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 

[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.