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
66
[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
From Code to Cloud: Turbocharging your Java Apps for AWS
ancaghenade
0
10
DevOops Stories in AWS (San Francisco, June 2024)
ancaghenade
0
46
Waldemar Hummer - LocalStack Snowflake Emulator Intro
ancaghenade
1
95
Seamless AWS Development and Testing Locally
ancaghenade
2
26
Cloud Integration Testing Made easy with LocalStack and Testcontainers (Ghent)
ancaghenade
1
56
Taming and Testing the Cloud Environment for your Java apps with LocalStack & Testcontainers (Java Vienna 2024)
ancaghenade
2
55
CNCF Linz meetup - Taming and Testing the Cloud Environment from localhost to CI
ancaghenade
1
71
DevFestVienna - Cloud Integration Testing Made easy with LocalStack and Testcontainers
ancaghenade
1
87
Linz-Cloud Integration Testing Made Easy with LocalStack and Testcontainers
ancaghenade
1
100
Other Decks in Programming
See All in Programming
Honoをフロントエンドで使う 3つのやり方
yusukebe
5
2.2k
Honoとフロントエンドの 型安全性について
yodaka
4
250
ファインディの テックブログ爆誕までの軌跡
starfish719
2
1.1k
ASP. NET CoreにおけるWebAPIの最新情報
tomokusaba
0
360
Writing documentation can be fun with plugin system
okuramasafumi
0
120
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
270
AHC041解説
terryu16
0
590
Open source software: how to live long and go far
gaelvaroquaux
0
620
Lottieアニメーションをカスタマイズしてみた
tahia910
0
120
自分ひとりから始められる生産性向上の取り組み #でぃーぷらすオオサカ
irof
8
2.6k
チームリードになって変わったこと
isaka1022
0
190
CNCF Project の作者が考えている OSS の運営
utam0k
5
690
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
41
7.2k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Facilitating Awesome Meetings
lara
51
6.2k
Faster Mobile Websites
deanohume
306
31k
A better future with KSS
kneath
238
17k
How to train your dragon (web standard)
notwaldorf
90
5.8k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
The Language of Interfaces
destraynor
156
24k
Code Review Best Practice
trishagee
66
17k
Agile that works and the tools we love
rasmusluckow
328
21k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
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!