SlideShare a Scribd company logo
1 of 23
CloudFormationを使用した
シームレスな開発の話
ナイル株式会社
塚本祐一郎
塚本祐一郎
- 新卒ナイル入社(7年目)
Appliv(メディア)
→ カルモ ※留職3ヶ月
→ ピタッとROAS(広告システム)
- 趣味
スノーボード・野球
自己紹介
2
プロダクト紹介
3
ピタッとROAS
- 広告代理運用の商材
- 広告の成果計測システム
- 2020年7月〜稼働開始
特徴
- 他社のネットワークとつながっておりトラフィック多い
- NWからのアドフラウドも多い
インフラ構築をコード化及びアプリ側
のチームで担当したことによって開発
効率があがったよ
話す内容
4
新規プロダクトの開発って大変
5
やること多い!
6
インフラもそのうちの1つ
7
インフラ構築の流れについて
8
インフラの構築お願いします!! OKです👌 AWS管理画面からポチポチ
アプリ側 インフラチーム
インフラ構築の流れについて
9
インフラの構築お願いします!! OKです👌 AWS管理画面からポチポチ
アプリ側 インフラチーム
しかもインフラエンジニア一人!!
やりたかったこと
10
コミュニケーションコストやリソース不足を解
消しつつインフラのスピーディな構築がしたい
インフラ周りの課題
11
- サーバー台数を考慮した負荷テストがしづら
い
- リモート開発環境での検証がめんどくさい
└ 1つしかないのでアナウンスする必要ある
- コードレビュー時にローカルで環境作るのが
手間
インフラを構築するっていっても
ピタッとROAS ASPの場合
- Lambda立ち上げる
- API Gateay設定する
- API GatewayとLambda紐付ける
- SQS建てる
- S3の設定する
- LambdaとSQS紐付ける
- デプロイする
・
・
・
やること多い!
インフラって作るの大変
12
解決策
インフラのコード化を進めてアプリ側でも
インフラ対応可能な状況をつくる
13
解決策
インフラのコード化を進めてアプリ側でも
インフラ対応可能な状況をつくる
↓
CloudFormationの導入
14
AWSのサービス
- インフラのコード化が可能
CloudFormation
15
この環境作ってくれい
おけー
AWSのサービス
- インフラのコード化が可能
CloudFormation
16
さんくす!
作ったで!
- インフラ↔プロダクト間がシームレスになり開発がスムーズ
- - インフラに何か変更が生じても冪等性が担保されており、デプロイで
失敗することがない
- - コードレビューなどの際に開発環境をローカルにもってくるなどの手
間がなくなり開発効率が上がった
- └ 開発ブランチごとにリモート環境をつくれる
- CI/CDがめちゃくちゃやりやすくなった
- インフラの理解が深まる&実装することでプロダクト:left_right_arrow:イ
ンフラ間がシームレスになり開発がスムーズにいくようになった(小宮
さんの手を煩わせない!)
- インフラチームのリソースを気にすることなくインフラ周りの改善ができる
- コマンド「ポチッ」で環境が一瞬で作れる(工数削減)
- インフラ構成に変更が生じてもデプロイで失敗しない
(ドキドキしながら管理画面いじらなくていい)
CFnをアプリ側のチーム内で導入して良かった点
17
- インフラ↔プロダクト間がシームレスになり開発がスムーズ
- - インフラに何か変更が生じても冪等性が担保されており、デプロイで
失敗することがない
- - コードレビューなどの際に開発環境をローカルにもってくるなどの手
間がなくなり開発効率が上がった
- └ 開発ブランチごとにリモート環境をつくれる
- CI/CDがめちゃくちゃやりやすくなった
- インフラの理解が深まる&実装することでプロダクト:left_right_arrow:イ
ンフラ間がシームレスになり開発がスムーズにいくようになった(小宮
さんの手を煩わせない!)
- シンプルにインフラ側の勉強(もちろん楽しくもある)
- 監視とかインフラ側とのすり合わせは引き続き必要
大変だったことや課題
18
フルサイクル開発者
19
- Netflixが提唱
- 領域を決めずプロダクトライフ
サイクル全てにわたる問題を解
決する
- 事業家を掲げるナイルのエンジ
ニア像にマッチ
Full Cycle Developers at Netflix
https://netflixtechblog.com/full-cycle-developers-at-netflix-a08c31f83249
フルサイクル開発者
20
- 今回のケースでいうと
Develop, Test, Deployの領域
例
- 負荷テストでスペックや台数の変
更が1人で対応可能
- 緊急時のサーバー増加も容易
- フラウドをブロックした際のログ
など管理できて施策に繋げられる
今後の展望
21
- 他のメンバーにも展開しチームとしての開発
速度を上げる
- 要求 → デザイン → 開発の過程で認識齟齬な
ど発生機会が多いので改善していきたい
- インフラ↔プロダクト間がシームレスになり開発がスムーズ
- - インフラに何か変更が生じても冪等性が担保されており、デプロイで
失敗することがない
- - コードレビューなどの際に開発環境をローカルにもってくるなどの手
間がなくなり開発効率が上がった
- └ 開発ブランチごとにリモート環境をつくれる
- CI/CDがめちゃくちゃやりやすくなった
- インフラの理解が深まる&実装することでプロダクト:left_right_arrow:イ
ンフラ間がシームレスになり開発がスムーズにいくようになった(小宮
さんの手を煩わせない!)
まとめ
22
- アプリ⇔インフラ間がシームレスになりコミュニケーションコストが下がった
- アプリからインフラまで広く考えられて問題解決の幅が広がった
- CFnは便利!
ご清聴ありがとうございました!
23

More Related Content

Similar to CloudFormationを使用したシームレスな開発の話

Splunk bangalore user group 2020-06-01
Splunk bangalore user group   2020-06-01Splunk bangalore user group   2020-06-01
Splunk bangalore user group 2020-06-01NiketNilay
 
Focusing on What Matters
Focusing on What MattersFocusing on What Matters
Focusing on What MattersVMware Tanzu
 
How to go about your SAP Integration 2019, SAP PI, and cloud
How to go about your SAP Integration 2019, SAP PI, and cloudHow to go about your SAP Integration 2019, SAP PI, and cloud
How to go about your SAP Integration 2019, SAP PI, and cloudDaniel Graversen
 
Resume - July 2020
Resume - July 2020Resume - July 2020
Resume - July 2020Nidhi Ojha
 
Iasi codecamp 20 april 2013 sponsors 5 minutes presentations
Iasi codecamp 20 april 2013 sponsors 5 minutes presentationsIasi codecamp 20 april 2013 sponsors 5 minutes presentations
Iasi codecamp 20 april 2013 sponsors 5 minutes presentationsCodecamp Romania
 
Overcoming Business Challenges with Azure
Overcoming Business Challenges with AzureOvercoming Business Challenges with Azure
Overcoming Business Challenges with Azurerun_frictionless
 
Why Is SAP So Important
Why Is SAP So ImportantWhy Is SAP So Important
Why Is SAP So ImportantSahid Ali
 
Sunil Kumar Burle Resume
Sunil Kumar Burle  ResumeSunil Kumar Burle  Resume
Sunil Kumar Burle ResumeSunil Kumar
 
From Monolith on Heroku to Microservices on Kubernetes
From Monolith on Heroku to Microservices on KubernetesFrom Monolith on Heroku to Microservices on Kubernetes
From Monolith on Heroku to Microservices on KubernetesJoonathan Mägi
 
Defining Your Mobile Strategy 2011 V2.1
Defining Your Mobile Strategy 2011 V2.1Defining Your Mobile Strategy 2011 V2.1
Defining Your Mobile Strategy 2011 V2.1NeilMc
 
Tech Trends and Best Practices for 2014
Tech Trends and Best Practices for 2014Tech Trends and Best Practices for 2014
Tech Trends and Best Practices for 2014TechSoup Canada
 
A Shining Moment For Cloud Computing And SaaS
A Shining Moment For Cloud Computing And SaaSA Shining Moment For Cloud Computing And SaaS
A Shining Moment For Cloud Computing And SaaSAbaram Network Solutions
 
A Shining Moment For Cloud Computing And SaaS
A Shining Moment For Cloud Computing And SaaSA Shining Moment For Cloud Computing And SaaS
A Shining Moment For Cloud Computing And SaaSAbaram Network Solutions
 
SAP BusinessOjects Roambi Solution Relief - Mobile Data Visualization
SAP BusinessOjects Roambi Solution Relief - Mobile Data VisualizationSAP BusinessOjects Roambi Solution Relief - Mobile Data Visualization
SAP BusinessOjects Roambi Solution Relief - Mobile Data VisualizationChristian Kelly
 
Analysis of supply chain management strategies is being used by Wipro to stay...
Analysis of supply chain management strategies is being used by Wipro to stay...Analysis of supply chain management strategies is being used by Wipro to stay...
Analysis of supply chain management strategies is being used by Wipro to stay...Palash Sukla Das
 
DevOps trends to look out for in 2022.pdf
DevOps trends to look out for in 2022.pdfDevOps trends to look out for in 2022.pdf
DevOps trends to look out for in 2022.pdfEnov8
 

Similar to CloudFormationを使用したシームレスな開発の話 (20)

Splunk bangalore user group 2020-06-01
Splunk bangalore user group   2020-06-01Splunk bangalore user group   2020-06-01
Splunk bangalore user group 2020-06-01
 
Focusing on What Matters
Focusing on What MattersFocusing on What Matters
Focusing on What Matters
 
How to go about your SAP Integration 2019, SAP PI, and cloud
How to go about your SAP Integration 2019, SAP PI, and cloudHow to go about your SAP Integration 2019, SAP PI, and cloud
How to go about your SAP Integration 2019, SAP PI, and cloud
 
Resume - July 2020
Resume - July 2020Resume - July 2020
Resume - July 2020
 
Iasi codecamp 20 april 2013 sponsors 5 minutes presentations
Iasi codecamp 20 april 2013 sponsors 5 minutes presentationsIasi codecamp 20 april 2013 sponsors 5 minutes presentations
Iasi codecamp 20 april 2013 sponsors 5 minutes presentations
 
Partnership Program
Partnership ProgramPartnership Program
Partnership Program
 
Insights success recognition of excellence in devops 2018
Insights success recognition of excellence in devops 2018Insights success recognition of excellence in devops 2018
Insights success recognition of excellence in devops 2018
 
Overcoming Business Challenges with Azure
Overcoming Business Challenges with AzureOvercoming Business Challenges with Azure
Overcoming Business Challenges with Azure
 
Why Is SAP So Important
Why Is SAP So ImportantWhy Is SAP So Important
Why Is SAP So Important
 
Sunil Kumar Burle Resume
Sunil Kumar Burle  ResumeSunil Kumar Burle  Resume
Sunil Kumar Burle Resume
 
From Monolith on Heroku to Microservices on Kubernetes
From Monolith on Heroku to Microservices on KubernetesFrom Monolith on Heroku to Microservices on Kubernetes
From Monolith on Heroku to Microservices on Kubernetes
 
Top 5 DevOps Monitoring Tools
Top 5 DevOps Monitoring ToolsTop 5 DevOps Monitoring Tools
Top 5 DevOps Monitoring Tools
 
Defining Your Mobile Strategy 2011 V2.1
Defining Your Mobile Strategy 2011 V2.1Defining Your Mobile Strategy 2011 V2.1
Defining Your Mobile Strategy 2011 V2.1
 
Tech Trends and Best Practices for 2014
Tech Trends and Best Practices for 2014Tech Trends and Best Practices for 2014
Tech Trends and Best Practices for 2014
 
A Shining Moment For Cloud Computing And SaaS
A Shining Moment For Cloud Computing And SaaSA Shining Moment For Cloud Computing And SaaS
A Shining Moment For Cloud Computing And SaaS
 
A Shining Moment For Cloud Computing And SaaS
A Shining Moment For Cloud Computing And SaaSA Shining Moment For Cloud Computing And SaaS
A Shining Moment For Cloud Computing And SaaS
 
SAP BusinessOjects Roambi Solution Relief - Mobile Data Visualization
SAP BusinessOjects Roambi Solution Relief - Mobile Data VisualizationSAP BusinessOjects Roambi Solution Relief - Mobile Data Visualization
SAP BusinessOjects Roambi Solution Relief - Mobile Data Visualization
 
Analysis of supply chain management strategies is being used by Wipro to stay...
Analysis of supply chain management strategies is being used by Wipro to stay...Analysis of supply chain management strategies is being used by Wipro to stay...
Analysis of supply chain management strategies is being used by Wipro to stay...
 
KamleshKumarPatel
KamleshKumarPatelKamleshKumarPatel
KamleshKumarPatel
 
DevOps trends to look out for in 2022.pdf
DevOps trends to look out for in 2022.pdfDevOps trends to look out for in 2022.pdf
DevOps trends to look out for in 2022.pdf
 

Recently uploaded

Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxpritamlangde
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptxrouholahahmadi9876
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 

Recently uploaded (20)

Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 

CloudFormationを使用したシームレスな開発の話