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
Formowanie Chmur AWS w TomTom
Search
AWS User Group Poland
September 24, 2015
Technology
0
52
Formowanie Chmur AWS w TomTom
Presentation from AWS User Group (2015.09.24) in Warsaw by Piotr Zalewski from Cybercom Poland.
AWS User Group Poland
September 24, 2015
Tweet
Share
More Decks by AWS User Group Poland
See All by AWS User Group Poland
Analytics System based on AWS Redshift and Kinesis
awsugpl
0
72
Hajs się musi zgadzać, czyli o sprzedaży na Amazon AW$
awsugpl
0
68
How to squeeze AWS costs
awsugpl
0
75
Scaling infrastructure beyond containers
awsugpl
0
120
M****services on AWS ECS
awsugpl
1
78
Amazon Aurora - Let's Talk About Performance
awsugpl
1
84
Amazon API Gateway and AWS Lambda: Better Together
awsugpl
1
100
Other Decks in Technology
See All in Technology
AI駆動開発を推進するためにサービス開発チームで 取り組んでいること
noayaoshiro
0
260
Developer Advocate / Community Managerなるには?
tsho
0
140
AWS IoT 超入門 2025
hattori
0
330
そのWAFのブロック、どう活かす? サービスを守るための実践的多層防御と思考法 / WAF blocks defense decision
kaminashi
0
190
許しとアジャイル
jnuank
1
150
ガバメントクラウドの概要と自治体事例(名古屋市)
techniczna
2
230
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
11
80k
SwiftUIのGeometryReaderとScrollViewを基礎から応用まで学び直す:設計と活用事例
fumiyasac0921
0
160
AIAgentの限界を超え、 現場を動かすWorkflowAgentの設計と実践
miyatakoji
1
170
プロダクトのコードから見るGoによるデザインパターンの実践 #go_night_talk
bengo4com
1
2.4k
大規模サーバーレスAPIの堅牢性・信頼性設計 〜AWSのベストプラクティスから始まる現実的制約との向き合い方〜
maimyyym
9
4.4k
業務効率化をさらに加速させる、ノーコードツールとStep Functionsのハイブリッド化
smt7174
2
130
Featured
See All Featured
Balancing Empowerment & Direction
lara
4
690
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Context Engineering - Making Every Token Count
addyosmani
6
240
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Faster Mobile Websites
deanohume
310
31k
The Straight Up "How To Draw Better" Workshop
denniskardys
238
140k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Transcript
Formowanie Chmur AWS w TomTom Piotr Zalewski
Piotr Zalewski Cybercom Poland - Senior Software Consultant
HAD - Highly Automated Driving 3
Założenia Możliwość postawienia dowolnego serwisu w różnych konfiguracjach: developerskiej, testowej,
testów końcowych, produkcyjnej Jak najbardziej podobne do siebie konfiguracje Możliwość częstych wdrożeń Łatwe testowanie zmian konfiguracji i updetów 4
❓
CloudFormation 6
None
None
None
None
❓
CloudFormation - bootstraping 12
CloudFormation Helpers MyInstance": "Type": "AWS::EC2::Instance", "Metadata" : { "AWS::CloudFormation::Init" :
{ "config" : { "packages" : {:}, "users" : {:}, "groups" : {:}, "sources" : {:}, "files" : {:}, "commands" : {:}, "services" : {:} } 13
CloudFormation - Puppet Puppet - menadżer konfiguracji serwerów. Tworzony przez
firmę Puppet Labs od 2005, którą założył Luke Kanies. Jest rozwijany jako Wolne Oprogramowanie na licencji Apache, a przed wersją 2.7.0 na licencji GNU GPL.
CloudFormation - Puppet 15
❓
Bezpieczeństwo IAM Role dodawane na poziomie stacka Dwa konta testowe
i produkcyjne
CloudFormation - ALL
Zalety Zwinność rozwiązania Łatwość wprowadzania zmian i testowania CloudFormation -
dobrze dostosowane
Wady Zależność od repozytorium git Dwa konta : różne amiId,
snapshoty RDS
❓
Piotr Zalewski “Dziękuję za uwagę”