or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
AWS 如何幫助客戶從零開始到一億日活躍移動用戶 ( AWS x INTOWOW 實戰分享 )
AWS 如何幫助客戶從零開始到一億日活躍移動用戶 ( AWS x INTOWOW 實戰分享 )
tags:
2018
,R1
位置: R1
講者:葉俊廷
Internet 101:Request and Response
Let's talk about efficiency
三個要點
一個人搞定1億日活的平台
Servers
Everybody knows 3 tier
但是現實是到處著火
Let's talk about
The serverless stack
Mobile apps > Internet > Elastic load balancing > AWS Fargate >
用Container就不用去管底層的EC2是怎樣
用Lambda也是Serverless,不需要管server
儲存的部份就靠S3或NoSQL都行
intowow 分享
Phase 1
開一台一台的EC,把所有service 寫在一台EC裡面
擴展困難
Phase 2
以Service為單位,用VPC隔離
難題
Phase 3
®
AWS Organizations
集中管理account
master account : 根據不同性質獨立創建
ci/cd 管理
application account
用Python 寫了一些api,來簡化Account管理
總結
Multi-Account on aws