SlideShare a Scribd company logo
1 of 30
Download to read offline
AWS	
  Ops	
  Service	
  Re:cap!!!
-­‐ re:Invent 2016	
  で発表された⽬目⽟玉Ops関連サービス -‐‑‒
Tomoaki Sakatoku
Solutions	
  Architect
Amazon	
  Web	
  Service	
  Japan
⾃自⼰己紹介
酒徳 知明(さかとく ともあき)
エコシステム ソリューション部
パートナー ソリューション アーキテクト
仕事
• エンタープライズ SIパートナー様のご⽀支援
• ISVパートナー様のご⽀支援
New	
  Services
1. AWS	
  Health	
  Dashboard
2. AWS	
  X-­‐Ray
AWS	
  Personal	
  Health	
  Dashboard
AWS	
  Personal	
  Health	
  Dashboard
• 保有しているAWSリソースに関するメンテナンスイベ
ントを集約するダッシュボード機能を提供
• アカウント毎に影響を受ける各種AWSサービスのメン
テナンス通知やサービス障害情報を統合してダッシュ
ボードに表⽰示
• 通知後の⾃自動アクションを、CloudWatch Eventや
Lambdaとの連携したり、APIを通じて3rd  Partyは既存
監視システムとの連携も可能
• 全リージョン、全アベイラビリティゾーンで利利⽤用可能
Open	
  Issues	
  
• Open  Issues,  Other  notificationsは、開始
時刻が過去7⽇日間以内のものに限定表⽰示
Scheduled	
  changes	
  
Event	
  log	
  
AWS	
  Health	
  API	
  
• AWS  Health  API  を利利⽤用するためには、ビジネスサポート、もし
くはエンタープライズサポートへの加⼊入が必要
• 上記条件を満たさない環境下でAWS  Health  APIを実⾏行行すると、
SubscriptionRequiredExceptionが返される
• サービス エンドポイントは、US  EAST(N.Virginia)のみ
– https://health.us-­‐east-­‐1.amazonaws.com
$ aws health describe-events --region us-east-1
{
"events": [
{
"lastUpdatedTime": 1481196290.0,
"service": "EC2",
"eventTypeCode": "AWS_EC2_OPERATIONAL_ISSUE",
"startTime": 1481194055.0,
"eventTypeCategory": "issue",
"endTime": 1481196290.0,
"region": "sa-east-1",
"arn": "arn:aws:health:sa-east-1::event/AWS_EC2_OPERATIONAL_ISSUE_XX",
"statusCode": "closed"
},
AWS	
  Health	
  API	
  
$ aws health describe-event-details --event-arn "arn:aws:health:sa-east-
1::event/AWS_EC2_OPERATIONAL_ISSUE_XX"
{
"failedSet": [],
"successfulSet": [
{
"event": {
"lastUpdatedTime": 1481196290.0,
"service": "EC2",
"eventTypeCode": "AWS_EC2_OPERATIONAL_ISSUE",
"startTime": 1481194055.0,
"eventTypeCategory": "issue",
"endTime": 1481196290.0,
"region": "sa-east-1",
"arn": "arn:aws:health:sa-east-
1::event/AWS_EC2_OPERATIONAL_ISSUE_1481194055",
"statusCode": "closed"
},
"eventDescription": {
"latestDescription": "[RESOLVED] Increased Launch Error Rates¥n2016-12-
08T10:47Z We are investigating increased error rates for new launches in a single Availability
Zone in the SA-EAST-1 Region.¥n2016-12-08T11:24:50Z Between 1:45 AM and 3:16 AM PST we
experienced increased error rates for EBS-backed instance launches in a single Availability
Zone in the SA-EAST-1 Region. Existing instances were unaffected. The issue has been resolved
and the service is operating normally.¥n"
AWS	
  X-­‐Ray	
  (Preview)
AWS	
  X-­‐Ray	
  (Preview)
AWS	
  X-­‐Ray	
  (Preview)
• EC2インスタンス、ECSコンテナ、AWS  Elastic  
Beanstalk、Amazon  API  Gateway、その他の基盤上で実
⾏行行されるコードからトレースデータを捕捉できるサービス
• アプリケーションにSDKとAgentを実装することで、セグ
メント(トレースデータ)をX-‐‑‒RayにJSONフォーマットで
送付
• 開発⾔言語はNode.js,  Java,  C#.NET,  Lambda  Functionを
サポートし、今後順次追加予定
• セグメントを元に、サービマップの⽣生成と、アプリケー
ションのレスポンスタイム含む詳細情報を収集
• 全リージョンでプレビュー開始(GovCloud/北北京除く)
X-­‐Ray	
  SDK
• Java,  C#.Net,  Node.js に対応
• 以下の呼び出しに対するメタデータを⾃自動的にキャプチャするフィ
ルタを追加
– AWS  SDK  を利利⽤用した AWS  サービス
– Non-‐‑‒AWS  services  over  HTTP,  HTTPS
– Database(MySQL,  PostgreSQL,  Amazon  DynamoDB)
– Amazon  SQS
AWS	
  X-­‐Ray	
  Documentation	
  (Preview)
https://aws.amazon.com/jp/documentation/xray/
X-­‐Ray	
  Daemon	
  の対応環境
• Linux
– Amazon  Linux
– RHEL
– Ubuntu
• Windows
• OS  X
• Amazon  ECS
• AWS  Elastic  Beanstalk
The  AWS  X-‐‑‒Ray  Daemon
http://docs.aws.amazon.com/ja_̲jp/xray/latest/devguide/xray-‐‑‒daemon.html
X-­‐Ray	
  Code Sample
• .NET  Sample
– https://github.com/awslabs/aws-‐‑‒xray-‐‑‒dotnet-‐‑‒webapp
• Java  Sample
– https://github.com/awslabs/eb-‐‑‒java-‐‑‒scorekeep/tree/xray
• Node.js Sample
– https://github.com/awslabs/eb-‐‑‒node-‐‑‒express-‐‑‒sample/tree/xray
The	
  AWS	
  X-­‐Ray	
  Developer	
  Guide
http://docs.aws.amazon.com/ja_jp/xray/latest/devguide/aws-­‐xray.html
X-­‐Ray	
  Code Sample
X-­‐Rayの価格
• プレビュー期間中は無料料
• 無料料枠
– 記録された最初の 100,000  トレース/⽉月は無料料
– 検索索、スキャンされた最初の 1,000,000  トレース/⽉月は無料料
• 追加料料⾦金金
– 無料料枠を超えて記録されたトレースは 1,000,000  トレースあたり $5.00  /  ⽉月
– 無料料枠を超えて検索索、スキャンされたトレースは 1,000,000  トレースあたり
$0.50  /  ⽉月
Pricing
https://aws.amazon.com/jp/xray/pricing/
AWS	
  X-­‐Ray	
  -­‐demo-­‐
AWS	
  X-­‐Ray	
  -­‐ Dashboard
RDS向けのPerformance  Insightを発表
• DBの知識識を持ったエンジニアがいな
くとも、クエリパフォーマンスの評
価やDBの状態チェックを実施可能に
する機能
• Amazon  Aurora  PostgreSQL-‐‑‒
Compatible  Editionには既に組み込
まれた状態でリリースされる
• 他のデータベースエンジンにも順次
展開予定
re:Invetの前に発表されたアップデート
はこちらからご確認下さい
http://www.slideshare.net/tomoakisakatoku/aws-­‐ops-­‐service-­‐recap-­‐reinvent-­‐2016-­‐ops

More Related Content

What's hot

AWSでDockerを扱うためのベストプラクティス
AWSでDockerを扱うためのベストプラクティスAWSでDockerを扱うためのベストプラクティス
AWSでDockerを扱うためのベストプラクティスAmazon Web Services Japan
 
AWSサービスアップデートまとめ (re:Invent 2016とその前後)
AWSサービスアップデートまとめ (re:Invent 2016とその前後)AWSサービスアップデートまとめ (re:Invent 2016とその前後)
AWSサービスアップデートまとめ (re:Invent 2016とその前後)Amazon Web Services Japan
 
【IVS CTO Night & Day】AWSにおけるビッグデータ活用
【IVS CTO Night & Day】AWSにおけるビッグデータ活用【IVS CTO Night & Day】AWSにおけるビッグデータ活用
【IVS CTO Night & Day】AWSにおけるビッグデータ活用Amazon Web Services Japan
 
Search Solutions on AWS
Search Solutions on AWSSearch Solutions on AWS
Search Solutions on AWSEiji Shinohara
 
AWS - Windowsアップデート re:Invent & Windows Server 2016
AWS - Windowsアップデートre:Invent & Windows Server 2016AWS - Windowsアップデートre:Invent & Windows Server 2016
AWS - Windowsアップデート re:Invent & Windows Server 2016Amazon Web Services Japan
 
Scale Your Business without Servers
Scale Your Business without ServersScale Your Business without Servers
Scale Your Business without ServersKeisuke Nishitani
 
現場的!オンプレとAWSの違い
現場的!オンプレとAWSの違い現場的!オンプレとAWSの違い
現場的!オンプレとAWSの違い真吾 吉田
 
Windows 開発者のための Dev&Ops on AWS
Windows 開発者のための Dev&Ops on AWSWindows 開発者のための Dev&Ops on AWS
Windows 開発者のための Dev&Ops on AWSAmazon Web Services Japan
 
2017年2月のAWSサービスアップデートまとめ
 2017年2月のAWSサービスアップデートまとめ 2017年2月のAWSサービスアップデートまとめ
2017年2月のAWSサービスアップデートまとめAmazon Web Services Japan
 
Morning Session - AWS Serverless Ways
Morning Session - AWS Serverless WaysMorning Session - AWS Serverless Ways
Morning Session - AWS Serverless Waysakitsukada
 
2016年11月のAWSサービスアップデートまとめ
 2016年11月のAWSサービスアップデートまとめ 2016年11月のAWSサービスアップデートまとめ
2016年11月のAWSサービスアップデートまとめAmazon Web Services Japan
 
クラウド上のデータ活用デザインパターン
クラウド上のデータ活用デザインパターンクラウド上のデータ活用デザインパターン
クラウド上のデータ活用デザインパターンAmazon Web Services Japan
 
20151207 AWS re:invent 2015 ReCap
20151207 AWS re:invent 2015 ReCap20151207 AWS re:invent 2015 ReCap
20151207 AWS re:invent 2015 ReCapKiyonori Kitasako
 
Introduction to New CloudWatch Agent
Introduction to New CloudWatch AgentIntroduction to New CloudWatch Agent
Introduction to New CloudWatch AgentNoritaka Sekiyama
 
Serverless Architecture on AWS(20151023版)
Serverless Architecture on AWS(20151023版)Serverless Architecture on AWS(20151023版)
Serverless Architecture on AWS(20151023版)Keisuke Nishitani
 
20161027 hadoop summit Generating Recommendations at Amazon Scale with Apach...
20161027 hadoop summit  Generating Recommendations at Amazon Scale with Apach...20161027 hadoop summit  Generating Recommendations at Amazon Scale with Apach...
20161027 hadoop summit Generating Recommendations at Amazon Scale with Apach...Amazon Web Services Japan
 

What's hot (19)

AWSでDockerを扱うためのベストプラクティス
AWSでDockerを扱うためのベストプラクティスAWSでDockerを扱うためのベストプラクティス
AWSでDockerを扱うためのベストプラクティス
 
AWSサービスアップデートまとめ (re:Invent 2016とその前後)
AWSサービスアップデートまとめ (re:Invent 2016とその前後)AWSサービスアップデートまとめ (re:Invent 2016とその前後)
AWSサービスアップデートまとめ (re:Invent 2016とその前後)
 
【IVS CTO Night & Day】AWSにおけるビッグデータ活用
【IVS CTO Night & Day】AWSにおけるビッグデータ活用【IVS CTO Night & Day】AWSにおけるビッグデータ活用
【IVS CTO Night & Day】AWSにおけるビッグデータ活用
 
Search Solutions on AWS
Search Solutions on AWSSearch Solutions on AWS
Search Solutions on AWS
 
AWS - Windowsアップデート re:Invent & Windows Server 2016
AWS - Windowsアップデートre:Invent & Windows Server 2016AWS - Windowsアップデートre:Invent & Windows Server 2016
AWS - Windowsアップデート re:Invent & Windows Server 2016
 
Scale Your Business without Servers
Scale Your Business without ServersScale Your Business without Servers
Scale Your Business without Servers
 
現場的!オンプレとAWSの違い
現場的!オンプレとAWSの違い現場的!オンプレとAWSの違い
現場的!オンプレとAWSの違い
 
Windows 開発者のための Dev&Ops on AWS
Windows 開発者のための Dev&Ops on AWSWindows 開発者のための Dev&Ops on AWS
Windows 開発者のための Dev&Ops on AWS
 
Reinvent2017 recap-overview-pdf
Reinvent2017 recap-overview-pdfReinvent2017 recap-overview-pdf
Reinvent2017 recap-overview-pdf
 
2017年2月のAWSサービスアップデートまとめ
 2017年2月のAWSサービスアップデートまとめ 2017年2月のAWSサービスアップデートまとめ
2017年2月のAWSサービスアップデートまとめ
 
Morning Session - AWS Serverless Ways
Morning Session - AWS Serverless WaysMorning Session - AWS Serverless Ways
Morning Session - AWS Serverless Ways
 
2016年11月のAWSサービスアップデートまとめ
 2016年11月のAWSサービスアップデートまとめ 2016年11月のAWSサービスアップデートまとめ
2016年11月のAWSサービスアップデートまとめ
 
クラウド上のデータ活用デザインパターン
クラウド上のデータ活用デザインパターンクラウド上のデータ活用デザインパターン
クラウド上のデータ活用デザインパターン
 
20151207 AWS re:invent 2015 ReCap
20151207 AWS re:invent 2015 ReCap20151207 AWS re:invent 2015 ReCap
20151207 AWS re:invent 2015 ReCap
 
Machine Learning on AWS
Machine Learning on AWS Machine Learning on AWS
Machine Learning on AWS
 
【IVS CTO Night & Day】DevOps on AWS 2017
【IVS CTO Night & Day】DevOps on AWS 2017【IVS CTO Night & Day】DevOps on AWS 2017
【IVS CTO Night & Day】DevOps on AWS 2017
 
Introduction to New CloudWatch Agent
Introduction to New CloudWatch AgentIntroduction to New CloudWatch Agent
Introduction to New CloudWatch Agent
 
Serverless Architecture on AWS(20151023版)
Serverless Architecture on AWS(20151023版)Serverless Architecture on AWS(20151023版)
Serverless Architecture on AWS(20151023版)
 
20161027 hadoop summit Generating Recommendations at Amazon Scale with Apach...
20161027 hadoop summit  Generating Recommendations at Amazon Scale with Apach...20161027 hadoop summit  Generating Recommendations at Amazon Scale with Apach...
20161027 hadoop summit Generating Recommendations at Amazon Scale with Apach...
 

Viewers also liked

Let us make clear the aws directconnect
Let us make clear the aws directconnectLet us make clear the aws directconnect
Let us make clear the aws directconnectTomoaki Hira
 
Presentación programación
Presentación programaciónPresentación programación
Presentación programaciónjoseitoo1
 
ARTS2090 visualisation presentation
ARTS2090 visualisation presentationARTS2090 visualisation presentation
ARTS2090 visualisation presentationChristine Vella
 
Buried Treasures
Buried TreasuresBuried Treasures
Buried TreasuresWhyWorkshop
 
Real estate secretary kpi
Real estate secretary kpiReal estate secretary kpi
Real estate secretary kpijomdiret
 
Job Simulation- Whitepaper from Hiring Simulation Assessments
Job Simulation- Whitepaper from Hiring Simulation AssessmentsJob Simulation- Whitepaper from Hiring Simulation Assessments
Job Simulation- Whitepaper from Hiring Simulation AssessmentsHire Results
 
lisa.graham.rocks
lisa.graham.rockslisa.graham.rocks
lisa.graham.rocksLisa Graham
 
Waste aid presentation zero waste conference
 Waste aid presentation zero waste conference Waste aid presentation zero waste conference
Waste aid presentation zero waste conferencewasteaid
 
Data centre retrofits: getting it right the first time
Data centre retrofits: getting it right the first timeData centre retrofits: getting it right the first time
Data centre retrofits: getting it right the first timeRic Navarro
 
Retrofitting Data Centres: how to extract maximum value
Retrofitting Data Centres: how to extract maximum valueRetrofitting Data Centres: how to extract maximum value
Retrofitting Data Centres: how to extract maximum valueRic Navarro
 
Online_Learning_document
Online_Learning_documentOnline_Learning_document
Online_Learning_documentTyler Lively
 
D3 spig 100796_chapter3
D3 spig 100796_chapter3D3 spig 100796_chapter3
D3 spig 100796_chapter3cintatiros
 
Cival war 2014
Cival war 2014Cival war 2014
Cival war 2014ajforu2c
 
Sesión Dr. Juan Rafael Labardini Méndez
Sesión Dr. Juan Rafael Labardini MéndezSesión Dr. Juan Rafael Labardini Méndez
Sesión Dr. Juan Rafael Labardini MéndezOscar Bolaños
 

Viewers also liked (20)

AWS CLI Conference 2016
AWS CLI Conference 2016AWS CLI Conference 2016
AWS CLI Conference 2016
 
AWS Japan Gameday
AWS Japan GamedayAWS Japan Gameday
AWS Japan Gameday
 
Let us make clear the aws directconnect
Let us make clear the aws directconnectLet us make clear the aws directconnect
Let us make clear the aws directconnect
 
Presentación programación
Presentación programaciónPresentación programación
Presentación programación
 
ARTS2090 visualisation presentation
ARTS2090 visualisation presentationARTS2090 visualisation presentation
ARTS2090 visualisation presentation
 
Buried Treasures
Buried TreasuresBuried Treasures
Buried Treasures
 
Real estate secretary kpi
Real estate secretary kpiReal estate secretary kpi
Real estate secretary kpi
 
Job Simulation- Whitepaper from Hiring Simulation Assessments
Job Simulation- Whitepaper from Hiring Simulation AssessmentsJob Simulation- Whitepaper from Hiring Simulation Assessments
Job Simulation- Whitepaper from Hiring Simulation Assessments
 
Writing Quotes
Writing QuotesWriting Quotes
Writing Quotes
 
lisa.graham.rocks
lisa.graham.rockslisa.graham.rocks
lisa.graham.rocks
 
Waste aid presentation zero waste conference
 Waste aid presentation zero waste conference Waste aid presentation zero waste conference
Waste aid presentation zero waste conference
 
Data centre retrofits: getting it right the first time
Data centre retrofits: getting it right the first timeData centre retrofits: getting it right the first time
Data centre retrofits: getting it right the first time
 
Sample
SampleSample
Sample
 
Retrofitting Data Centres: how to extract maximum value
Retrofitting Data Centres: how to extract maximum valueRetrofitting Data Centres: how to extract maximum value
Retrofitting Data Centres: how to extract maximum value
 
Online_Learning_document
Online_Learning_documentOnline_Learning_document
Online_Learning_document
 
D3 spig 100796_chapter3
D3 spig 100796_chapter3D3 spig 100796_chapter3
D3 spig 100796_chapter3
 
Ops jaws meetup#3
Ops jaws meetup#3Ops jaws meetup#3
Ops jaws meetup#3
 
Cival war 2014
Cival war 2014Cival war 2014
Cival war 2014
 
Writing Quotes
Writing QuotesWriting Quotes
Writing Quotes
 
Sesión Dr. Juan Rafael Labardini Méndez
Sesión Dr. Juan Rafael Labardini MéndezSesión Dr. Juan Rafael Labardini Méndez
Sesión Dr. Juan Rafael Labardini Méndez
 

Similar to AWS Ops service recap

20140621 july techfesta (JTF2014) 突発**むけAWS
20140621 july techfesta (JTF2014) 突発**むけAWS20140621 july techfesta (JTF2014) 突発**むけAWS
20140621 july techfesta (JTF2014) 突発**むけAWSYasuhiro Araki, Ph.D
 
AWS Lake Formation で実現、マイクロサービスのサーバーレスな分散トレーシング
AWS Lake Formation で実現、マイクロサービスのサーバーレスな分散トレーシングAWS Lake Formation で実現、マイクロサービスのサーバーレスな分散トレーシング
AWS Lake Formation で実現、マイクロサービスのサーバーレスな分散トレーシング江藤 武司
 
Windows on aws最新情報
Windows on aws最新情報Windows on aws最新情報
Windows on aws最新情報Genta Watanabe
 
Amazon Web Services(AWS)とcloudpack について
Amazon Web Services(AWS)とcloudpack についてAmazon Web Services(AWS)とcloudpack について
Amazon Web Services(AWS)とcloudpack についてHiroyasu Suzuki
 
AWS Black Belt Online Seminar AWSサービスを利用したアプリケーション開発を始めよう
AWS Black Belt Online Seminar AWSサービスを利用したアプリケーション開発を始めようAWS Black Belt Online Seminar AWSサービスを利用したアプリケーション開発を始めよう
AWS Black Belt Online Seminar AWSサービスを利用したアプリケーション開発を始めようAmazon Web Services Japan
 
JAWS-UG CLI専門支部 #76 Amazon AppStream 2.0 入門
JAWS-UG CLI専門支部 #76 Amazon AppStream 2.0 入門JAWS-UG CLI専門支部 #76 Amazon AppStream 2.0 入門
JAWS-UG CLI専門支部 #76 Amazon AppStream 2.0 入門Nobuhiro Nakayama
 
20120528 aws meister-reloaded-awssd-kforjava-public
20120528 aws meister-reloaded-awssd-kforjava-public20120528 aws meister-reloaded-awssd-kforjava-public
20120528 aws meister-reloaded-awssd-kforjava-publicAmazon Web Services Japan
 
【セミナー講演資料】オープンクラウドソリューションのご紹介
【セミナー講演資料】オープンクラウドソリューションのご紹介【セミナー講演資料】オープンクラウドソリューションのご紹介
【セミナー講演資料】オープンクラウドソリューションのご紹介Nissho-Blocks
 
[AWS Summit 2012] 基調講演 Day1: Go Global !
[AWS Summit 2012] 基調講演 Day1: Go Global ! [AWS Summit 2012] 基調講演 Day1: Go Global !
[AWS Summit 2012] 基調講演 Day1: Go Global ! Amazon Web Services Japan
 
Architecting+for+high+availability
Architecting+for+high+availabilityArchitecting+for+high+availability
Architecting+for+high+availabilityanzhong70
 
01_2021年上半期 AWS IoT サービスアップデート
01_2021年上半期 AWS IoT サービスアップデート01_2021年上半期 AWS IoT サービスアップデート
01_2021年上半期 AWS IoT サービスアップデートAmazon Web Services Japan
 
Architectingforhighavailability 170629010328
Architectingforhighavailability 170629010328Architectingforhighavailability 170629010328
Architectingforhighavailability 170629010328anzhong70
 
AWS IoT SiteWise のご紹介 (AWS IoT Deep Dive #5)
AWS IoT SiteWise のご紹介 (AWS IoT Deep Dive #5)AWS IoT SiteWise のご紹介 (AWS IoT Deep Dive #5)
AWS IoT SiteWise のご紹介 (AWS IoT Deep Dive #5)Amazon Web Services Japan
 
Running Java Apps with Amazon EC2, AWS Elastic Beanstalk or Serverless
Running Java Apps with Amazon EC2, AWS Elastic Beanstalk or ServerlessRunning Java Apps with Amazon EC2, AWS Elastic Beanstalk or Serverless
Running Java Apps with Amazon EC2, AWS Elastic Beanstalk or ServerlessKeisuke Nishitani
 
DevAx::connect はじめました
DevAx::connect はじめましたDevAx::connect はじめました
DevAx::connect はじめました政雄 金森
 
AWS Black Belt Online Seminar 2017 EC2 Windows
AWS Black Belt Online Seminar 2017 EC2 WindowsAWS Black Belt Online Seminar 2017 EC2 Windows
AWS Black Belt Online Seminar 2017 EC2 WindowsAmazon Web Services Japan
 
アマゾンクラウドの真価
アマゾンクラウドの真価アマゾンクラウドの真価
アマゾンクラウドの真価kaminashi
 
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
 

Similar to AWS Ops service recap (20)

20140621 july techfesta (JTF2014) 突発**むけAWS
20140621 july techfesta (JTF2014) 突発**むけAWS20140621 july techfesta (JTF2014) 突発**むけAWS
20140621 july techfesta (JTF2014) 突発**むけAWS
 
AWS Lake Formation で実現、マイクロサービスのサーバーレスな分散トレーシング
AWS Lake Formation で実現、マイクロサービスのサーバーレスな分散トレーシングAWS Lake Formation で実現、マイクロサービスのサーバーレスな分散トレーシング
AWS Lake Formation で実現、マイクロサービスのサーバーレスな分散トレーシング
 
Windows on aws最新情報
Windows on aws最新情報Windows on aws最新情報
Windows on aws最新情報
 
Amazon Web Services(AWS)とcloudpack について
Amazon Web Services(AWS)とcloudpack についてAmazon Web Services(AWS)とcloudpack について
Amazon Web Services(AWS)とcloudpack について
 
AWS Black Belt Online Seminar AWSサービスを利用したアプリケーション開発を始めよう
AWS Black Belt Online Seminar AWSサービスを利用したアプリケーション開発を始めようAWS Black Belt Online Seminar AWSサービスを利用したアプリケーション開発を始めよう
AWS Black Belt Online Seminar AWSサービスを利用したアプリケーション開発を始めよう
 
JAWS-UG CLI専門支部 #76 Amazon AppStream 2.0 入門
JAWS-UG CLI専門支部 #76 Amazon AppStream 2.0 入門JAWS-UG CLI専門支部 #76 Amazon AppStream 2.0 入門
JAWS-UG CLI専門支部 #76 Amazon AppStream 2.0 入門
 
20170725 black belt_monitoring_on_aws
20170725 black belt_monitoring_on_aws20170725 black belt_monitoring_on_aws
20170725 black belt_monitoring_on_aws
 
20120528 aws meister-reloaded-awssd-kforjava-public
20120528 aws meister-reloaded-awssd-kforjava-public20120528 aws meister-reloaded-awssd-kforjava-public
20120528 aws meister-reloaded-awssd-kforjava-public
 
【セミナー講演資料】オープンクラウドソリューションのご紹介
【セミナー講演資料】オープンクラウドソリューションのご紹介【セミナー講演資料】オープンクラウドソリューションのご紹介
【セミナー講演資料】オープンクラウドソリューションのご紹介
 
[AWS Summit 2012] 基調講演 Day1: Go Global !
[AWS Summit 2012] 基調講演 Day1: Go Global ! [AWS Summit 2012] 基調講演 Day1: Go Global !
[AWS Summit 2012] 基調講演 Day1: Go Global !
 
Architecting+for+high+availability
Architecting+for+high+availabilityArchitecting+for+high+availability
Architecting+for+high+availability
 
01_2021年上半期 AWS IoT サービスアップデート
01_2021年上半期 AWS IoT サービスアップデート01_2021年上半期 AWS IoT サービスアップデート
01_2021年上半期 AWS IoT サービスアップデート
 
Architectingforhighavailability 170629010328
Architectingforhighavailability 170629010328Architectingforhighavailability 170629010328
Architectingforhighavailability 170629010328
 
AWS IoT SiteWise のご紹介 (AWS IoT Deep Dive #5)
AWS IoT SiteWise のご紹介 (AWS IoT Deep Dive #5)AWS IoT SiteWise のご紹介 (AWS IoT Deep Dive #5)
AWS IoT SiteWise のご紹介 (AWS IoT Deep Dive #5)
 
Running Java Apps with Amazon EC2, AWS Elastic Beanstalk or Serverless
Running Java Apps with Amazon EC2, AWS Elastic Beanstalk or ServerlessRunning Java Apps with Amazon EC2, AWS Elastic Beanstalk or Serverless
Running Java Apps with Amazon EC2, AWS Elastic Beanstalk or Serverless
 
AWS Update 2011/10
AWS Update 2011/10AWS Update 2011/10
AWS Update 2011/10
 
DevAx::connect はじめました
DevAx::connect はじめましたDevAx::connect はじめました
DevAx::connect はじめました
 
AWS Black Belt Online Seminar 2017 EC2 Windows
AWS Black Belt Online Seminar 2017 EC2 WindowsAWS Black Belt Online Seminar 2017 EC2 Windows
AWS Black Belt Online Seminar 2017 EC2 Windows
 
アマゾンクラウドの真価
アマゾンクラウドの真価アマゾンクラウドの真価
アマゾンクラウドの真価
 
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
 

AWS Ops service recap

  • 1. AWS  Ops  Service  Re:cap!!! -­‐ re:Invent 2016  で発表された⽬目⽟玉Ops関連サービス -‐‑‒ Tomoaki Sakatoku Solutions  Architect Amazon  Web  Service  Japan
  • 2. ⾃自⼰己紹介 酒徳 知明(さかとく ともあき) エコシステム ソリューション部 パートナー ソリューション アーキテクト 仕事 • エンタープライズ SIパートナー様のご⽀支援 • ISVパートナー様のご⽀支援
  • 3.
  • 4.
  • 5. New  Services 1. AWS  Health  Dashboard 2. AWS  X-­‐Ray
  • 7. AWS  Personal  Health  Dashboard • 保有しているAWSリソースに関するメンテナンスイベ ントを集約するダッシュボード機能を提供 • アカウント毎に影響を受ける各種AWSサービスのメン テナンス通知やサービス障害情報を統合してダッシュ ボードに表⽰示 • 通知後の⾃自動アクションを、CloudWatch Eventや Lambdaとの連携したり、APIを通じて3rd  Partyは既存 監視システムとの連携も可能 • 全リージョン、全アベイラビリティゾーンで利利⽤用可能
  • 8.
  • 9. Open  Issues   • Open  Issues,  Other  notificationsは、開始 時刻が過去7⽇日間以内のものに限定表⽰示
  • 12. AWS  Health  API   • AWS  Health  API  を利利⽤用するためには、ビジネスサポート、もし くはエンタープライズサポートへの加⼊入が必要 • 上記条件を満たさない環境下でAWS  Health  APIを実⾏行行すると、 SubscriptionRequiredExceptionが返される • サービス エンドポイントは、US  EAST(N.Virginia)のみ – https://health.us-­‐east-­‐1.amazonaws.com
  • 13. $ aws health describe-events --region us-east-1 { "events": [ { "lastUpdatedTime": 1481196290.0, "service": "EC2", "eventTypeCode": "AWS_EC2_OPERATIONAL_ISSUE", "startTime": 1481194055.0, "eventTypeCategory": "issue", "endTime": 1481196290.0, "region": "sa-east-1", "arn": "arn:aws:health:sa-east-1::event/AWS_EC2_OPERATIONAL_ISSUE_XX", "statusCode": "closed" }, AWS  Health  API  
  • 14. $ aws health describe-event-details --event-arn "arn:aws:health:sa-east- 1::event/AWS_EC2_OPERATIONAL_ISSUE_XX" { "failedSet": [], "successfulSet": [ { "event": { "lastUpdatedTime": 1481196290.0, "service": "EC2", "eventTypeCode": "AWS_EC2_OPERATIONAL_ISSUE", "startTime": 1481194055.0, "eventTypeCategory": "issue", "endTime": 1481196290.0, "region": "sa-east-1", "arn": "arn:aws:health:sa-east- 1::event/AWS_EC2_OPERATIONAL_ISSUE_1481194055", "statusCode": "closed" }, "eventDescription": { "latestDescription": "[RESOLVED] Increased Launch Error Rates¥n2016-12- 08T10:47Z We are investigating increased error rates for new launches in a single Availability Zone in the SA-EAST-1 Region.¥n2016-12-08T11:24:50Z Between 1:45 AM and 3:16 AM PST we experienced increased error rates for EBS-backed instance launches in a single Availability Zone in the SA-EAST-1 Region. Existing instances were unaffected. The issue has been resolved and the service is operating normally.¥n"
  • 17. AWS  X-­‐Ray  (Preview) • EC2インスタンス、ECSコンテナ、AWS  Elastic   Beanstalk、Amazon  API  Gateway、その他の基盤上で実 ⾏行行されるコードからトレースデータを捕捉できるサービス • アプリケーションにSDKとAgentを実装することで、セグ メント(トレースデータ)をX-‐‑‒RayにJSONフォーマットで 送付 • 開発⾔言語はNode.js,  Java,  C#.NET,  Lambda  Functionを サポートし、今後順次追加予定 • セグメントを元に、サービマップの⽣生成と、アプリケー ションのレスポンスタイム含む詳細情報を収集 • 全リージョンでプレビュー開始(GovCloud/北北京除く)
  • 18. X-­‐Ray  SDK • Java,  C#.Net,  Node.js に対応 • 以下の呼び出しに対するメタデータを⾃自動的にキャプチャするフィ ルタを追加 – AWS  SDK  を利利⽤用した AWS  サービス – Non-‐‑‒AWS  services  over  HTTP,  HTTPS – Database(MySQL,  PostgreSQL,  Amazon  DynamoDB) – Amazon  SQS AWS  X-­‐Ray  Documentation  (Preview) https://aws.amazon.com/jp/documentation/xray/
  • 19. X-­‐Ray  Daemon  の対応環境 • Linux – Amazon  Linux – RHEL – Ubuntu • Windows • OS  X • Amazon  ECS • AWS  Elastic  Beanstalk The  AWS  X-‐‑‒Ray  Daemon http://docs.aws.amazon.com/ja_̲jp/xray/latest/devguide/xray-‐‑‒daemon.html
  • 20. X-­‐Ray  Code Sample • .NET  Sample – https://github.com/awslabs/aws-‐‑‒xray-‐‑‒dotnet-‐‑‒webapp • Java  Sample – https://github.com/awslabs/eb-‐‑‒java-‐‑‒scorekeep/tree/xray • Node.js Sample – https://github.com/awslabs/eb-‐‑‒node-‐‑‒express-‐‑‒sample/tree/xray The  AWS  X-­‐Ray  Developer  Guide http://docs.aws.amazon.com/ja_jp/xray/latest/devguide/aws-­‐xray.html
  • 22. X-­‐Rayの価格 • プレビュー期間中は無料料 • 無料料枠 – 記録された最初の 100,000  トレース/⽉月は無料料 – 検索索、スキャンされた最初の 1,000,000  トレース/⽉月は無料料 • 追加料料⾦金金 – 無料料枠を超えて記録されたトレースは 1,000,000  トレースあたり $5.00  /  ⽉月 – 無料料枠を超えて検索索、スキャンされたトレースは 1,000,000  トレースあたり $0.50  /  ⽉月 Pricing https://aws.amazon.com/jp/xray/pricing/
  • 25.
  • 26.
  • 27.
  • 28.
  • 29. RDS向けのPerformance  Insightを発表 • DBの知識識を持ったエンジニアがいな くとも、クエリパフォーマンスの評 価やDBの状態チェックを実施可能に する機能 • Amazon  Aurora  PostgreSQL-‐‑‒ Compatible  Editionには既に組み込 まれた状態でリリースされる • 他のデータベースエンジンにも順次 展開予定