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
AWS CodeBuild Overview
Search
sakajunquality
April 27, 2018
Technology
1
1.5k
AWS CodeBuild Overview
#cndjp5
https://cnd.connpass.com/event/84310/
sakajunquality
April 27, 2018
Tweet
Share
More Decks by sakajunquality
See All by sakajunquality
DevFest Tokyo 2023: Google Cloudでチームで安全にデプロイをする
sakajunquality
10
1.9k
Cloud Spanner Monitoring 入門 / Cloud Spanner Monitoring Introduction
sakajunquality
1
1.5k
GKE Overview March 2021: Introducing Autopilot
sakajunquality
1
880
Introduction to Cloud Run 2021
sakajunquality
3
1.6k
Building Reliable Distributed Systems on GCP
sakajunquality
1
300
Istio 1.5 Updates
sakajunquality
4
2k
GCP 101: Getting Started through Cloud Run
sakajunquality
6
3.9k
Seeking Observability, Getting Started with Service Mesh
sakajunquality
0
190
Fastly Yamagoya Meetup: Leveraging Cloud Portability with Fastly
sakajunquality
0
16k
Other Decks in Technology
See All in Technology
オンプレとGoogle Cloudを安全に繋ぐための、セキュア通信の勘所
waiwai2111
3
1.1k
Master Dataグループ紹介資料
sansan33
PRO
1
4.5k
GitLab Duo Agent Platform + Local LLMサービングで幸せになりたい
jyoshise
0
180
Introduction to Bill One Development Engineer
sansan33
PRO
0
380
Ultra Ethernet (UEC) v1.0 仕様概説
markunet
3
220
聲の形にみるアクセシビリティ
tomokusaba
0
130
マルチロールEMが実践する「組織のレジリエンス」を高めるための組織構造と人材配置戦略
coconala_engineer
3
590
バクラクのSREにおけるAgentic AIへの挑戦/Our Journey with Agentic AI
taddy_919
2
1.1k
8万デプロイ
iwamot
PRO
2
180
DX Improvement at Scale
ntk1000
3
340
類似画像検索モデルの開発ノウハウ
lycorptech_jp
PRO
4
1k
AIエージェント時代に備える AWS Organizations とアカウント設計
kossykinto
0
200
Featured
See All Featured
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
170
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
RailsConf 2023
tenderlove
30
1.4k
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
Faster Mobile Websites
deanohume
310
31k
Utilizing Notion as your number one productivity tool
mfonobong
4
250
Amusing Abliteration
ianozsvald
0
120
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
69
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.1k
Practical Orchestrator
shlominoach
191
11k
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
210
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
960
Transcript
None
None
Source Code CodeBuild S3 ECR Registry/Storage CI Upload Push
- Source Code CodeBuild CodePipeline CodeDeploy CloudFormation ECS EC2
None
-
None
None
None
version: 0.2 environment_variables: plaintext: FOO: "bar" phases: pre_build: commands: -
$(aws ecr get-login --region ap-northeast-1) build: commands: - docker build -t myapp:hashhash post_build: commands: - docker push ...
None
CodeBuild SNS Lambda
None
None
None
None
None
None
None
None
None