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
[Ignite] Taming and Testing Your Cloud Infrastr...
Search
Anca Ghenade
February 06, 2024
Programming
1
55
[Ignite] Taming and Testing Your Cloud Infrastructure Locally, with Confidence
06.02.2024 - Ignite talk at Config Management Camp, Ghent
Anca Ghenade
February 06, 2024
Tweet
Share
More Decks by Anca Ghenade
See All by Anca Ghenade
DevOops Stories in AWS (San Francisco, June 2024)
ancaghenade
0
31
Waldemar Hummer - LocalStack Snowflake Emulator Intro
ancaghenade
1
59
Seamless AWS Development and Testing Locally
ancaghenade
2
22
Cloud Integration Testing Made easy with LocalStack and Testcontainers (Ghent)
ancaghenade
1
45
Taming and Testing the Cloud Environment for your Java apps with LocalStack & Testcontainers (Java Vienna 2024)
ancaghenade
1
46
CNCF Linz meetup - Taming and Testing the Cloud Environment from localhost to CI
ancaghenade
1
59
DevFestVienna - Cloud Integration Testing Made easy with LocalStack and Testcontainers
ancaghenade
1
79
Linz-Cloud Integration Testing Made Easy with LocalStack and Testcontainers
ancaghenade
1
81
Lightning-fast feedback loops for developing and testing cloud apps
ancaghenade
0
58
Other Decks in Programming
See All in Programming
Modular Monolith Go Server with GraphQL Federation + gRPC
110y
1
570
開発を加速する共有Swift Package実践
elmetal
PRO
0
370
フロントエンドカンファレンス北海道2024 『小規模サイトでも使えるVite 〜HTMLコーディングをよりスマートに〜』長谷川広武(ハム)
h2ham
1
2.6k
Appleの新しいプライバシー要件対応: ノーコードアプリ プラットフォームの実践事例
nao_randd
1
520
Kotlin 2.0が与えるAndroid開発の進化
masayukisuda
0
170
Kotlin 2.0 and Beyond
antonarhipov
2
140
詳解UIWindow
natmark
3
2.3k
サーバーレスで負荷試験!Step Functions + Lambdaを使ったk6の分散実行
shuntakahashi
4
1.2k
Rechartsで楽にゴリゴリにカスタマイズする!
10tera
1
140
connect-go で面倒くささと戦う / 2024-08-27 #newmo_layerx_go
izumin5210
2
610
Rubyのobject_id
qnighy
6
1.3k
メモリ最適化を究める!iOSアプリ開発における5つの重要なポイント
yhirakawa333
0
400
Featured
See All Featured
Clear Off the Table
cherdarchuk
90
320k
The Brand Is Dead. Long Live the Brand.
mthomps
53
37k
Happy Clients
brianwarren
96
6.6k
Done Done
chrislema
180
16k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
27
8.9k
Git: the NoSQL Database
bkeepers
PRO
425
64k
Become a Pro
speakerdeck
PRO
22
4.9k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
34
1.7k
WebSockets: Embracing the real-time Web
robhawkes
59
7.3k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
23
3.9k
The Power of CSS Pseudo Elements
geoffreycrofte
71
5.2k
Fontdeck: Realign not Redesign
paulrobertlloyd
80
5.1k
Transcript
Taming and Testing Your Cloud Infrastructure Locally, with Confidence -
Anca Ghenade -
[email protected]
@tinyg210 localstack.cloud
So you’re running your applications on AWS. Now what? localstack.cloud
None
• Setting up an AWS developer sandbox. • You might
only be granted access to certain services. Delays
Time cost • Spinning up resources on a real cloud
environment takes time. • Time spent figuring out the correct configs → your system ships with shortcomings.
Expenses • Leaving resources running over night and blow up
your budget. • Over provisioning due to bad configuration.
Learning • Complexity of AWS services and understanding how they
interact with each other. • Learning curve and keeping up with updates.
Security • Accidently embedding secrets like credentials or API keys
into your IaC config files. • Misconfigurations that lead to different security vulnerabilities.
Facing them unprepared… INFRA’S CREATING
Some stories from the trenches… Resources didn’t clean up properly
Some stories from the trenches… 5 mins later…
Some stories from the trenches…
You need a tamer’s toolkit
None
“Your application won’t even know the difference”
“Your application won’t even know the difference”
None
The true meaning of DEV - OPS is shifting. “You
build it, you run it.”
https://github.com/tinyg210/opentofu-shipment-list-demo Demo Repo
Thank You!