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
72
[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
Devnexus 2025 - Cloud Integration Testing Made Easy for Your Java Apps
ancaghenade
0
42
From Code to Cloud: Turbocharging your Java Apps for AWS
ancaghenade
0
21
DevOops Stories in AWS (San Francisco, June 2024)
ancaghenade
0
61
Waldemar Hummer - LocalStack Snowflake Emulator Intro
ancaghenade
1
140
Seamless AWS Development and Testing Locally
ancaghenade
2
32
Cloud Integration Testing Made easy with LocalStack and Testcontainers (Ghent)
ancaghenade
1
68
Taming and Testing the Cloud Environment for your Java apps with LocalStack & Testcontainers (Java Vienna 2024)
ancaghenade
2
67
CNCF Linz meetup - Taming and Testing the Cloud Environment from localhost to CI
ancaghenade
1
83
DevFestVienna - Cloud Integration Testing Made easy with LocalStack and Testcontainers
ancaghenade
1
120
Other Decks in Programming
See All in Programming
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
800
レガシープロジェクトで最大限AIの恩恵を受けられるようClaude Codeを利用する
tk1351
4
1.6k
Ruby Parser progress report 2025
yui_knk
1
290
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
17
8.8k
Testing Trophyは叫ばない
toms74209200
0
680
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
1
150
Namespace and Its Future
tagomoris
6
690
ECS初心者の仲間 – TUIツール「e1s」の紹介
keidarcy
0
150
More Approvers for Greater OSS and Japan Community
tkikuc
1
110
個人軟體時代
ethanhuang13
0
310
The state patternの実践 個人開発で培ったpractice集
miyanokomiya
0
160
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
220
Featured
See All Featured
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Designing Experiences People Love
moore
142
24k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Agile that works and the tools we love
rasmusluckow
330
21k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
RailsConf 2023
tenderlove
30
1.2k
Site-Speed That Sticks
csswizardry
10
810
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
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!