Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
AWSで体験するカオスエンジニアリング
Search
Masahiro Nakazawa
March 13, 2025
0
31
AWSで体験するカオスエンジニアリング
Masahiro Nakazawa
March 13, 2025
Tweet
Share
More Decks by Masahiro Nakazawa
See All by Masahiro Nakazawa
知識ゼロでAWS_Media_Services触ってみた
mnakazawa
0
140
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Typedesign – Prime Four
hannesfritz
42
2.8k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
How to Ace a Technical Interview
jacobian
279
23k
RailsConf 2023
tenderlove
30
1.2k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Six Lessons from altMBA
skipperchong
28
4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
KATA
mclloyd
32
14k
Transcript
AWSで体験するカオスエンジニアリング 2025年3月12日 株式会社BeeX 中澤 正博
Copyright © 2025 BeeX Inc. All Rights Reserved. 2 自己紹介
中澤 正博(なかざわ まさひろ) 所属:ハイブリッドクラウドコンサルティング部 業務:インフラ設計構築(AWS) 趣味:インド映画鑑賞
Copyright © 2025 BeeX Inc. All Rights Reserved. 3 Agenda
• カオスエンジニアリングとは? • AWS FISとは? • 検証内容 • まとめ
カオスエンジニアリングとは?
Copyright © 2025 BeeX Inc. All Rights Reserved. 5 カオスエンジニアリングとは?
本番稼働中のシステムに意図的に障害を起こして、 システムの振る舞いを検証・改善する手法
AWS FISとは?
Copyright © 2025 BeeX Inc. All Rights Reserved. 7 AWS
FISとは? AWS FIS (Fault Injection Service) AWS上で実践するにはどうするか ◼ 概要 ⚫ フォールトインジェクション実験を実行 するためのフルマネージドサービス • 障害を意図的に入れられる • 環境は自前で用意する ⚫ 料金 • 1アクション1分あたり$0.1 • レポート生成 1件あたり$5 ⚫ 対象サービス • VPC, EC2, EKS, RDS, CloudWatch 等様々
Copyright © 2025 BeeX Inc. All Rights Reserved. 8 AWS
FISとは?
Copyright © 2025 BeeX Inc. All Rights Reserved. 9 AWS
FISとは? シナリオからテストを作成
Copyright © 2025 BeeX Inc. All Rights Reserved. 10 AWS
FISとは? 実験テンプレートを作成
検証内容
Copyright © 2025 BeeX Inc. All Rights Reserved. 12 検証内容
①FISでAutoScalingグループ内のインスタンスを終了させる ②実験レポートをS3に出力 AWS Cloud Private Subnet Private Subnet VPC AWS FIS Auto Scaling Group ap-northeast-1a ap-northeast-1c 障 害 Amazon S3 ①障害注入 ②レポート出力
Copyright © 2025 BeeX Inc. All Rights Reserved. 13 検証内容
レポート出力($5) 2024年11月に追加 テストエビデンス 取得が簡単に
まとめ
Copyright © 2025 BeeX Inc. All Rights Reserved. 15 まとめ
⚫AWS FISで事前に障害テストを実施することで障害発生に備える ことができる AWS FIS (Fault Injection Service)
None