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
JAWS-UG 初心者支部#36 「AWSで高額請求やらかした話」 / story-about...
Search
Shuichi Ohsawa
April 27, 2021
Technology
0
1.2k
JAWS-UG 初心者支部#36 「AWSで高額請求やらかした話」 / story-about-high-billing-on-aws
2021/04/27 JAWS-UG 初心者支部#36 しくじりLT大会!! の登壇資料です。
https://jawsug-bgnr.connpass.com/event/210736/
Shuichi Ohsawa
April 27, 2021
Tweet
Share
More Decks by Shuichi Ohsawa
See All by Shuichi Ohsawa
実践的データ基盤への処方箋 輪読会 / round-reading-jissennteki-data-kiban
ohsawa0515
1
200
datatech-jp Casual Talks #1 「BigQueryのネイティブJSON型がサポートされたので触ってみた」 / support-bigquery-native-json-and-try-it
ohsawa0515
0
2.4k
技書博後夜祭 第一夜「AWSのコスト最適化をはじめよう!」 / gishohaku5-koyasai-starting-aws-cost-optimization
ohsawa0515
0
360
インフラエンジニアBooks #7 「Amazon Web Servicesコスト最適化入門」 / infra-engineer-books-aws-cost-optimization
ohsawa0515
12
4.9k
ECSでGPUを使う 2020年版 / jawsug-container18-lt-using-gpu-on-ecs-2020
ohsawa0515
0
2.2k
急成長するシステムに追いつくためのインフラ改善への取り組み / sansan-m3-tech-night-improve-infrastructure
ohsawa0515
0
2.8k
AWS SDK for GoのContextパターン / aws sdk for go context pattern
ohsawa0515
3
740
インフラエンジニアがConsulとStretcherをつかったデプロイ改善で開発効率の向上に貢献した話(短縮版 + α) / omotesando.rb #33
ohsawa0515
0
980
サーバレスVulsアーキテクチャ再び / serverless-vuls-again
ohsawa0515
1
3.9k
Other Decks in Technology
See All in Technology
為什麼我們需要 Observability?
marcustung
0
100
やさしいClaude Code入門
minorun365
PRO
36
26k
TypeScript と歩む OpenAPI の discriminator / OpenAPI discriminator with TypeScript
kaminashi
1
150
AIに実況させる / AI Streamer
motemen
3
1.4k
新卒から4年間、20年もののWebサービスと向き合って学んだソフトウェア考古学 - PHPカンファレンス新潟2025 / new graduate 4year software archeology
oguri
2
360
Javaアプリケーションの配布とパッケージング / Distribution and packaging of Java applications
hogelog
1
380
OpenJDKエコシステムと開発中の機能を紹介 2025夏版
chiroito
1
180
カンファレンスのつくりかた / The Conference Code: What Makes It All Work
tomzoh
8
940
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
17k
コードの考古学 〜労務システムから発掘した成長の糧〜
kenta_smarthr
1
1.2k
他チームへ越境したら、生データ提供ソリューションのクエリ費用95%削減へ繋がった話 / Cross-Team Impact: 95% Off Raw Data Query Costs
yamamotoyuta
0
250
AIの電力問題を概観する
rmaruy
1
220
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
68
11k
Designing for humans not robots
tammielis
253
25k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
123
52k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.6k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
Building an army of robots
kneath
306
45k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
How to Think Like a Performance Engineer
csswizardry
23
1.6k
Designing Experiences People Love
moore
142
24k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Speed Design
sergeychernyshev
30
970
Transcript
初心者支部
2
3 • • • ※
4 • • • • • • •
5 • • • • •
6 • • • • • • ≒
7 • aws ec2 describe-capacity-reservations ¥ --filters "Name=state,Values=active" ¥ --query
'CapacityReservations[?AvailableInstanceCount>`0`]. [CapacityReservationId,InstancePlatform,AvailabilityZone,InstanceType, AvailableInstanceCount]' ¥ --output table ------------------------------------------------------------------------ | DescribeCapacityReservations | +----------------------+------------+-----------------+------------+---+ | cr-xxxxxxxxxxxxxxxxx | Linux/UNIX | ap-northeast-1a | r5.2xlarge | 1 | | cr-xxxxxxxxxxxxxxxxx | Linux/UNIX | ap-northeast-1c | r5.2xlarge | 3 | +----------------------+------------+-----------------+------------+---+
8 • • • • • •
9 • • • • • •
10
11 • • •
12 • • • • • • • •
None