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.8k
Cloud Spanner Monitoring 入門 / Cloud Spanner Monitoring Introduction
sakajunquality
1
1.2k
GKE Overview March 2021: Introducing Autopilot
sakajunquality
1
790
Introduction to Cloud Run 2021
sakajunquality
3
1.5k
Building Reliable Distributed Systems on GCP
sakajunquality
1
230
Istio 1.5 Updates
sakajunquality
4
1.9k
GCP 101: Getting Started through Cloud Run
sakajunquality
6
3.6k
Seeking Observability, Getting Started with Service Mesh
sakajunquality
0
140
Fastly Yamagoya Meetup: Leveraging Cloud Portability with Fastly
sakajunquality
0
15k
Other Decks in Technology
See All in Technology
プロダクト活用度で見えた真実 ホリゾンタルSaaSでの顧客解像度の高め方
tadaken3
0
200
飲食店データの分析事例とそれを支えるデータ基盤
kimujun
0
190
The Rise of LLMOps
asei
9
1.7k
個人でもIAM Identity Centerを使おう!(アクセス管理編)
ryder472
4
240
DynamoDB でスロットリングが発生したとき_大盛りver/when_throttling_occurs_in_dynamodb_long
emiki
1
440
Storybook との上手な向き合い方を考える
re_taro
2
330
障害対応指揮の意思決定と情報共有における価値観 / Waroom Meetup #2
arthur1
5
490
【Pycon mini 東海 2024】Google Colaboratoryで試すVLM
kazuhitotakahashi
2
550
CysharpのOSS群から見るModern C#の現在地
neuecc
2
3.5k
Amazon CloudWatch Network Monitor のススメ
yuki_ink
1
210
アジャイルでの品質の進化 Agile in Motion vol.1/20241118 Hiroyuki Sato
shift_evolve
0
180
Why App Signing Matters for Your Android Apps - Android Bangkok Conference 2024
akexorcist
0
130
Featured
See All Featured
Into the Great Unknown - MozCon
thekraken
32
1.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
The Cult of Friendly URLs
andyhume
78
6k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
840
How GitHub (no longer) Works
holman
310
140k
What's in a price? How to price your products and services
michaelherold
243
12k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Fireside Chat
paigeccino
34
3k
10 Git Anti Patterns You Should be Aware of
lemiorhan
655
59k
Optimizing for Happiness
mojombo
376
70k
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