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.3k
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
220
datatech-jp Casual Talks #1 「BigQueryのネイティブJSON型がサポートされたので触ってみた」 / support-bigquery-native-json-and-try-it
ohsawa0515
0
2.5k
技書博後夜祭 第一夜「AWSのコスト最適化をはじめよう!」 / gishohaku5-koyasai-starting-aws-cost-optimization
ohsawa0515
0
390
インフラエンジニアBooks #7 「Amazon Web Servicesコスト最適化入門」 / infra-engineer-books-aws-cost-optimization
ohsawa0515
12
5k
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
760
インフラエンジニアがConsulとStretcherをつかったデプロイ改善で開発効率の向上に貢献した話(短縮版 + α) / omotesando.rb #33
ohsawa0515
0
1k
サーバレスVulsアーキテクチャ再び / serverless-vuls-again
ohsawa0515
1
4k
Other Decks in Technology
See All in Technology
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
12
81k
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
310
MCP ✖️ Apps SDKを触ってみた
hisuzuya
0
300
「改善」ってこれでいいんだっけ?
ukigmo_hiro
0
410
「最速」で Gemini CLI を使いこなそう! 〜Cloud Shell/Cloud Run の活用〜 / The Fastest Way to Master the Gemini CLI — with Cloud Shell and Cloud Run
aoto
PRO
1
150
HonoとJSXを使って管理画面をサクッと型安全に作ろう
diggymo
0
170
もう外には出ない。より快適なフルリモート環境を目指して
mottyzzz
13
9.2k
現場データから見える、開発生産性の変化コード生成AI導入・運用のリアル〜 / Changes in Development Productivity and Operational Challenges Following the Introduction of Code Generation AI
nttcom
1
450
ViteとTypeScriptのProject Referencesで 大規模モノレポのUIカタログのリリースサイクルを高速化する
shuta13
2
150
ヘンリー会社紹介資料(エンジニア向け) / company deck for engineer
henryofficial
0
330
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
生成AIを安心して活用するために──「情報セキュリティガイドライン」策定とポイント
gree_tech
PRO
1
260
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
37
3.5k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
BBQ
matthewcrist
89
9.8k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
990
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Building Adaptive Systems
keathley
44
2.8k
Navigating Team Friction
lara
190
15k
GitHub's CSS Performance
jonrohan
1032
470k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Automating Front-end Workflow
addyosmani
1371
200k
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