SlideShare a Scribd company logo
1 of 112
Download to read offline
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Webinar
https://amzn.to/JPWebinar https://amzn.to/JPArchive
Solutions Architect
2019/05/21
Amazon Simple Email Service (Amazon SES)
[AWS Black Belt Online Seminar]
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Solution Architect
Network, Mail, Web
AWS
AWS Amazon GuardDuty
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Black Belt Online Seminar
•
•
① 吹き出しをクリック
② 質問を入力
③ Sendをクリック
Twitter
#awsblackbelt
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• 2019 05 21
AWS (http://aws.amazon.com)
• AWS
AWS
•
• AWS does not offer binding price quotes. AWS pricing is publicly available and is subject to
change in accordance with the AWS Customer Agreement available at
http://aws.amazon.com/agreement/. Any pricing information included in this document is provided
only as an estimate of usage charges for AWS services based on certain information that you
have provided. Monthly charges will be based on your actual use of AWS services, and may vary
from the estimates provided.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Amazon SES
• Amazon SES
• Amazon SES
•
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Blackbelt (2016 01 )
MAIL FROM
IP
E
E
E
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Amazon SES
• Amazon SES
• Amazon SES
•
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon SES
E
E
Amazon S3 AWS Lambda
Amazon SNS
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
Amazon S3 Amazon SNS
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Amazon SES
• Amazon SES
• Amazon SES
•
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon SES
• Amazon SES
• Amazon SES API
• SMTP
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon SES
E
• Amazon SES
• E
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon SES API
2 API
• SendEmail API:
• From, To, Subject, Body Amazon SES
• SendRawEmail API
•
IAM Amazon SES API
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SMTP
Email SES SMTP
• 25 / 465(SMTP over SSL) / 587(Message Submission)
• TLS(Transport Layer Security)
•
IAM
SMTP SMTP
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SMTP
EC2 TCP 25
• Spam
• Spam
SES
Tokyo
MTA on EC2
Virginia, Oregon, Ireland
SES
SMTP port 25 ( )
https://aws.amazon.com/jp/premiumsupport/knowledge-center/ec2-port-25-throttle/
SMTP port 465/587
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
SES SES
• 24 E
• E SES 24 E
• SES 1 E
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon SES Dashboard
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
/ API / CloudWatch
•
•
•
•
•
• (new)
• (new)
• (new)
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/monitor-sending-activity.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
/
E E
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E URL
E 1 x 1 GIF
E
New
https://aws.amazon.com/jp/blogs/messaging-and-targeting/open-and-click-tracking-have-arrived/
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Configuration Sets
URL
ses:no-track
<a ses:no-track href="https://aws.amazon.com/"> </a>
New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
E
•
• 10,000 E
• HTML 500KB
• SendBulkTemplatedEmail 50
(CC/BCC )
New
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/send-personalized-email-api.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
json
{
"Source": "sender@example.com",
"Template": "MyTemplate",
"ConfigurationSetName": "ConfigSet",
"Destination": {
"ToAddresses": [ "alejandro.rosalez@example.com"
]
},
"TemplateData": "{ ¥"name¥":¥"Alejandro¥", ¥"favoriteanimal¥": ¥"alligator¥" }"
}
{
"Template": {
"TemplateName": "MyTemplate",
"SubjectPart": "Greetings, {{name}}!",
"HtmlPart": "<h1>Hello {{name}},</h1><p>Your favorite animal is
{{favoriteanimal}}.</p>",
"TextPart": "Dear {{name}},¥r¥nYour favorite animal is {{favoriteanimal}}."
}
}
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/send-personalized-email-api.html
New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
/
E
• SES HTTP REST API
• Daily message quota exceeded
• Maximum sending rate exceeded
• SMTP
• 454 Throttling failure: Maximum sending rate exceeded
• 454 Throttling failure: Daily message quota exceeded
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
•
•
•
•
※
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/increase-sending-limits.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• (Verify e-mail )
•
• 200 /24
• 1 /
•
•
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS IAM E
E
E
1. E E ID( E
ARN arn:aws:ses:us-east-
1:123456789012:identity/example.com SES
2. ID SES E
SES
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/sending-authorization.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• (E ) E
• E
• Return Path E
•
• From
http://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/sending-authorization-policy-examples.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Suppression List
Suppression List
Email
• 14
•
• SES Call SES
Suppression List
SES IP
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Amazon SES
(assemble) ISP Spam
Header Body Amazon SES Spam
Amazon SES (Reputation)
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SMTP
SPF - IP
• Sender Policy Framework (SPF), Sender ID
• IP DNS
• DNS
DKIM -
• Domain Keys Identified Mail (DKIM)
• DNS
•
DMARC http://www.dmarc.org
• SPF DMARC SPF Mail-From From
• DKIM DMARC DKIM From DKIM
d= domain
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/dmarc.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon SES SPF
Amazon SES MAIL FROM
amazonses.com ( )
MAIL FROM
Amazon SES SPF (Sender Policy
Framework)
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
MAIL-FROM
MAIL FROM amazonses.com (
)
例えば、SPF DMARC (Domain-based Message Authentication,
Reporting and Conformance) E
MAIL FROM
New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
MAIL-FROM
1. E MAIL FROM
Domain
2. MX TXT(SPF)
3. MAIL FROM Domain DNS
MX
4. MAIL FROM Domain DNS
SPF
New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
MAIL FROM
1.
From: user-b@example.com
To: user-a@example.net
mail-from: user-b@example.com
rcpt-to: user-a@example.net
2. mail-from
From: user-b@example.com
To: user-a@example. net
mail-from: {uuid}@mail.example.com
rcpt-to: user-a@example. net
DNS
mail.eample.com txt "v=spf1 include:amazonses.com ~all"
SES MTA
3. SPF
MAIL FROM Domain mail.example.com
New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
DKIM
SES CNAME
SES
MTA
1.
From: user-b@example.com
To: user-a@example.net
2. Email
From: user-b@example.com
To: user-a@example.net
DKIM-Signature: s=xyz; d=example.com
example.com
amazonses.com
3.
TXT xyz._domainkey.example.com
4. CNAME
CNAME xyz.dkim.amazon.ses.com
5.
TXT xyz.dkim.amazon.ses.com
6.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SPF DKIM DMARC
- SPF
- DKIM
- SPF DMARC
- DKIM DMARC
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
IP
• Amazon SES IP
E
• IP
• IP
New
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/dedicated-ips.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
IP
IP
• IP
•
•
• IP
IP
New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
IP IP New
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/dedicated-ips.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
IP
• 1
•
• IP
• IP
• IP
• IP IP
New
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/dedicated-ip-case.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
IP
• ISP IP
• E
• E 2 6
New
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/dedicated-ip-warming.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
IP
• IP IP IP E
• IP
• IP IP ( ) IP
( ) E
E 1,000
New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
IP New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
IP
IP IP
• E
• E
• etc…
New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
• Amazon SES
E API
•
New
https://aws.amazon.com/jp/blogs/messaging-and-targeting/protect-your-reputation-with-email-pausing-and-configuration-set-
metrics/
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
• E E
Bounce/Complaint
New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
Amazon SNS AWS Lambda Amazon CloudWatch AWS
New
SES
CloudWatch Alarm SNS Lambda SES
Send Metric to
Triggers Notifies Executes
Pauses
sending on
Notifies
SMS, Email or Push Channels
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SMTP
sender.example.com
HELO sender.example.com
250 OK
MAIL FROM: user@example.com
250 OK
RCPT TO: user1@example.jp
250 OK
example.jp
DATA
354 Start
ヘッダ,本文.. <CRLF>.<CRLF>
250 OK
QUIT
250 OK
MTA/MUA
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SMTP
200
•
•
300
• (354)
400
• busy
500
•
• :
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SMTP
• MTA
•
Return-Path or Errors-To
SMTP
• MTA
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES
ISP
ISP
ISP
Message
Producer
Message to
each receiver
SQS
Bounce
SQS
SNS
SES
Complaint
Complaint
Bounce
User
Unknown
Bounce
Bounce
Bounce Complaint
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES
SES
Amazon SNS
Complaints
SNS
{"notificationType":"Delivery",
"mail":{
"timestamp":"2014-05-28T22:40:59.638Z",
"messageId":"0000014644fe5ef6-9a483358-9170-4cb4-
a269-f5dcdf415321-000000",
"source":"test@ses-example.com",
"destination":[
"success@simulator.amazonses.com",
"recipient@ses-example.com" ]
},
"delivery":{
"timestamp":"2014-05-28T22:41:01.184Z",
"recipients":["success@simulator.amazonses.com"],
"processingTimeMillis":1546,
"reportingMTA":"a8-70.smtp-out.amazonses.com",
"smtpResponse":"250 ok: Message 64111812 accepted"
}
}
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES
SNS Topic Configuration
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/notification-examples.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Bounce/Complaint
• Spam Filter
2%
5%
10% E
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
HEALTHY
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• AWS E
•
• AWS
ses-review@amazon.com E
FAQ
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/e-faq.html
改善方法や改善結果のアピールに不安があれば担当営業/SAまでご相談ください
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
EC2 MTA
- MTA
- ISP
-
- Email DNS
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
root
EC2 25 DNS (rDNS)
- https://aws.amazon.com/jp/premiumsupport/knowledge-center/ec2-port-25-
throttle/
- https://aws.amazon.com/forms/ec2-email-limit-rdns-request
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
DNS (rDNS)
: “sending out weekly news leters for
customers on htt://example.com”
EIP
-
- A
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
EC2 MTA
- MTA EIP
- 25 rDNS
- DNS
- SPF
- DKIM
- MX
-
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
:SES
ISP
ISP
ISP
Message
Producer
Message to
each receiver
SQS
Bounce
SQS
SNS
SES
Complaint
Complaint
Bounce
User
Unknown
Bounce
Bounce
Bounce Complaint
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
EC2
ISP
ISP
ISP
Message
Producer
Message to
each receiver
SQS
Complaint
Complaint
Bounce
User
Unknown
Bounce
Bounce
SMTP
Complaint
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
- success@simulator.amazonses.com
- bounce@simulator.amazonses.com
- ooto@simulator.amazonses.com
- complaint@simulator.amazonses.com
- suppressionlist@simulator.amazonses.com
-
-
-
-
-
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/mailbox-simulator.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Bounce処理
を実装予定
No
Bounce処理はどちらの
方法でも重要です。実
装しましょう。
Yes
EC2上のMTA構築も検討
Bounceやコンテン
ツの問題による送
信レート抑制を受
入可
No
SESの利用も考慮に
Yes
想定される送信先の制限・注意
事項の確認と検証
- /ISP/ SPAM
-
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Amazon SES
• Amazon SES
• Amazon SES
•
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES
• SMTP
•
•
•
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Amazon S3
• Amzon SNS
• AWS Lambda
•
•
•
• Amazon WorkMail
SNS
SES
S3
Lambda
WorkMail
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES
•
• E
• E
• E
• E
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES
•
• IP
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
•
•
bounce@example.com user1@example.com
S3
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
IP
IP
• IP IP
• IP
• IP
• Amazon EC2 IP
• Amazon EC2
SES IP
• SES IP
• IP IP
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
1. SES IP
2
• IP
• IP Amazon SES
2. SES E
3. SES
SES
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
4. SES
1
Rule Sets
Action Action Action
Action Action Action
Action Action Action
Rule1
Rule2
RuleN
SNS
S3
Lambda
WorkMail
Action
Bounce
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES E
•
• MX
• SES AWS
• IP
•
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES
SES DNS
TXT
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
MX
Mail exchanger (MX)
DNS
SES MX
( ) : inbound-smtp.us-east-1.amazonaws.com
( ) : inbound-smtp.us-west-2.amazonaws.com
( ) : inbound-smtp.eu-west-1.amazonaws.com
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
DNS TXT MX
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES AWS
E SES
SES
S3バケットへの
書き込み権限
Lambda functionの
呼び出し権限
KMS
他のアカウントの
SNSトピックへの公
開権限
KMSの鍵を使ったEメー
ルの暗号化
権限
SNSS3 Lambda
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
IP
IP IP
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
事前にS3書き込み等該当する権限をSESに対して許可する必要あり
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES E E
2
• S3
• SNS E
raw
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
S3 E S3 SES
• S3
• AWS SDK
• AWS SDK for .NET/Go/Java/PHP/Ruby/C++
Amazon KMS
• KMS
S3 E
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES
E S3 E 1 30MB
E SNS E 1 150KB
E S3 SNS
SES IP
IP
IP
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon CloudWatch
- PublishFailure: SES
- PublishExpired: SES
SES E
-
- 4 SES
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Amazon SES
• Amazon SES
• Amazon SES
•
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
E
1.
2.
3. URL
AWS SDK/CLI
New
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/custom-verification-emails.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E
{
"TemplateName": "SampleTemplate",
"FromEmailAddress": "sender@example.com",
"TemplateSubject": "Please confirm your email address",
"TemplateContent": "<html>
<head></head>
<body style="font-family:sans-serif;">
<h1 style="text-align:center">Ready to start sending
email with ProductName?</h1>
<p>We here at Example Corp are happy to have you on
board! There's just one last step to complete before
you can start sending email. Just click the following
link to verify your email address. Once we confirm that
you're really you, we'll give you some additional
information to help you get started with ProductName.</p>
</body>
</html>",
"SuccessRedirectionURL": "https://www.example.com/verifysuccess",
"FailureRedirectionURL": "https://www.example.com/verifyfailure"
}
New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E New
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon WorkMail
Amazon WorkMail SES
WorkMail SES
– 送信承認ポリシー
• WorkMailからお客様のドメインを介
して送信されることを許可
– 受信ルール
• お客様のドメインの受信メールを
WorkMailに配信するWorkMailアク
ションが設定されている
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES Amazon CloudTrail
SES API CloudTrail
CloudTrail CloudTrail
• SendEmail
• SendRawEmail
• SendTemplatedEmail
• SendBulkTemplatedEmail
• SendCustomVerificationEmail
CloudWatch
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
E 1,000 0.10 USD
0.12 USD / GB
E 1,000 0 USD 1,000 0.10 USD
1,000 0.09 USD
IP 1 24.95 USD
( ) 256 (KB)
1
768 KB
3 255 KB 0
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
EC2
•
• Tier
• 1GB
• 10TB 0.12 USD/GB (us-east-1, us-west-2, eu-west-1)
• http://aws.amazon.com/ec2/pricing/#DataTransfer
注:リージョンを越えた送信は送信元リージョンからのリージョン間転送料金が追加適用
(2016年1月現在、Tokyoリージョンでは0.09 USD/GB)
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon EC2 62,000 /
:
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Amazon SES
• Amazon SES
• Amazon SES
• Amazon SES
•
•
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SES Email
-
SES AWS
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon SES
• Bounce Complaint
IP
• Spam
• /ISP/ SPAM
• Bounce/Complaint SES
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
NTT Docomo
https://www.nttdocomo.co.jp/service/imode_mail/notice/
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
au
au @au.com @ezweb.ne.jp
https://www.au.com/mobile/service/attention/
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Softbank
https://www.softbank.jp/mobile/support/mail/antispam/howto/wrestle/
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Bounce処理
を実装予定
No
Bounce処理はどちらの
方法でも重要です。実
装しましょう。
Yes
EC2上のMTA構築も検討
Bounceやコンテン
ツの問題による送
信レート抑制を受
入可
No
SESの利用も考慮に
Yes
想定される送信先の制限・注意
事項の確認と検証
- /ISP/ SPAM
-
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon Simple Email Service Email Sending Best Practices
https://d1.awsstatic.com/whitepapers/aws-amazon-ses-best-practices.pdf
Amazon SES
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/best-practices.html
Amazon SES
https://aws.amazon.com/jp/ses/faqs/
https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/faqs-dg.html
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
#Mailerstudy
• http://www.slideshare.net/ar_maniacs/mailerstudy
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Q&A
AWS Japan Blog https://aws.amazon.com/jp/blogs/news/
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS AWS
https://amzn.to/JPArchive
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Webinar
https://amzn.to/JPWebinar https://amzn.to/JPArchive

More Related Content

What's hot

20210216 AWS Black Belt Online Seminar AWS Database Migration Service
20210216 AWS Black Belt Online Seminar AWS Database Migration Service20210216 AWS Black Belt Online Seminar AWS Database Migration Service
20210216 AWS Black Belt Online Seminar AWS Database Migration ServiceAmazon Web Services Japan
 
20190604 AWS Black Belt Online Seminar Amazon Simple Notification Service (SNS)
20190604 AWS Black Belt Online Seminar Amazon Simple Notification Service (SNS)20190604 AWS Black Belt Online Seminar Amazon Simple Notification Service (SNS)
20190604 AWS Black Belt Online Seminar Amazon Simple Notification Service (SNS)Amazon Web Services Japan
 
20210316 AWS Black Belt Online Seminar AWS DataSync
20210316 AWS Black Belt Online Seminar AWS DataSync20210316 AWS Black Belt Online Seminar AWS DataSync
20210316 AWS Black Belt Online Seminar AWS DataSyncAmazon Web Services Japan
 
20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...
20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...
20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...Amazon Web Services Japan
 
20190730 AWS Black Belt Online Seminar Amazon CloudFrontの概要
20190730 AWS Black Belt Online Seminar Amazon CloudFrontの概要20190730 AWS Black Belt Online Seminar Amazon CloudFrontの概要
20190730 AWS Black Belt Online Seminar Amazon CloudFrontの概要Amazon Web Services Japan
 
20200219 AWS Black Belt Online Seminar オンプレミスとAWS間の冗長化接続
20200219 AWS Black Belt Online Seminar オンプレミスとAWS間の冗長化接続20200219 AWS Black Belt Online Seminar オンプレミスとAWS間の冗長化接続
20200219 AWS Black Belt Online Seminar オンプレミスとAWS間の冗長化接続Amazon Web Services Japan
 
20191126 AWS Black Belt Online Seminar Amazon AppStream 2.0
20191126 AWS Black Belt Online Seminar Amazon AppStream 2.020191126 AWS Black Belt Online Seminar Amazon AppStream 2.0
20191126 AWS Black Belt Online Seminar Amazon AppStream 2.0Amazon Web Services Japan
 
20190522 AWS Black Belt Online Seminar AWS Step Functions
20190522 AWS Black Belt Online Seminar AWS Step Functions20190522 AWS Black Belt Online Seminar AWS Step Functions
20190522 AWS Black Belt Online Seminar AWS Step FunctionsAmazon Web Services Japan
 
20190806 AWS Black Belt Online Seminar AWS Glue
20190806 AWS Black Belt Online Seminar AWS Glue20190806 AWS Black Belt Online Seminar AWS Glue
20190806 AWS Black Belt Online Seminar AWS GlueAmazon Web Services Japan
 
20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...Amazon Web Services Japan
 
20190220 AWS Black Belt Online Seminar Amazon S3 / Glacier
20190220 AWS Black Belt Online Seminar Amazon S3 / Glacier20190220 AWS Black Belt Online Seminar Amazon S3 / Glacier
20190220 AWS Black Belt Online Seminar Amazon S3 / GlacierAmazon Web Services Japan
 
202205 AWS Black Belt Online Seminar Amazon VPC IP Address Manager (IPAM)
202205 AWS Black Belt Online Seminar Amazon VPC IP Address Manager (IPAM)202205 AWS Black Belt Online Seminar Amazon VPC IP Address Manager (IPAM)
202205 AWS Black Belt Online Seminar Amazon VPC IP Address Manager (IPAM)Amazon Web Services Japan
 
20190130 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
20190130 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...20190130 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
20190130 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...Amazon Web Services Japan
 
AWS Black Belt Online Seminar 2018 AWS Certificate Manager
AWS Black Belt Online Seminar 2018 AWS Certificate ManagerAWS Black Belt Online Seminar 2018 AWS Certificate Manager
AWS Black Belt Online Seminar 2018 AWS Certificate ManagerAmazon Web Services Japan
 
20190226 AWS Black Belt Online Seminar Amazon WorkSpaces
20190226 AWS Black Belt Online Seminar Amazon WorkSpaces20190226 AWS Black Belt Online Seminar Amazon WorkSpaces
20190226 AWS Black Belt Online Seminar Amazon WorkSpacesAmazon Web Services Japan
 
AWS Black Belt Online Seminar AWSで実現するDisaster Recovery
AWS Black Belt Online Seminar AWSで実現するDisaster RecoveryAWS Black Belt Online Seminar AWSで実現するDisaster Recovery
AWS Black Belt Online Seminar AWSで実現するDisaster RecoveryAmazon Web Services Japan
 
AWS Black Belt Online Seminar 2018 Amazon DynamoDB Advanced Design Pattern
AWS Black Belt Online Seminar 2018 Amazon DynamoDB Advanced Design PatternAWS Black Belt Online Seminar 2018 Amazon DynamoDB Advanced Design Pattern
AWS Black Belt Online Seminar 2018 Amazon DynamoDB Advanced Design PatternAmazon Web Services Japan
 
AWS Black Belt Online Seminar 2017 Amazon Kinesis
AWS Black Belt Online Seminar 2017 Amazon KinesisAWS Black Belt Online Seminar 2017 Amazon Kinesis
AWS Black Belt Online Seminar 2017 Amazon KinesisAmazon Web Services Japan
 
20190814 AWS Black Belt Online Seminar AWS Serverless Application Model
20190814 AWS Black Belt Online Seminar AWS Serverless Application Model  20190814 AWS Black Belt Online Seminar AWS Serverless Application Model
20190814 AWS Black Belt Online Seminar AWS Serverless Application Model Amazon Web Services Japan
 
20190731 Black Belt Online Seminar Amazon ECS Deep Dive
20190731 Black Belt Online Seminar Amazon ECS Deep Dive20190731 Black Belt Online Seminar Amazon ECS Deep Dive
20190731 Black Belt Online Seminar Amazon ECS Deep DiveAmazon Web Services Japan
 

What's hot (20)

20210216 AWS Black Belt Online Seminar AWS Database Migration Service
20210216 AWS Black Belt Online Seminar AWS Database Migration Service20210216 AWS Black Belt Online Seminar AWS Database Migration Service
20210216 AWS Black Belt Online Seminar AWS Database Migration Service
 
20190604 AWS Black Belt Online Seminar Amazon Simple Notification Service (SNS)
20190604 AWS Black Belt Online Seminar Amazon Simple Notification Service (SNS)20190604 AWS Black Belt Online Seminar Amazon Simple Notification Service (SNS)
20190604 AWS Black Belt Online Seminar Amazon Simple Notification Service (SNS)
 
20210316 AWS Black Belt Online Seminar AWS DataSync
20210316 AWS Black Belt Online Seminar AWS DataSync20210316 AWS Black Belt Online Seminar AWS DataSync
20210316 AWS Black Belt Online Seminar AWS DataSync
 
20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...
20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...
20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...
 
20190730 AWS Black Belt Online Seminar Amazon CloudFrontの概要
20190730 AWS Black Belt Online Seminar Amazon CloudFrontの概要20190730 AWS Black Belt Online Seminar Amazon CloudFrontの概要
20190730 AWS Black Belt Online Seminar Amazon CloudFrontの概要
 
20200219 AWS Black Belt Online Seminar オンプレミスとAWS間の冗長化接続
20200219 AWS Black Belt Online Seminar オンプレミスとAWS間の冗長化接続20200219 AWS Black Belt Online Seminar オンプレミスとAWS間の冗長化接続
20200219 AWS Black Belt Online Seminar オンプレミスとAWS間の冗長化接続
 
20191126 AWS Black Belt Online Seminar Amazon AppStream 2.0
20191126 AWS Black Belt Online Seminar Amazon AppStream 2.020191126 AWS Black Belt Online Seminar Amazon AppStream 2.0
20191126 AWS Black Belt Online Seminar Amazon AppStream 2.0
 
20190522 AWS Black Belt Online Seminar AWS Step Functions
20190522 AWS Black Belt Online Seminar AWS Step Functions20190522 AWS Black Belt Online Seminar AWS Step Functions
20190522 AWS Black Belt Online Seminar AWS Step Functions
 
20190806 AWS Black Belt Online Seminar AWS Glue
20190806 AWS Black Belt Online Seminar AWS Glue20190806 AWS Black Belt Online Seminar AWS Glue
20190806 AWS Black Belt Online Seminar AWS Glue
 
20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
 
20190220 AWS Black Belt Online Seminar Amazon S3 / Glacier
20190220 AWS Black Belt Online Seminar Amazon S3 / Glacier20190220 AWS Black Belt Online Seminar Amazon S3 / Glacier
20190220 AWS Black Belt Online Seminar Amazon S3 / Glacier
 
202205 AWS Black Belt Online Seminar Amazon VPC IP Address Manager (IPAM)
202205 AWS Black Belt Online Seminar Amazon VPC IP Address Manager (IPAM)202205 AWS Black Belt Online Seminar Amazon VPC IP Address Manager (IPAM)
202205 AWS Black Belt Online Seminar Amazon VPC IP Address Manager (IPAM)
 
20190130 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
20190130 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...20190130 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
20190130 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
 
AWS Black Belt Online Seminar 2018 AWS Certificate Manager
AWS Black Belt Online Seminar 2018 AWS Certificate ManagerAWS Black Belt Online Seminar 2018 AWS Certificate Manager
AWS Black Belt Online Seminar 2018 AWS Certificate Manager
 
20190226 AWS Black Belt Online Seminar Amazon WorkSpaces
20190226 AWS Black Belt Online Seminar Amazon WorkSpaces20190226 AWS Black Belt Online Seminar Amazon WorkSpaces
20190226 AWS Black Belt Online Seminar Amazon WorkSpaces
 
AWS Black Belt Online Seminar AWSで実現するDisaster Recovery
AWS Black Belt Online Seminar AWSで実現するDisaster RecoveryAWS Black Belt Online Seminar AWSで実現するDisaster Recovery
AWS Black Belt Online Seminar AWSで実現するDisaster Recovery
 
AWS Black Belt Online Seminar 2018 Amazon DynamoDB Advanced Design Pattern
AWS Black Belt Online Seminar 2018 Amazon DynamoDB Advanced Design PatternAWS Black Belt Online Seminar 2018 Amazon DynamoDB Advanced Design Pattern
AWS Black Belt Online Seminar 2018 Amazon DynamoDB Advanced Design Pattern
 
AWS Black Belt Online Seminar 2017 Amazon Kinesis
AWS Black Belt Online Seminar 2017 Amazon KinesisAWS Black Belt Online Seminar 2017 Amazon Kinesis
AWS Black Belt Online Seminar 2017 Amazon Kinesis
 
20190814 AWS Black Belt Online Seminar AWS Serverless Application Model
20190814 AWS Black Belt Online Seminar AWS Serverless Application Model  20190814 AWS Black Belt Online Seminar AWS Serverless Application Model
20190814 AWS Black Belt Online Seminar AWS Serverless Application Model
 
20190731 Black Belt Online Seminar Amazon ECS Deep Dive
20190731 Black Belt Online Seminar Amazon ECS Deep Dive20190731 Black Belt Online Seminar Amazon ECS Deep Dive
20190731 Black Belt Online Seminar Amazon ECS Deep Dive
 

Similar to AWS Amazon SES Blackbelt Online Seminar

Amazon SageMaker 推論エンドポイントを利用したアプリケーション開発
Amazon SageMaker 推論エンドポイントを利用したアプリケーション開発Amazon SageMaker 推論エンドポイントを利用したアプリケーション開発
Amazon SageMaker 推論エンドポイントを利用したアプリケーション開発Amazon Web Services Japan
 
20190306 AWS Black Belt Online Seminar Amazon EC2 スポットインスタンス
20190306 AWS Black Belt Online Seminar Amazon EC2 スポットインスタンス20190306 AWS Black Belt Online Seminar Amazon EC2 スポットインスタンス
20190306 AWS Black Belt Online Seminar Amazon EC2 スポットインスタンスAmazon Web Services Japan
 
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...AWS Germany
 
20190306 AWS Black Belt Online Seminar Amazon EC2スポットインスタンス
20190306 AWS Black Belt Online Seminar Amazon EC2スポットインスタンス20190306 AWS Black Belt Online Seminar Amazon EC2スポットインスタンス
20190306 AWS Black Belt Online Seminar Amazon EC2スポットインスタンスAmazon Web Services Japan
 
Serverless:It All Started in Vegas (DVC306) - AWS re:Invent 2018
Serverless:It All Started in Vegas (DVC306) - AWS re:Invent 2018Serverless:It All Started in Vegas (DVC306) - AWS re:Invent 2018
Serverless:It All Started in Vegas (DVC306) - AWS re:Invent 2018Amazon Web Services
 
20190206 AWS Black Belt Online Seminar Amazon SageMaker Basic Session
20190206 AWS Black Belt Online Seminar Amazon SageMaker Basic Session20190206 AWS Black Belt Online Seminar Amazon SageMaker Basic Session
20190206 AWS Black Belt Online Seminar Amazon SageMaker Basic SessionAmazon Web Services Japan
 
From Code to a Running Container | AWS Floor28
From Code to a Running Container | AWS Floor28From Code to a Running Container | AWS Floor28
From Code to a Running Container | AWS Floor28Amazon Web Services
 
데이터 센터 모던화::임흥선::AWS Summit Seoul 2018
데이터 센터 모던화::임흥선::AWS Summit Seoul 2018데이터 센터 모던화::임흥선::AWS Summit Seoul 2018
데이터 센터 모던화::임흥선::AWS Summit Seoul 2018Amazon Web Services Korea
 
Amazon SageMaker を中心とした持続的な ML システム
Amazon SageMaker を中心とした持続的な ML システムAmazon SageMaker を中心とした持続的な ML システム
Amazon SageMaker を中心とした持続的な ML システムAmazon Web Services Japan
 
AWS System Manager: Parameter Store를 사용한 AWS 구성 데이터 관리 기법 - 정창훈, 당근마켓 / 김대권, ...
AWS System Manager: Parameter Store를 사용한 AWS 구성 데이터 관리 기법 - 정창훈, 당근마켓 / 김대권, ...AWS System Manager: Parameter Store를 사용한 AWS 구성 데이터 관리 기법 - 정창훈, 당근마켓 / 김대권, ...
AWS System Manager: Parameter Store를 사용한 AWS 구성 데이터 관리 기법 - 정창훈, 당근마켓 / 김대권, ...Amazon Web Services Korea
 
Automate & Audit Cloud Governance & Compliance in Your Landing Zone (ENT315-R...
Automate & Audit Cloud Governance & Compliance in Your Landing Zone (ENT315-R...Automate & Audit Cloud Governance & Compliance in Your Landing Zone (ENT315-R...
Automate & Audit Cloud Governance & Compliance in Your Landing Zone (ENT315-R...Amazon Web Services
 
20181205 AWS Black Belt Online Seminar Amazon Athena (20190510update)
20181205 AWS Black Belt Online Seminar Amazon Athena (20190510update)20181205 AWS Black Belt Online Seminar Amazon Athena (20190510update)
20181205 AWS Black Belt Online Seminar Amazon Athena (20190510update)Amazon Web Services Japan
 
Amazon Polly와 Cloud9을 활용한 서버리스 웹 애플리케이션 및 CI/CD 배포 프로세스 구축 (김현수, AWS 솔루션즈 아키텍...
Amazon Polly와 Cloud9을 활용한 서버리스 웹 애플리케이션 및 CI/CD 배포 프로세스 구축 (김현수, AWS 솔루션즈 아키텍...Amazon Polly와 Cloud9을 활용한 서버리스 웹 애플리케이션 및 CI/CD 배포 프로세스 구축 (김현수, AWS 솔루션즈 아키텍...
Amazon Polly와 Cloud9을 활용한 서버리스 웹 애플리케이션 및 CI/CD 배포 프로세스 구축 (김현수, AWS 솔루션즈 아키텍...Amazon Web Services Korea
 
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018Amazon Web Services
 
What's New with the AWS CLI (DEV322-R1) - AWS re:Invent 2018
What's New with the AWS CLI (DEV322-R1) - AWS re:Invent 2018What's New with the AWS CLI (DEV322-R1) - AWS re:Invent 2018
What's New with the AWS CLI (DEV322-R1) - AWS re:Invent 2018Amazon Web Services
 
「リモートペアプロでマントルを突き抜けろ!」AWS Cloud9でリモートペアプロ&楽々サーバーレス開発
「リモートペアプロでマントルを突き抜けろ!」AWS Cloud9でリモートペアプロ&楽々サーバーレス開発「リモートペアプロでマントルを突き抜けろ!」AWS Cloud9でリモートペアプロ&楽々サーバーレス開発
「リモートペアプロでマントルを突き抜けろ!」AWS Cloud9でリモートペアプロ&楽々サーバーレス開発Atsushi Fukui
 
AWS DevDay AWS SAM을 이용한 백오피스 마이그레이션
AWS DevDay AWS SAM을 이용한 백오피스 마이그레이션AWS DevDay AWS SAM을 이용한 백오피스 마이그레이션
AWS DevDay AWS SAM을 이용한 백오피스 마이그레이션창훈 현
 
AWS SAM(Serverless Application Model) 을 이용한 백오피스 마이그레이션 (현창훈, HBSmith) :: AWS...
AWS SAM(Serverless Application Model) 을 이용한 백오피스 마이그레이션 (현창훈, HBSmith) :: AWS...AWS SAM(Serverless Application Model) 을 이용한 백오피스 마이그레이션 (현창훈, HBSmith) :: AWS...
AWS SAM(Serverless Application Model) 을 이용한 백오피스 마이그레이션 (현창훈, HBSmith) :: AWS...Amazon Web Services Korea
 
Meet Luke, Cristine, Grace and Preston - Sumerian Hosts (ARV301) - AWS re:Inv...
Meet Luke, Cristine, Grace and Preston - Sumerian Hosts (ARV301) - AWS re:Inv...Meet Luke, Cristine, Grace and Preston - Sumerian Hosts (ARV301) - AWS re:Inv...
Meet Luke, Cristine, Grace and Preston - Sumerian Hosts (ARV301) - AWS re:Inv...Amazon Web Services
 

Similar to AWS Amazon SES Blackbelt Online Seminar (20)

Amazon SageMaker 推論エンドポイントを利用したアプリケーション開発
Amazon SageMaker 推論エンドポイントを利用したアプリケーション開発Amazon SageMaker 推論エンドポイントを利用したアプリケーション開発
Amazon SageMaker 推論エンドポイントを利用したアプリケーション開発
 
20190306 AWS Black Belt Online Seminar Amazon EC2 スポットインスタンス
20190306 AWS Black Belt Online Seminar Amazon EC2 スポットインスタンス20190306 AWS Black Belt Online Seminar Amazon EC2 スポットインスタンス
20190306 AWS Black Belt Online Seminar Amazon EC2 スポットインスタンス
 
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
 
20190306 AWS Black Belt Online Seminar Amazon EC2スポットインスタンス
20190306 AWS Black Belt Online Seminar Amazon EC2スポットインスタンス20190306 AWS Black Belt Online Seminar Amazon EC2スポットインスタンス
20190306 AWS Black Belt Online Seminar Amazon EC2スポットインスタンス
 
Serverless:It All Started in Vegas (DVC306) - AWS re:Invent 2018
Serverless:It All Started in Vegas (DVC306) - AWS re:Invent 2018Serverless:It All Started in Vegas (DVC306) - AWS re:Invent 2018
Serverless:It All Started in Vegas (DVC306) - AWS re:Invent 2018
 
20190206 AWS Black Belt Online Seminar Amazon SageMaker Basic Session
20190206 AWS Black Belt Online Seminar Amazon SageMaker Basic Session20190206 AWS Black Belt Online Seminar Amazon SageMaker Basic Session
20190206 AWS Black Belt Online Seminar Amazon SageMaker Basic Session
 
From Code to a Running Container | AWS Floor28
From Code to a Running Container | AWS Floor28From Code to a Running Container | AWS Floor28
From Code to a Running Container | AWS Floor28
 
데이터 센터 모던화::임흥선::AWS Summit Seoul 2018
데이터 센터 모던화::임흥선::AWS Summit Seoul 2018데이터 센터 모던화::임흥선::AWS Summit Seoul 2018
데이터 센터 모던화::임흥선::AWS Summit Seoul 2018
 
Amazon SageMaker を中心とした持続的な ML システム
Amazon SageMaker を中心とした持続的な ML システムAmazon SageMaker を中心とした持続的な ML システム
Amazon SageMaker を中心とした持続的な ML システム
 
AWS Lambda@Edge でできること!
AWS Lambda@Edge でできること!AWS Lambda@Edge でできること!
AWS Lambda@Edge でできること!
 
AWS System Manager: Parameter Store를 사용한 AWS 구성 데이터 관리 기법 - 정창훈, 당근마켓 / 김대권, ...
AWS System Manager: Parameter Store를 사용한 AWS 구성 데이터 관리 기법 - 정창훈, 당근마켓 / 김대권, ...AWS System Manager: Parameter Store를 사용한 AWS 구성 데이터 관리 기법 - 정창훈, 당근마켓 / 김대권, ...
AWS System Manager: Parameter Store를 사용한 AWS 구성 데이터 관리 기법 - 정창훈, 당근마켓 / 김대권, ...
 
Automate & Audit Cloud Governance & Compliance in Your Landing Zone (ENT315-R...
Automate & Audit Cloud Governance & Compliance in Your Landing Zone (ENT315-R...Automate & Audit Cloud Governance & Compliance in Your Landing Zone (ENT315-R...
Automate & Audit Cloud Governance & Compliance in Your Landing Zone (ENT315-R...
 
20181205 AWS Black Belt Online Seminar Amazon Athena (20190510update)
20181205 AWS Black Belt Online Seminar Amazon Athena (20190510update)20181205 AWS Black Belt Online Seminar Amazon Athena (20190510update)
20181205 AWS Black Belt Online Seminar Amazon Athena (20190510update)
 
Amazon Polly와 Cloud9을 활용한 서버리스 웹 애플리케이션 및 CI/CD 배포 프로세스 구축 (김현수, AWS 솔루션즈 아키텍...
Amazon Polly와 Cloud9을 활용한 서버리스 웹 애플리케이션 및 CI/CD 배포 프로세스 구축 (김현수, AWS 솔루션즈 아키텍...Amazon Polly와 Cloud9을 활용한 서버리스 웹 애플리케이션 및 CI/CD 배포 프로세스 구축 (김현수, AWS 솔루션즈 아키텍...
Amazon Polly와 Cloud9을 활용한 서버리스 웹 애플리케이션 및 CI/CD 배포 프로세스 구축 (김현수, AWS 솔루션즈 아키텍...
 
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018
 
What's New with the AWS CLI (DEV322-R1) - AWS re:Invent 2018
What's New with the AWS CLI (DEV322-R1) - AWS re:Invent 2018What's New with the AWS CLI (DEV322-R1) - AWS re:Invent 2018
What's New with the AWS CLI (DEV322-R1) - AWS re:Invent 2018
 
「リモートペアプロでマントルを突き抜けろ!」AWS Cloud9でリモートペアプロ&楽々サーバーレス開発
「リモートペアプロでマントルを突き抜けろ!」AWS Cloud9でリモートペアプロ&楽々サーバーレス開発「リモートペアプロでマントルを突き抜けろ!」AWS Cloud9でリモートペアプロ&楽々サーバーレス開発
「リモートペアプロでマントルを突き抜けろ!」AWS Cloud9でリモートペアプロ&楽々サーバーレス開発
 
AWS DevDay AWS SAM을 이용한 백오피스 마이그레이션
AWS DevDay AWS SAM을 이용한 백오피스 마이그레이션AWS DevDay AWS SAM을 이용한 백오피스 마이그레이션
AWS DevDay AWS SAM을 이용한 백오피스 마이그레이션
 
AWS SAM(Serverless Application Model) 을 이용한 백오피스 마이그레이션 (현창훈, HBSmith) :: AWS...
AWS SAM(Serverless Application Model) 을 이용한 백오피스 마이그레이션 (현창훈, HBSmith) :: AWS...AWS SAM(Serverless Application Model) 을 이용한 백오피스 마이그레이션 (현창훈, HBSmith) :: AWS...
AWS SAM(Serverless Application Model) 을 이용한 백오피스 마이그레이션 (현창훈, HBSmith) :: AWS...
 
Meet Luke, Cristine, Grace and Preston - Sumerian Hosts (ARV301) - AWS re:Inv...
Meet Luke, Cristine, Grace and Preston - Sumerian Hosts (ARV301) - AWS re:Inv...Meet Luke, Cristine, Grace and Preston - Sumerian Hosts (ARV301) - AWS re:Inv...
Meet Luke, Cristine, Grace and Preston - Sumerian Hosts (ARV301) - AWS re:Inv...
 

More from Amazon Web Services Japan

202205 AWS Black Belt Online Seminar Amazon FSx for OpenZFS
202205 AWS Black Belt Online Seminar Amazon FSx for OpenZFS202205 AWS Black Belt Online Seminar Amazon FSx for OpenZFS
202205 AWS Black Belt Online Seminar Amazon FSx for OpenZFSAmazon Web Services Japan
 
202204 AWS Black Belt Online Seminar AWS IoT Device Defender
202204 AWS Black Belt Online Seminar AWS IoT Device Defender202204 AWS Black Belt Online Seminar AWS IoT Device Defender
202204 AWS Black Belt Online Seminar AWS IoT Device DefenderAmazon Web Services Japan
 
202204 AWS Black Belt Online Seminar Amazon Connect を活用したオンコール対応の実現
202204 AWS Black Belt Online Seminar Amazon Connect を活用したオンコール対応の実現202204 AWS Black Belt Online Seminar Amazon Connect を活用したオンコール対応の実現
202204 AWS Black Belt Online Seminar Amazon Connect を活用したオンコール対応の実現Amazon Web Services Japan
 
202204 AWS Black Belt Online Seminar Amazon Connect Salesforce連携(第1回 CTI Adap...
202204 AWS Black Belt Online Seminar Amazon Connect Salesforce連携(第1回 CTI Adap...202204 AWS Black Belt Online Seminar Amazon Connect Salesforce連携(第1回 CTI Adap...
202204 AWS Black Belt Online Seminar Amazon Connect Salesforce連携(第1回 CTI Adap...Amazon Web Services Japan
 
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデート
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデートAmazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデート
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデートAmazon Web Services Japan
 
20220409 AWS BLEA 開発にあたって検討したこと
20220409 AWS BLEA 開発にあたって検討したこと20220409 AWS BLEA 開発にあたって検討したこと
20220409 AWS BLEA 開発にあたって検討したこと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
 

More from Amazon Web Services Japan (20)

202205 AWS Black Belt Online Seminar Amazon FSx for OpenZFS
202205 AWS Black Belt Online Seminar Amazon FSx for OpenZFS202205 AWS Black Belt Online Seminar Amazon FSx for OpenZFS
202205 AWS Black Belt Online Seminar Amazon FSx for OpenZFS
 
202204 AWS Black Belt Online Seminar AWS IoT Device Defender
202204 AWS Black Belt Online Seminar AWS IoT Device Defender202204 AWS Black Belt Online Seminar AWS IoT Device Defender
202204 AWS Black Belt Online Seminar AWS IoT Device Defender
 
Infrastructure as Code (IaC) 談義 2022
Infrastructure as Code (IaC) 談義 2022Infrastructure as Code (IaC) 談義 2022
Infrastructure as Code (IaC) 談義 2022
 
202204 AWS Black Belt Online Seminar Amazon Connect を活用したオンコール対応の実現
202204 AWS Black Belt Online Seminar Amazon Connect を活用したオンコール対応の実現202204 AWS Black Belt Online Seminar Amazon Connect を活用したオンコール対応の実現
202204 AWS Black Belt Online Seminar Amazon Connect を活用したオンコール対応の実現
 
202204 AWS Black Belt Online Seminar Amazon Connect Salesforce連携(第1回 CTI Adap...
202204 AWS Black Belt Online Seminar Amazon Connect Salesforce連携(第1回 CTI Adap...202204 AWS Black Belt Online Seminar Amazon Connect Salesforce連携(第1回 CTI Adap...
202204 AWS Black Belt Online Seminar Amazon Connect Salesforce連携(第1回 CTI Adap...
 
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデート
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデートAmazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデート
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデート
 
20220409 AWS BLEA 開発にあたって検討したこと
20220409 AWS BLEA 開発にあたって検討したこと20220409 AWS BLEA 開発にあたって検討したこと
20220409 AWS BLEA 開発にあたって検討したこと
 
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 ...
 

Recently uploaded

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
 
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
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 

Recently uploaded (20)

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
 
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
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 

AWS Amazon SES Blackbelt Online Seminar

  • 1. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Webinar https://amzn.to/JPWebinar https://amzn.to/JPArchive Solutions Architect 2019/05/21 Amazon Simple Email Service (Amazon SES) [AWS Black Belt Online Seminar]
  • 2. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Solution Architect Network, Mail, Web AWS AWS Amazon GuardDuty
  • 3. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Black Belt Online Seminar • • ① 吹き出しをクリック ② 質問を入力 ③ Sendをクリック Twitter #awsblackbelt
  • 4. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • 2019 05 21 AWS (http://aws.amazon.com) • AWS AWS • • AWS does not offer binding price quotes. AWS pricing is publicly available and is subject to change in accordance with the AWS Customer Agreement available at http://aws.amazon.com/agreement/. Any pricing information included in this document is provided only as an estimate of usage charges for AWS services based on certain information that you have provided. Monthly charges will be based on your actual use of AWS services, and may vary from the estimates provided.
  • 5. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Amazon SES • Amazon SES • Amazon SES • •
  • 6. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Blackbelt (2016 01 ) MAIL FROM IP E E E
  • 7. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Amazon SES • Amazon SES • Amazon SES • •
  • 8. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon SES E E Amazon S3 AWS Lambda Amazon SNS
  • 9. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E Amazon S3 Amazon SNS
  • 10. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Amazon SES • Amazon SES • Amazon SES • •
  • 11. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon SES • Amazon SES • Amazon SES API • SMTP
  • 12. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon SES E • Amazon SES • E
  • 13. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon SES API 2 API • SendEmail API: • From, To, Subject, Body Amazon SES • SendRawEmail API • IAM Amazon SES API
  • 14. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SMTP Email SES SMTP • 25 / 465(SMTP over SSL) / 587(Message Submission) • TLS(Transport Layer Security) • IAM SMTP SMTP
  • 15. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SMTP EC2 TCP 25 • Spam • Spam SES Tokyo MTA on EC2 Virginia, Oregon, Ireland SES SMTP port 25 ( ) https://aws.amazon.com/jp/premiumsupport/knowledge-center/ec2-port-25-throttle/ SMTP port 465/587
  • 16. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E SES SES • 24 E • E SES 24 E • SES 1 E •
  • 17. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon SES Dashboard
  • 18. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. / API / CloudWatch • • • • • • (new) • (new) • (new) https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/monitor-sending-activity.html
  • 19. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. / E E
  • 20. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E URL E 1 x 1 GIF E New https://aws.amazon.com/jp/blogs/messaging-and-targeting/open-and-click-tracking-have-arrived/
  • 21. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Configuration Sets URL ses:no-track <a ses:no-track href="https://aws.amazon.com/"> </a> New
  • 22. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E E • • 10,000 E • HTML 500KB • SendBulkTemplatedEmail 50 (CC/BCC ) New https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/send-personalized-email-api.html
  • 23. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E json { "Source": "sender@example.com", "Template": "MyTemplate", "ConfigurationSetName": "ConfigSet", "Destination": { "ToAddresses": [ "alejandro.rosalez@example.com" ] }, "TemplateData": "{ ¥"name¥":¥"Alejandro¥", ¥"favoriteanimal¥": ¥"alligator¥" }" } { "Template": { "TemplateName": "MyTemplate", "SubjectPart": "Greetings, {{name}}!", "HtmlPart": "<h1>Hello {{name}},</h1><p>Your favorite animal is {{favoriteanimal}}.</p>", "TextPart": "Dear {{name}},¥r¥nYour favorite animal is {{favoriteanimal}}." } } https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/send-personalized-email-api.html New
  • 24. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. / E • SES HTTP REST API • Daily message quota exceeded • Maximum sending rate exceeded • SMTP • 454 Throttling failure: Maximum sending rate exceeded • 454 Throttling failure: Daily message quota exceeded
  • 25. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • • • • ※ https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/increase-sending-limits.html
  • 26. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • (Verify e-mail ) • • 200 /24 • 1 / • • •
  • 27. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS IAM E E E 1. E E ID( E ARN arn:aws:ses:us-east- 1:123456789012:identity/example.com SES 2. ID SES E SES https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/sending-authorization.html
  • 28. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • (E ) E • E • Return Path E • • From http://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/sending-authorization-policy-examples.html
  • 29. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Suppression List Suppression List Email • 14 • • SES Call SES Suppression List SES IP
  • 30. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Amazon SES (assemble) ISP Spam Header Body Amazon SES Spam Amazon SES (Reputation) •
  • 31. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 32. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SMTP SPF - IP • Sender Policy Framework (SPF), Sender ID • IP DNS • DNS DKIM - • Domain Keys Identified Mail (DKIM) • DNS • DMARC http://www.dmarc.org • SPF DMARC SPF Mail-From From • DKIM DMARC DKIM From DKIM d= domain https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/dmarc.html
  • 33. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon SES SPF Amazon SES MAIL FROM amazonses.com ( ) MAIL FROM Amazon SES SPF (Sender Policy Framework)
  • 34. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. MAIL-FROM MAIL FROM amazonses.com ( ) 例えば、SPF DMARC (Domain-based Message Authentication, Reporting and Conformance) E MAIL FROM New
  • 35. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. MAIL-FROM 1. E MAIL FROM Domain 2. MX TXT(SPF) 3. MAIL FROM Domain DNS MX 4. MAIL FROM Domain DNS SPF New
  • 36. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. MAIL FROM 1. From: user-b@example.com To: user-a@example.net mail-from: user-b@example.com rcpt-to: user-a@example.net 2. mail-from From: user-b@example.com To: user-a@example. net mail-from: {uuid}@mail.example.com rcpt-to: user-a@example. net DNS mail.eample.com txt "v=spf1 include:amazonses.com ~all" SES MTA 3. SPF MAIL FROM Domain mail.example.com New
  • 37. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. DKIM SES CNAME SES MTA 1. From: user-b@example.com To: user-a@example.net 2. Email From: user-b@example.com To: user-a@example.net DKIM-Signature: s=xyz; d=example.com example.com amazonses.com 3. TXT xyz._domainkey.example.com 4. CNAME CNAME xyz.dkim.amazon.ses.com 5. TXT xyz.dkim.amazon.ses.com 6.
  • 38. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SPF DKIM DMARC - SPF - DKIM - SPF DMARC - DKIM DMARC
  • 39. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. IP • Amazon SES IP E • IP • IP New https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/dedicated-ips.html
  • 40. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. IP IP • IP • • • IP IP New
  • 41. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. IP IP New https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/dedicated-ips.html
  • 42. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. IP • 1 • • IP • IP • IP • IP IP New https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/dedicated-ip-case.html
  • 43. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. IP • ISP IP • E • E 2 6 New https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/dedicated-ip-warming.html
  • 44. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. IP • IP IP IP E • IP • IP IP ( ) IP ( ) E E 1,000 New
  • 45. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. IP New
  • 46. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. IP IP IP • E • E • etc… New
  • 47. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E • Amazon SES E API • New https://aws.amazon.com/jp/blogs/messaging-and-targeting/protect-your-reputation-with-email-pausing-and-configuration-set- metrics/
  • 48. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E • E E Bounce/Complaint New
  • 49. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E Amazon SNS AWS Lambda Amazon CloudWatch AWS New SES CloudWatch Alarm SNS Lambda SES Send Metric to Triggers Notifies Executes Pauses sending on Notifies SMS, Email or Push Channels
  • 50. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 51. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SMTP sender.example.com HELO sender.example.com 250 OK MAIL FROM: user@example.com 250 OK RCPT TO: user1@example.jp 250 OK example.jp DATA 354 Start ヘッダ,本文.. <CRLF>.<CRLF> 250 OK QUIT 250 OK MTA/MUA
  • 52. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SMTP 200 • • 300 • (354) 400 • busy 500 • • :
  • 53. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SMTP • MTA • Return-Path or Errors-To SMTP • MTA •
  • 54. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES ISP ISP ISP Message Producer Message to each receiver SQS Bounce SQS SNS SES Complaint Complaint Bounce User Unknown Bounce Bounce Bounce Complaint
  • 55. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES SES Amazon SNS Complaints SNS {"notificationType":"Delivery", "mail":{ "timestamp":"2014-05-28T22:40:59.638Z", "messageId":"0000014644fe5ef6-9a483358-9170-4cb4- a269-f5dcdf415321-000000", "source":"test@ses-example.com", "destination":[ "success@simulator.amazonses.com", "recipient@ses-example.com" ] }, "delivery":{ "timestamp":"2014-05-28T22:41:01.184Z", "recipients":["success@simulator.amazonses.com"], "processingTimeMillis":1546, "reportingMTA":"a8-70.smtp-out.amazonses.com", "smtpResponse":"250 ok: Message 64111812 accepted" } }
  • 56. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES SNS Topic Configuration https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/notification-examples.html
  • 57. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Bounce/Complaint • Spam Filter 2% 5% 10% E
  • 58. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. HEALTHY
  • 59. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • AWS E • • AWS ses-review@amazon.com E FAQ https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/e-faq.html 改善方法や改善結果のアピールに不安があれば担当営業/SAまでご相談ください
  • 60. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES
  • 61. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. EC2 MTA - MTA - ISP - - Email DNS
  • 62. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. root EC2 25 DNS (rDNS) - https://aws.amazon.com/jp/premiumsupport/knowledge-center/ec2-port-25- throttle/ - https://aws.amazon.com/forms/ec2-email-limit-rdns-request
  • 63. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. DNS (rDNS) : “sending out weekly news leters for customers on htt://example.com” EIP - - A
  • 64. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. EC2 MTA - MTA EIP - 25 rDNS - DNS - SPF - DKIM - MX -
  • 65. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. :SES ISP ISP ISP Message Producer Message to each receiver SQS Bounce SQS SNS SES Complaint Complaint Bounce User Unknown Bounce Bounce Bounce Complaint
  • 66. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. EC2 ISP ISP ISP Message Producer Message to each receiver SQS Complaint Complaint Bounce User Unknown Bounce Bounce SMTP Complaint
  • 67. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. - success@simulator.amazonses.com - bounce@simulator.amazonses.com - ooto@simulator.amazonses.com - complaint@simulator.amazonses.com - suppressionlist@simulator.amazonses.com - - - - - https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/mailbox-simulator.html
  • 68. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Bounce処理 を実装予定 No Bounce処理はどちらの 方法でも重要です。実 装しましょう。 Yes EC2上のMTA構築も検討 Bounceやコンテン ツの問題による送 信レート抑制を受 入可 No SESの利用も考慮に Yes 想定される送信先の制限・注意 事項の確認と検証 - /ISP/ SPAM -
  • 69. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Amazon SES • Amazon SES • Amazon SES • •
  • 70. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES • SMTP • • • •
  • 71. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Amazon S3 • Amzon SNS • AWS Lambda • • • • Amazon WorkMail SNS SES S3 Lambda WorkMail
  • 72. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES • • E • E • E • E
  • 73. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES • • IP •
  • 74. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • • bounce@example.com user1@example.com S3
  • 75. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. IP IP • IP IP • IP • IP • Amazon EC2 IP • Amazon EC2 SES IP • SES IP • IP IP
  • 76. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E 1. SES IP 2 • IP • IP Amazon SES 2. SES E 3. SES SES
  • 77. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E 4. SES 1 Rule Sets Action Action Action Action Action Action Action Action Action Rule1 Rule2 RuleN SNS S3 Lambda WorkMail Action Bounce
  • 78. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES E • • MX • SES AWS • IP • •
  • 79. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES SES DNS TXT
  • 80. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. MX Mail exchanger (MX) DNS SES MX ( ) : inbound-smtp.us-east-1.amazonaws.com ( ) : inbound-smtp.us-west-2.amazonaws.com ( ) : inbound-smtp.eu-west-1.amazonaws.com
  • 81. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. DNS TXT MX
  • 82. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES AWS E SES SES S3バケットへの 書き込み権限 Lambda functionの 呼び出し権限 KMS 他のアカウントの SNSトピックへの公 開権限 KMSの鍵を使ったEメー ルの暗号化 権限 SNSS3 Lambda
  • 83. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. IP IP IP
  • 84. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 85. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 86. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. 事前にS3書き込み等該当する権限をSESに対して許可する必要あり
  • 87. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES E E 2 • S3 • SNS E raw
  • 88. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E S3 E S3 SES • S3 • AWS SDK • AWS SDK for .NET/Go/Java/PHP/Ruby/C++ Amazon KMS • KMS S3 E
  • 89. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES E S3 E 1 30MB E SNS E 1 150KB E S3 SNS SES IP IP IP
  • 90. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon CloudWatch - PublishFailure: SES - PublishExpired: SES SES E - - 4 SES
  • 91. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Amazon SES • Amazon SES • Amazon SES • •
  • 92. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E E 1. 2. 3. URL AWS SDK/CLI New https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/custom-verification-emails.html
  • 93. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 94. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E { "TemplateName": "SampleTemplate", "FromEmailAddress": "sender@example.com", "TemplateSubject": "Please confirm your email address", "TemplateContent": "<html> <head></head> <body style="font-family:sans-serif;"> <h1 style="text-align:center">Ready to start sending email with ProductName?</h1> <p>We here at Example Corp are happy to have you on board! There's just one last step to complete before you can start sending email. Just click the following link to verify your email address. Once we confirm that you're really you, we'll give you some additional information to help you get started with ProductName.</p> </body> </html>", "SuccessRedirectionURL": "https://www.example.com/verifysuccess", "FailureRedirectionURL": "https://www.example.com/verifyfailure" } New
  • 95. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E New
  • 96. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon WorkMail Amazon WorkMail SES WorkMail SES – 送信承認ポリシー • WorkMailからお客様のドメインを介 して送信されることを許可 – 受信ルール • お客様のドメインの受信メールを WorkMailに配信するWorkMailアク ションが設定されている
  • 97. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES Amazon CloudTrail SES API CloudTrail CloudTrail CloudTrail • SendEmail • SendRawEmail • SendTemplatedEmail • SendBulkTemplatedEmail • SendCustomVerificationEmail CloudWatch
  • 98. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. E 1,000 0.10 USD 0.12 USD / GB E 1,000 0 USD 1,000 0.10 USD 1,000 0.09 USD IP 1 24.95 USD ( ) 256 (KB) 1 768 KB 3 255 KB 0
  • 99. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. EC2 • • Tier • 1GB • 10TB 0.12 USD/GB (us-east-1, us-west-2, eu-west-1) • http://aws.amazon.com/ec2/pricing/#DataTransfer 注:リージョンを越えた送信は送信元リージョンからのリージョン間転送料金が追加適用 (2016年1月現在、Tokyoリージョンでは0.09 USD/GB)
  • 100. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon EC2 62,000 / :
  • 101. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Amazon SES • Amazon SES • Amazon SES • Amazon SES • •
  • 102. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SES Email - SES AWS
  • 103. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon SES • Bounce Complaint IP • Spam • /ISP/ SPAM • Bounce/Complaint SES
  • 104. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. NTT Docomo https://www.nttdocomo.co.jp/service/imode_mail/notice/
  • 105. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. au au @au.com @ezweb.ne.jp https://www.au.com/mobile/service/attention/
  • 106. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Softbank https://www.softbank.jp/mobile/support/mail/antispam/howto/wrestle/
  • 107. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Bounce処理 を実装予定 No Bounce処理はどちらの 方法でも重要です。実 装しましょう。 Yes EC2上のMTA構築も検討 Bounceやコンテン ツの問題による送 信レート抑制を受 入可 No SESの利用も考慮に Yes 想定される送信先の制限・注意 事項の確認と検証 - /ISP/ SPAM -
  • 108. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Simple Email Service Email Sending Best Practices https://d1.awsstatic.com/whitepapers/aws-amazon-ses-best-practices.pdf Amazon SES https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/best-practices.html Amazon SES https://aws.amazon.com/jp/ses/faqs/ https://docs.aws.amazon.com/ja_jp/ses/latest/DeveloperGuide/faqs-dg.html
  • 109. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. #Mailerstudy • http://www.slideshare.net/ar_maniacs/mailerstudy
  • 110. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Q&A AWS Japan Blog https://aws.amazon.com/jp/blogs/news/
  • 111. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS AWS https://amzn.to/JPArchive
  • 112. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Webinar https://amzn.to/JPWebinar https://amzn.to/JPArchive