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
45
AWSで体験するカオスエンジニアリング
Masahiro Nakazawa
March 13, 2025
Tweet
Share
More Decks by Masahiro Nakazawa
See All by Masahiro Nakazawa
知識ゼロでAWS_Media_Services触ってみた
mnakazawa
0
160
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1371
200k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Designing Experiences People Love
moore
142
24k
A Modern Web Designer's Workflow
chriscoyier
697
190k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
Site-Speed That Sticks
csswizardry
13
920
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
115
20k
Writing Fast Ruby
sferik
629
62k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
BBQ
matthewcrist
89
9.8k
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