SlideShare ist ein Scribd-Unternehmen logo
1 von 55
Downloaden Sie, um offline zu lesen
AWSマイスターシリーズ
Elastic Load Balancing
2013.6.12
アマゾンデータサービスジャパン株式会社
ソリューション アーキテクト
舟崎 健治

平山 毅

安川 健太

© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
Agenda
1. ELB基本編
2. ELB各種機能詳細とTips

3. ELBと各種サービスの連携
4. ELB負荷試験時のTips
5. まとめ

2
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
1. ELB基本編

3
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELB: Elastic Load Balancingとは?
AWSクラウド上のロードバランシングサービス
ELBの特徴






負荷分散 : リクエストを複数のバックエンドのサーバーに分散
スケーラブル: ELB自体が負荷に応じてキャパシティを増減
高い可用性: 複数のAvailability Zoneに跨がるトラフィック分配
ヘルスチェック機能: 健全なEC2にのみトラフィックを分配
安価な従量課金: 従量課金で利用可能

AWS Management Console、API、コマンドラインツール、SDKで
コントロール可

4
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBの概念図
ユーザー

開発者

クライアント
HTTP / HTTPS /
TCP / SSL

ELB

EC2
AZ a

HTTP / HTTPS /
TCP / SSL

Web
コンソール

EC2
AZ b

5
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBによる負荷分散
バックエンドのEC2インスタンスのリクエスト数や
コネクション数を基に負荷分散
コネクション数・リクエスト数
が均等になるよう割り振る

サポートしているプロトコル
(L7)HTTP, HTTPS
(L4)TCP, SSL
6
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBのスケーリング
ELBは負荷の増減に応じて自動でスケール
(キャパシティを自動で増加する)

注:ELBがスケールするときには、IPアドレスが変化
• ELBへアクセスするときには必ずDNS名で!
• 独自ドメインに割り当てる際はCNAMEにて

7
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
複数AZ利用による高い可用性
2段階で負荷分散
• DNSラウンドロビンによるAZ間振り分け
• AZ内ではコネクション数などを見ながら負荷分散

AZ A

Internet

Internet
Gateway

AZ B

DNS
ラウンド
ロビン

ELB
エンド
ポイント

ELBによる
負荷分散

ELBによる
負荷分散

AZ配下の
EC2台数はAZ
間で均等化を
推奨

8
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
バックエンドのヘルスチェック
ELBは指定した設定に基づき、バックエンドのインスタンス
のヘルスチェックを行う
• Pingプロトコル:例:HTTP
• Pingポート:例 80番
• Pingパス(HTTP利用時)
:例 /index.html
• ヘルスチェック間隔:例 12分

健全/不健全を判定するまでの
ヘルスチェックの成功・失敗回数
は指定可能
ヘルスチェックを意図的に失敗させることで特定のインスタ
ンスへのリクエスト振り分けを止めることも可

9
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
使いやすくて安価な従量課金
2013年6月12日現在

時間当たりの利用料は、複数AZ配置構成でも同一
ELBにリザーブドプランはなし
50K
処理量は右図の通り
50K

50K

⇒100K
50K

10
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
2. ELBの各種機能詳細とTips

11
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBの各種機能詳細とTips
ELB利用時のTips
•
•
•
•

AZとバックエンドキャパシティの関係
独自ドメインでの利用
クライアントのIPアドレス取得
ELBとバックエンドのコネクション

SSLサポート
VPCでの利用
ELBとSecurity Group
ELBのスケーリング
Stickyセッション

12
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBの各種機能詳細とTips
ELB利用時のTips
•
•
•
•

AZとバックエンドキャパシティの関係
独自ドメインでの利用
クライアントのIPアドレス取得
ELBとバックエンドのコネクション

SSLサポート
VPCでの利用
ELBとSecurity Group
ELBのスケーリング
Stickyセッション

13
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBとアベイラビリティゾーン(AZ)と
リージョン
リージョン内の複数のAZに負荷分散可能
• リージョンを越えたトラフィック分散は行わない

規模を問わず複数AZの利用を推奨
myLB-xxx.elb.amazonaws.com

Availability Zone

Availability Zone

14
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBとAZ内キャパシティの関係
ELBで有効になっているAZ間で均等に負荷分散される
良くない例:AZ間でキャパシティが不均等

良い例:AZ間でキャパシティが均等
myLBxxx.elb.amazonaws.com

myLBxxx.elb.amazonaws.com

2
Availability Zone

10
Availability Zone

6
Availability Zone

6
Availability Zone

15
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
独自ドメインの利用
CNAMEを利用
• ドメインのDNSサーバに設定を投入すれば完了
www.foo.example.com CNAME myLB-xxxx.ap-northeast-1.elb.amazonaws.com

• Zone Apexの場合
• 通常のDNSサーバではCNAME設定不可
 Route 53のエイリアスレコードを使うことで対応可能

16
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
クライアントのIPアドレス取得
バックエンドサーバのアクセスログにはELBのIPアドレ
スのみが含まれる
• クライアントELB, ELBバックエンドのコネクションは
それぞれ独立しているため

HTTPならX-Forwarded-Forリクエストヘッダで参照可
• 例:

送信元

経由するルート

X-Forwarded-For: 203.0.113.7, 10.12.33.44, 10.12.23.88
Client IP address

17
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBとTCPコネクション
クライアント  ELB のコネクション
• アイドル状態が60秒続くとそのコネクションを切断する

ELB バックエンドインスタンスのコネクション
• Keepaliveの設定を推奨
• コネクションタイムアウト値を60秒以上に設定することを推奨
• 60秒以下の場合、ELBがそのEC2インスタンスを不健全と判定し、
トラフィックを送らなくなることがあるので注意

18
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBの各種機能詳細とTips
ELB利用時のTips
•
•
•
•

AZとバックエンドキャパシティの関係
独自ドメインでの利用
クライアントのIPアドレス取得
ELBとバックエンドのコネクション

SSLサポート
VPCでの利用
ELBとSecurity Group
ELBのスケーリング
Stickyセッション

19
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
SSL Termination
ELBでSSL Terminationも可能
1. ELBでSSL Terminationし、バックエンドとはSSLなし
2. ELBでSSL Terminationし、バックエンドと別途SSL
3. SSLをバイパスしてバックエンドにTCPで送信
HTTP or HTTPS

HTTP or HTTPS

• 1, 2の場合、SSL証明書をELBで一元管理可能
• Cipherの選択も可能

20
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
SSL Termination時のサーバ証明書
ELBにSSL証明書をアップロード
SSL証明書

• バックエンドとの通信にSSLを用いないなら証明書の管理が容易
• マネージメントコンソール or IAM APIで設定

21

(*)証明書のライセンスに関しては、ドメイン単位/サーバ単位
で発行などそれぞれ異なるので発行元に問い合わせの事
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBへのSSL証明書の設定
ELBでのSSL証明書の管理
SSLを用いる場合、
ウィザードの中で
SSLの選択/インポー
ト画面が出てくる

© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBへのSSL証明書の設定
~API編~
IAMのAPIを利用
iam-servercertupload -b public_key_certificate_file -c
certificate_chain_file -k privatekey.pem -s certificate_object_name

http://docs.aws.amazon.com/IAM/latest/UserGuide/InstallC
ert.html

23
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
バックエンドインスタンスの認証
ELBとバックエンドインスタンス間でHTTPS/SSL使用
時に、オプションでバックエンドの認証を利用可能

24
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBの各種機能詳細とTips
ELB利用時のTips
•
•
•
•

AZとバックエンドキャパシティの関係
独自ドメインでの利用
クライアントのIPアドレス取得
ELBとバックエンドのコネクション

SSLサポート
VPCでの利用
ELBとSecurity Group
ELBのスケーリング
Stickyセッション

25
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
VPC内での利用
VPCとELBは同一Region内にAZを超えて作成
(※SubnetはAZをまたいだ構成ができない)
VPC by default後、ELBはVPC内に配置が基本

AZ
:a

Internet

Internet
Gateway

AZ
:b

Subnet : a1
DNS
ラウンド
ロビン

ELB
エンド
ポイント

Subnet : a2

ELBによる
負荷分散

ELBによる
負荷分散

AZ配下の
EC2台数はAZ
間で均等化を
推奨

Subnet : b1

26
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
VPC対応概要
ELB inside VPCの機能
 ELBのトラフィックをサブネッ
トをまたいで分散も可能
 ELBにセキュリティグループが
設定可能

ELB inside VPCの制約
(2013年6月時点)

 IPv6サポート現状なし
 Dedicatedインスタンスは
サポートせず
 /27 CIDRブロック以上の
Subnetが必要
27
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
VPC内のELB配置設定方法
Public Subnet(Internet GatewayがアタッチされたSubnet)
を作成(アタッチされていないとエラー)
作成済のVPC一覧が表示
されるため、ELBを配置
するVPCを選択

28
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBを配置するVPC内Subnetの指定
EC2-Classicの場合と違いVPC内に配置する場合は
ELBを配置するVPC Subnetを明示的に各AZにつき1つ指定

ELBを配置するSubnetを
指定
(注意)/27よ
り小さな
Subnetを選択
するとエラー

複数AZ構成の場合各AZ
に1つSubnetを指定

29
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
Internal ELB
プライベートIPアドレスのみを持つELB
 グローバルIPアドレスを持たないこと以外は
“VPC内ELBと同機能”
 VPC内のみで利用可
(EC2-Classicでは不可)
 Internet Gatewayが
アタッチされていないVPCにも配置可

Internal ELBの制約
 VPC外では作成不可
 VPC内ELBと同様

30
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBの各種機能詳細とTips
ELB利用時のTips
•
•
•
•

AZとバックエンドキャパシティの関係
独自ドメインでの利用
クライアントのIPアドレス取得
ELBとバックエンドのコネクション

SSLサポート
VPCでの利用
ELBとSecurity Group
ELBのスケーリング
Stickyセッション

31
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBのSecurity Group
バックエンドはELBからのみ
リクエストを受け付ける設定
を推奨

80
80

443

80
80
22

EC2-ClassicではELBは全て
“amazon-elb/amazon-elb-sg”
に属する
32
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBのSecurity Group
VPCではELBに任意のSecurity Groupを設定可能
• VPC Security Groupとして編集可
• Outbound設定についてはELB自身が能動的に外部と通信を確立すること
はないため特に設定不要
CIDR : 10.0.0.0/24

80

既存のVPC内のセ
キュリティグルー
プの選択も可能

80

443

80

80
22
33

sg-ELB
443: 0.0.0.0/0

sg-EC2
80:sg-ELB
22:10.0.0.0/24

新規作成も可能
(この際は
Inboundのみ)

© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBの各種機能詳細とTips
ELB利用時のTips
•
•
•
•

AZとバックエンドキャパシティの関係
独自ドメインでの利用
クライアントのIPアドレス取得
ELBとバックエンドのコネクション

SSLサポート
VPCでの利用
ELBとSecurity Group
ELBのスケーリング
Stickyセッション

34
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBのスケーリング詳細
ELBは負荷に応じてスケールする
但し、以下のような場合にELBがHTTP 503を返す
• ELBへの接続・リクエストが瞬間的に急増したために、ELBのス
ケーリングが間に合わない場合
• TVやメディアによるサービス紹介、等

回避方法
• 事前にELBをスケールさせておく
• 負荷をかける
• Pre-Warming(暖気運転)の申請を行う

35
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBの暖気運転(Pre-Warming)
Business/Enterpriseサポートに加入者様向けにELBを
事前にスケールさせておく操作
急激なトラフィックの増加が予想される場合に有効
• メディアで自社サイトが紹介される、等

ELBの負荷テストで、段階的にスケールさせることが出
来ない場合にも有効

36
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBの各種機能詳細とTips
ELB利用時のTips
•
•
•
•

AZとバックエンドキャパシティの関係
独自ドメインでの利用
クライアントのIPアドレス取得
ELBとバックエンドのコネクション

SSLサポート
VPCでの利用
ELBとSecurity Group
ELBのスケーリング
Stickyセッション

37
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
Stickyセッション
Stickyセッションを使うと、同じユーザから来たリクエ
ストを全て同じインスタンスに送信可能
Stickyセッションの種類は以下2パターン
• Application Genereated Cookie Stickiness
• Load Balancer Generated Cookie Stickiness

ELBがどのくらいの期間同じインスタンスにルーティン
グし続けさせるかを決めることが重要
38
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
Application Generated
Cookie Stickiness
アプリケーション固有のセッション維持を行う
アプリケーションに独自のセッションCookieがある場合
等に利用
例:Webサービスへのユーザーログ
イン時にCookieを生成。ログアウト
時にCookie削除

39
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
Load Balancer
Generated Cookie Stickiness
期間ベースのセッション維持を行う
アプリケーションに独自のセッションCookieがない場合、
ELB側でセッション維持を管理したい場合に利用

ELB側で期限付きCookieを生成

40
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
3. ELBと各種サービスの連携

41
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
CloudWatchとの連携
CloudWatchによりELBの以下を監視可能
•
•
•
•
•
•

遅延時間
リクエスト数
健全なホスト数
不健全なホスト数
バックエンドの2xx-5xxレスポンス数
ELBの4xxと5xxのレスポンス数

監視

42
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
Auto Scalingとの連携
Auto Scalingによるインスタンス増減時にELBへのアタッ
チ・デタッチが可能
ELBのヘルスチェックの結果をAuto Scalingに反映可能
利用例:
• 一定間隔でレスポンスをチェックし、遅延が増加したらインスタ
ンスを自動追加
• ELBのヘルスチェックが成功したEC2インスタンスを常にX台以上

増減

Auto scaling Group

43
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
Route53 DNSフェイルオーバ対応
Route53のヘルスチェック機能と連携
•

例:アプリケーション障害時にSorryペー
ジヘ誘導
正常時

3. ELB可に健全なイ
ンスタンスなし
2. AppサーバのELB
ヘルスチェック失敗

フェイルオーバ時

5. Sorry
ページ

4. フェイルオーバ

S3 Bucket

1. DBに問題発生

44
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
Route53 DNSフェイルオーバ対応
設定方法
• Alias Target にELBを指定し、
Routing Policyに「Failover」を選択

Evaluate Target
Health:
[Yes]

「Associate with
Health Check」:
既存のヘルスチェッ
クとの関連付け。
「ELB」の場合は原
則「No」を選択

45
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
OpsWorksのELB対応
OpsWorksでELBをLBレイヤーに利用可能に
①スタックの作成
②レイヤーの作成
③レシピの作成・設定
(ビルトイン
レシピ利用可)

スタック

LBとしてELBが選択可能に

Load Balancerレイヤー

④レイヤーにインスタ
ンス追加・起動

App Serverレイヤー
レシピ

⑤レシピによって
パッケージインス
トール、設定

Databaseレイヤー
レシピ

User

46

LB

レシピ

Web
/App

Web
/App

DB

AWS Management
Console

© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
4ELB負荷テストに関するTips

47
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBを負荷テストする必要性について
ELBのいくつかの特長がテストシナリオに影響を与える
可能性がある。
•
•
•
•
•

ELBのスケーリング
ELBの初期キャパシティ
アイドルコネクションタイムアウト
バックエンドインスタンスのヘルスチェック
Stickyセッション、等

ご利用内容に合わせたシナリオでテストが必要

48
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
ELBの負荷テスト方法の種類
シングルクライアントテスト

負荷生成
クライアント

バックエンドイン
スタンス

• 例:Apache Bench(ab)

マルチクライアントテスト
• 例:curl-loader

(都度DNS解決を行うツールが望ましい)

分散テスト
• 例:Fabricフレームワーク、
BeesWithMachineGuns

※いずれのテストにおいても、クライアントの負荷が足り
ない場合はクライアント数を増やす等で対応可
49
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
想定する最大負荷のテスト
通常のトラフィック時のテスト

負荷

推奨テストアプローチ

• トラフィックの多い時
時間
• トラフィックの少ない時
• トラフィックの傾向に変化がある時(朝や昼の時間帯など)

短い時間でトラフィックが大きく変化する場合のテスト

※ELB以外にも負荷生成クライアント、バックエンドEC2
インスタンスも監視すべき
• アプリケーション内部の動作も要確認

50
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
負荷テストの注意事項
ELBの初期スケールに注意
• スケールするまでに、HTTP 503レスポンスを返す期間があり得る
• 回避策:
• ELBの暖気運転( Pre-Warming)申請をする
• 5分間隔で50%以上のトラフィック増加をしないよう負荷テストを設定

DNSクエリの仕方に注意
• テストクライアント側で少なくとも1分に1回DNSの再解決をする

スティッキーセッション利用時の割り振り方
• 同じCookieでリクエストを続けた場合などは振り分けに偏りが

バックエンドインスタンスのアイドルタイムアウト
•

60秒以上に設定しないとELBが誤って不健全なホストと見なす可能性あり

51
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
5.まとめ

52
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
まとめ
ELBはAWSが提供するロードバランシングサービス
• 運用管理コストを抑えながらスケーラブルで高可用なインフラ
を構築可能

• 各種サービスとの連携もスムーズ&随時拡充
• 負荷試験時はその特性を理解した上で
• 急激な負荷の増大が想定される場合には、サポート加入の上で
暖気申請(Pre-Warming)を

53
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
日本語Link
(クラウドサービス活用集に掲載)
VPC内ELB配置設計指針
ロードバランサとSocket接続を使用したイベント通知
サーバの負荷分散

Elastic Load Balancing開発者ガイド
• http://docs.aws.amazon.com/ja_jp/ElasticLoadBalancing/lat
est/DeveloperGuide/Welcome.html

Elasitc Load Balancingを評価するためのベストプラク
ティス
• http://d36cz9buwru1tt.cloudfront.net/jp/documentation/Be
stPracticesInEvaluatingELB-ja-final.pdf

54
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.
英語Link(最新版)
参考資料
• Amazon Elastic Load Balancing Developer Guide

http://docs.aws.amazon.com/ElasticLoadBalancing/latest/Devel
operGuide/Welcome.html

• Best Practices in Evaluating Elastic Load Balancing
http://aws.amazon.com/articles/1636185810492479

• Amazon ELB FAQ
http://aws.amazon.com/ec2/faqs/
Elastic Load Balancing の箇所
• AWS re: Invent CPN 205: Zero to Millions of Requests
https://www.youtube.com/watch?v=xKF-Aawz9oc

55
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc.

Weitere ähnliche Inhalte

Was ist angesagt?

20120309 cloud mix-public クラウドごった煮
20120309 cloud mix-public クラウドごった煮 20120309 cloud mix-public クラウドごった煮
20120309 cloud mix-public クラウドごった煮 Kentaro Ebisawa
 
20200630 AWS Black Belt Online Seminar Amazon Cognito
20200630 AWS Black Belt Online Seminar Amazon Cognito20200630 AWS Black Belt Online Seminar Amazon Cognito
20200630 AWS Black Belt Online Seminar Amazon CognitoAmazon Web Services Japan
 
AWS Well-Architected Security とベストプラクティス
AWS Well-Architected Security とベストプラクティスAWS Well-Architected Security とベストプラクティス
AWS Well-Architected Security とベストプラクティスAmazon Web Services Japan
 
いまさら聞けない Amazon EC2
いまさら聞けない Amazon EC2いまさら聞けない Amazon EC2
いまさら聞けない Amazon EC2Yasuhiro Matsuo
 
[AWSマイスターシリーズ] リザーブドインスタンス&スポットインスタンス
[AWSマイスターシリーズ] リザーブドインスタンス&スポットインスタンス[AWSマイスターシリーズ] リザーブドインスタンス&スポットインスタンス
[AWSマイスターシリーズ] リザーブドインスタンス&スポットインスタンスAmazon Web Services Japan
 
AWSマイスターシリーズReloaded -AWS SDK for .NET-
AWSマイスターシリーズReloaded -AWS SDK for .NET-AWSマイスターシリーズReloaded -AWS SDK for .NET-
AWSマイスターシリーズReloaded -AWS SDK for .NET-Amazon Web Services Japan
 
オンプレ環境と連携するハイブリッドクラウド活用事例 (2014.8.8 AWS Japan Tour 2014 福岡)
オンプレ環境と連携するハイブリッドクラウド活用事例 (2014.8.8 AWS Japan Tour 2014 福岡)オンプレ環境と連携するハイブリッドクラウド活用事例 (2014.8.8 AWS Japan Tour 2014 福岡)
オンプレ環境と連携するハイブリッドクラウド活用事例 (2014.8.8 AWS Japan Tour 2014 福岡)shigeyuki azuchi
 
Management & Governance on AWS こんなこともできます
Management & Governance on AWS こんなこともできますManagement & Governance on AWS こんなこともできます
Management & Governance on AWS こんなこともできますAmazon Web Services Japan
 
20210415 amazonelastickubernetesservice devops_game_development
20210415 amazonelastickubernetesservice devops_game_development20210415 amazonelastickubernetesservice devops_game_development
20210415 amazonelastickubernetesservice devops_game_developmentAmazon Web Services Japan
 
[AWSマイスターシリーズ]Amazon CloudWatch & Auto Scaling
[AWSマイスターシリーズ]Amazon CloudWatch & Auto Scaling[AWSマイスターシリーズ]Amazon CloudWatch & Auto Scaling
[AWSマイスターシリーズ]Amazon CloudWatch & Auto ScalingAmazon Web Services Japan
 
20200728 AWS Black Belt Online Seminar What's New in Serverless
20200728 AWS Black Belt Online Seminar What's New in Serverless20200728 AWS Black Belt Online Seminar What's New in Serverless
20200728 AWS Black Belt Online Seminar What's New in ServerlessAmazon Web Services Japan
 
[20210519 Security-JAWS] AWS エッジサービス入門ハンズオンの紹介と AWS WAF のアップデートについて
[20210519 Security-JAWS] AWS エッジサービス入門ハンズオンの紹介と AWS WAF のアップデートについて[20210519 Security-JAWS] AWS エッジサービス入門ハンズオンの紹介と AWS WAF のアップデートについて
[20210519 Security-JAWS] AWS エッジサービス入門ハンズオンの紹介と AWS WAF のアップデートについてAmazon Web Services Japan
 
ゲームアーキテクチャパターン (Aurora Serverless / DynamoDB)
ゲームアーキテクチャパターン (Aurora Serverless / DynamoDB)ゲームアーキテクチャパターン (Aurora Serverless / DynamoDB)
ゲームアーキテクチャパターン (Aurora Serverless / DynamoDB)Amazon Web Services Japan
 
20190619 AWS Black Belt Online Seminar Dive Deep into AWS Chalice
20190619 AWS Black Belt Online Seminar Dive Deep into AWS Chalice20190619 AWS Black Belt Online Seminar Dive Deep into AWS Chalice
20190619 AWS Black Belt Online Seminar Dive Deep into AWS ChaliceAmazon Web Services Japan
 
Aws well architected-framework_seminar_overview
Aws well architected-framework_seminar_overviewAws well architected-framework_seminar_overview
Aws well architected-framework_seminar_overviewYoshii Ryo
 

Was ist angesagt? (15)

20120309 cloud mix-public クラウドごった煮
20120309 cloud mix-public クラウドごった煮 20120309 cloud mix-public クラウドごった煮
20120309 cloud mix-public クラウドごった煮
 
20200630 AWS Black Belt Online Seminar Amazon Cognito
20200630 AWS Black Belt Online Seminar Amazon Cognito20200630 AWS Black Belt Online Seminar Amazon Cognito
20200630 AWS Black Belt Online Seminar Amazon Cognito
 
AWS Well-Architected Security とベストプラクティス
AWS Well-Architected Security とベストプラクティスAWS Well-Architected Security とベストプラクティス
AWS Well-Architected Security とベストプラクティス
 
いまさら聞けない Amazon EC2
いまさら聞けない Amazon EC2いまさら聞けない Amazon EC2
いまさら聞けない Amazon EC2
 
[AWSマイスターシリーズ] リザーブドインスタンス&スポットインスタンス
[AWSマイスターシリーズ] リザーブドインスタンス&スポットインスタンス[AWSマイスターシリーズ] リザーブドインスタンス&スポットインスタンス
[AWSマイスターシリーズ] リザーブドインスタンス&スポットインスタンス
 
AWSマイスターシリーズReloaded -AWS SDK for .NET-
AWSマイスターシリーズReloaded -AWS SDK for .NET-AWSマイスターシリーズReloaded -AWS SDK for .NET-
AWSマイスターシリーズReloaded -AWS SDK for .NET-
 
オンプレ環境と連携するハイブリッドクラウド活用事例 (2014.8.8 AWS Japan Tour 2014 福岡)
オンプレ環境と連携するハイブリッドクラウド活用事例 (2014.8.8 AWS Japan Tour 2014 福岡)オンプレ環境と連携するハイブリッドクラウド活用事例 (2014.8.8 AWS Japan Tour 2014 福岡)
オンプレ環境と連携するハイブリッドクラウド活用事例 (2014.8.8 AWS Japan Tour 2014 福岡)
 
Management & Governance on AWS こんなこともできます
Management & Governance on AWS こんなこともできますManagement & Governance on AWS こんなこともできます
Management & Governance on AWS こんなこともできます
 
20210415 amazonelastickubernetesservice devops_game_development
20210415 amazonelastickubernetesservice devops_game_development20210415 amazonelastickubernetesservice devops_game_development
20210415 amazonelastickubernetesservice devops_game_development
 
[AWSマイスターシリーズ]Amazon CloudWatch & Auto Scaling
[AWSマイスターシリーズ]Amazon CloudWatch & Auto Scaling[AWSマイスターシリーズ]Amazon CloudWatch & Auto Scaling
[AWSマイスターシリーズ]Amazon CloudWatch & Auto Scaling
 
20200728 AWS Black Belt Online Seminar What's New in Serverless
20200728 AWS Black Belt Online Seminar What's New in Serverless20200728 AWS Black Belt Online Seminar What's New in Serverless
20200728 AWS Black Belt Online Seminar What's New in Serverless
 
[20210519 Security-JAWS] AWS エッジサービス入門ハンズオンの紹介と AWS WAF のアップデートについて
[20210519 Security-JAWS] AWS エッジサービス入門ハンズオンの紹介と AWS WAF のアップデートについて[20210519 Security-JAWS] AWS エッジサービス入門ハンズオンの紹介と AWS WAF のアップデートについて
[20210519 Security-JAWS] AWS エッジサービス入門ハンズオンの紹介と AWS WAF のアップデートについて
 
ゲームアーキテクチャパターン (Aurora Serverless / DynamoDB)
ゲームアーキテクチャパターン (Aurora Serverless / DynamoDB)ゲームアーキテクチャパターン (Aurora Serverless / DynamoDB)
ゲームアーキテクチャパターン (Aurora Serverless / DynamoDB)
 
20190619 AWS Black Belt Online Seminar Dive Deep into AWS Chalice
20190619 AWS Black Belt Online Seminar Dive Deep into AWS Chalice20190619 AWS Black Belt Online Seminar Dive Deep into AWS Chalice
20190619 AWS Black Belt Online Seminar Dive Deep into AWS Chalice
 
Aws well architected-framework_seminar_overview
Aws well architected-framework_seminar_overviewAws well architected-framework_seminar_overview
Aws well architected-framework_seminar_overview
 

Andere mochten auch

Pdhpe slides
Pdhpe slidesPdhpe slides
Pdhpe slides1989RACH
 
Systema linfopoyetico PATOLOGIAS ROSSY MIJARES
Systema linfopoyetico PATOLOGIAS   ROSSY MIJARESSystema linfopoyetico PATOLOGIAS   ROSSY MIJARES
Systema linfopoyetico PATOLOGIAS ROSSY MIJARESHabibi Mijares
 
ロボットによるサッカー対決
ロボットによるサッカー対決ロボットによるサッカー対決
ロボットによるサッカー対決stucon
 
ビアマジ!美女
ビアマジ!美女ビアマジ!美女
ビアマジ!美女stucon
 
テストプラン
テストプランテストプラン
テストプランstucon
 
ロボットによるサッカー対決
ロボットによるサッカー対決ロボットによるサッカー対決
ロボットによるサッカー対決stucon
 
Sistema nervioso patologias my doc ROSSY MIJARES
Sistema nervioso patologias my doc ROSSY MIJARESSistema nervioso patologias my doc ROSSY MIJARES
Sistema nervioso patologias my doc ROSSY MIJARESHabibi Mijares
 

Andere mochten auch (9)

ITC
ITCITC
ITC
 
Pdhpe slides
Pdhpe slidesPdhpe slides
Pdhpe slides
 
Test pin replating evaluation report
Test pin replating evaluation reportTest pin replating evaluation report
Test pin replating evaluation report
 
Systema linfopoyetico PATOLOGIAS ROSSY MIJARES
Systema linfopoyetico PATOLOGIAS   ROSSY MIJARESSystema linfopoyetico PATOLOGIAS   ROSSY MIJARES
Systema linfopoyetico PATOLOGIAS ROSSY MIJARES
 
ロボットによるサッカー対決
ロボットによるサッカー対決ロボットによるサッカー対決
ロボットによるサッカー対決
 
ビアマジ!美女
ビアマジ!美女ビアマジ!美女
ビアマジ!美女
 
テストプラン
テストプランテストプラン
テストプラン
 
ロボットによるサッカー対決
ロボットによるサッカー対決ロボットによるサッカー対決
ロボットによるサッカー対決
 
Sistema nervioso patologias my doc ROSSY MIJARES
Sistema nervioso patologias my doc ROSSY MIJARESSistema nervioso patologias my doc ROSSY MIJARES
Sistema nervioso patologias my doc ROSSY MIJARES
 

Ähnlich wie test

ELB & Auto Scaling & CloudWatch 詳細 -ほぼ週刊AWSマイスターシリーズ第5回-
ELB & Auto Scaling & CloudWatch 詳細 -ほぼ週刊AWSマイスターシリーズ第5回- ELB & Auto Scaling & CloudWatch 詳細 -ほぼ週刊AWSマイスターシリーズ第5回-
ELB & Auto Scaling & CloudWatch 詳細 -ほぼ週刊AWSマイスターシリーズ第5回- SORACOM, INC
 
[AWSマイスターシリーズ] AWS Elastic Beanstalk
[AWSマイスターシリーズ] AWS Elastic Beanstalk[AWSマイスターシリーズ] AWS Elastic Beanstalk
[AWSマイスターシリーズ] AWS Elastic BeanstalkAmazon Web Services Japan
 
ELB & CloudWatch & AutoScaling - AWSマイスターシリーズ
ELB & CloudWatch & AutoScaling - AWSマイスターシリーズELB & CloudWatch & AutoScaling - AWSマイスターシリーズ
ELB & CloudWatch & AutoScaling - AWSマイスターシリーズAmazon Web Services Japan
 
[AWSマイスターシリーズ] Amazon CloudFront / Amazon Elastic Transcoderによるコンテンツ配信
[AWSマイスターシリーズ] Amazon CloudFront / Amazon Elastic Transcoderによるコンテンツ配信[AWSマイスターシリーズ] Amazon CloudFront / Amazon Elastic Transcoderによるコンテンツ配信
[AWSマイスターシリーズ] Amazon CloudFront / Amazon Elastic Transcoderによるコンテンツ配信Amazon Web Services Japan
 
[AWSマイスターシリーズ] AWS Elastic Beanstalk -Python編-
[AWSマイスターシリーズ] AWS Elastic Beanstalk -Python編-[AWSマイスターシリーズ] AWS Elastic Beanstalk -Python編-
[AWSマイスターシリーズ] AWS Elastic Beanstalk -Python編-Amazon Web Services Japan
 
[AWSマイスターシリーズ] AWS OpsWorks
[AWSマイスターシリーズ] AWS OpsWorks[AWSマイスターシリーズ] AWS OpsWorks
[AWSマイスターシリーズ] AWS OpsWorksAmazon Web Services Japan
 
[AWSマイスターシリーズ] AWS SDK for Java / .NET
[AWSマイスターシリーズ] AWS SDK for Java / .NET[AWSマイスターシリーズ] AWS SDK for Java / .NET
[AWSマイスターシリーズ] AWS SDK for Java / .NETAmazon Web Services Japan
 
AWSマイスターシリーズReloaded(AWS Beanstalk)
AWSマイスターシリーズReloaded(AWS Beanstalk)AWSマイスターシリーズReloaded(AWS Beanstalk)
AWSマイスターシリーズReloaded(AWS Beanstalk)Akio Katayama
 
20120416 aws meister-reloaded-aws-elasticbeanstalk-public
20120416 aws meister-reloaded-aws-elasticbeanstalk-public20120416 aws meister-reloaded-aws-elasticbeanstalk-public
20120416 aws meister-reloaded-aws-elasticbeanstalk-publicAmazon Web Services Japan
 
AWS Black Belt Online Seminar Elastic Load Balancing
AWS Black Belt Online Seminar Elastic Load BalancingAWS Black Belt Online Seminar Elastic Load Balancing
AWS Black Belt Online Seminar Elastic Load BalancingAmazon Web Services Japan
 
AWSマイスターシリーズ(Elastic Beanstalk)
AWSマイスターシリーズ(Elastic Beanstalk)AWSマイスターシリーズ(Elastic Beanstalk)
AWSマイスターシリーズ(Elastic Beanstalk)Akio Katayama
 
AWS Black Belt Techシリーズ Amazon Relational Database Service (RDS)
AWS Black Belt Techシリーズ Amazon Relational Database Service (RDS)AWS Black Belt Techシリーズ Amazon Relational Database Service (RDS)
AWS Black Belt Techシリーズ Amazon Relational Database Service (RDS)Amazon Web Services Japan
 
Aws elastic beanstalk-handson-summit2012
Aws elastic beanstalk-handson-summit2012Aws elastic beanstalk-handson-summit2012
Aws elastic beanstalk-handson-summit2012Akio Katayama
 
AWS Elastic Beanstalk 詳細 -ほぼ週刊AWSマイスターシリーズ第9回-
AWS Elastic Beanstalk 詳細 -ほぼ週刊AWSマイスターシリーズ第9回-AWS Elastic Beanstalk 詳細 -ほぼ週刊AWSマイスターシリーズ第9回-
AWS Elastic Beanstalk 詳細 -ほぼ週刊AWSマイスターシリーズ第9回-SORACOM, INC
 
グリーにおけるAWS移行の必然性
グリーにおけるAWS移行の必然性グリーにおけるAWS移行の必然性
グリーにおけるAWS移行の必然性gree_tech
 
cloudpack導入資料(20120302版)
cloudpack導入資料(20120302版)cloudpack導入資料(20120302版)
cloudpack導入資料(20120302版)iret, Inc.
 
[AWSマイスターシリーズ]Identity and Access Management (IAM)
[AWSマイスターシリーズ]Identity and Access Management (IAM)[AWSマイスターシリーズ]Identity and Access Management (IAM)
[AWSマイスターシリーズ]Identity and Access Management (IAM)Amazon Web Services Japan
 

Ähnlich wie test (20)

ELB & Auto Scaling & CloudWatch 詳細 -ほぼ週刊AWSマイスターシリーズ第5回-
ELB & Auto Scaling & CloudWatch 詳細 -ほぼ週刊AWSマイスターシリーズ第5回- ELB & Auto Scaling & CloudWatch 詳細 -ほぼ週刊AWSマイスターシリーズ第5回-
ELB & Auto Scaling & CloudWatch 詳細 -ほぼ週刊AWSマイスターシリーズ第5回-
 
[AWSマイスターシリーズ] AWS Elastic Beanstalk
[AWSマイスターシリーズ] AWS Elastic Beanstalk[AWSマイスターシリーズ] AWS Elastic Beanstalk
[AWSマイスターシリーズ] AWS Elastic Beanstalk
 
ELB & CloudWatch & AutoScaling - AWSマイスターシリーズ
ELB & CloudWatch & AutoScaling - AWSマイスターシリーズELB & CloudWatch & AutoScaling - AWSマイスターシリーズ
ELB & CloudWatch & AutoScaling - AWSマイスターシリーズ
 
20120521 aws-meister-elb&as&cw-public
20120521 aws-meister-elb&as&cw-public20120521 aws-meister-elb&as&cw-public
20120521 aws-meister-elb&as&cw-public
 
[AWSマイスターシリーズ] Amazon CloudFront / Amazon Elastic Transcoderによるコンテンツ配信
[AWSマイスターシリーズ] Amazon CloudFront / Amazon Elastic Transcoderによるコンテンツ配信[AWSマイスターシリーズ] Amazon CloudFront / Amazon Elastic Transcoderによるコンテンツ配信
[AWSマイスターシリーズ] Amazon CloudFront / Amazon Elastic Transcoderによるコンテンツ配信
 
Elastic beanstalk docker_support
Elastic beanstalk docker_supportElastic beanstalk docker_support
Elastic beanstalk docker_support
 
[AWSマイスターシリーズ] AWS Elastic Beanstalk -Python編-
[AWSマイスターシリーズ] AWS Elastic Beanstalk -Python編-[AWSマイスターシリーズ] AWS Elastic Beanstalk -Python編-
[AWSマイスターシリーズ] AWS Elastic Beanstalk -Python編-
 
[AWSマイスターシリーズ] AWS OpsWorks
[AWSマイスターシリーズ] AWS OpsWorks[AWSマイスターシリーズ] AWS OpsWorks
[AWSマイスターシリーズ] AWS OpsWorks
 
[AWSマイスターシリーズ] AWS SDK for Java / .NET
[AWSマイスターシリーズ] AWS SDK for Java / .NET[AWSマイスターシリーズ] AWS SDK for Java / .NET
[AWSマイスターシリーズ] AWS SDK for Java / .NET
 
AWSマイスターシリーズReloaded(AWS Beanstalk)
AWSマイスターシリーズReloaded(AWS Beanstalk)AWSマイスターシリーズReloaded(AWS Beanstalk)
AWSマイスターシリーズReloaded(AWS Beanstalk)
 
20120416 aws meister-reloaded-aws-elasticbeanstalk-public
20120416 aws meister-reloaded-aws-elasticbeanstalk-public20120416 aws meister-reloaded-aws-elasticbeanstalk-public
20120416 aws meister-reloaded-aws-elasticbeanstalk-public
 
AWS Black Belt Online Seminar Elastic Load Balancing
AWS Black Belt Online Seminar Elastic Load BalancingAWS Black Belt Online Seminar Elastic Load Balancing
AWS Black Belt Online Seminar Elastic Load Balancing
 
AWSマイスターシリーズ(Elastic Beanstalk)
AWSマイスターシリーズ(Elastic Beanstalk)AWSマイスターシリーズ(Elastic Beanstalk)
AWSマイスターシリーズ(Elastic Beanstalk)
 
AWS Black Belt Techシリーズ Amazon Relational Database Service (RDS)
AWS Black Belt Techシリーズ Amazon Relational Database Service (RDS)AWS Black Belt Techシリーズ Amazon Relational Database Service (RDS)
AWS Black Belt Techシリーズ Amazon Relational Database Service (RDS)
 
Aws elastic beanstalk-handson-summit2012
Aws elastic beanstalk-handson-summit2012Aws elastic beanstalk-handson-summit2012
Aws elastic beanstalk-handson-summit2012
 
AWS Elastic Beanstalk 詳細 -ほぼ週刊AWSマイスターシリーズ第9回-
AWS Elastic Beanstalk 詳細 -ほぼ週刊AWSマイスターシリーズ第9回-AWS Elastic Beanstalk 詳細 -ほぼ週刊AWSマイスターシリーズ第9回-
AWS Elastic Beanstalk 詳細 -ほぼ週刊AWSマイスターシリーズ第9回-
 
グリーにおけるAWS移行の必然性
グリーにおけるAWS移行の必然性グリーにおけるAWS移行の必然性
グリーにおけるAWS移行の必然性
 
cloudpack導入資料(20120302版)
cloudpack導入資料(20120302版)cloudpack導入資料(20120302版)
cloudpack導入資料(20120302版)
 
[AWSマイスターシリーズ]Identity and Access Management (IAM)
[AWSマイスターシリーズ]Identity and Access Management (IAM)[AWSマイスターシリーズ]Identity and Access Management (IAM)
[AWSマイスターシリーズ]Identity and Access Management (IAM)
 
PHP on Cloud
PHP on CloudPHP on Cloud
PHP on Cloud
 

Mehr von stucon

サークル対抗テニス大会!
サークル対抗テニス大会!サークル対抗テニス大会!
サークル対抗テニス大会!stucon
 
バズ・オブ・ビアマジ21
バズ・オブ・ビアマジ21バズ・オブ・ビアマジ21
バズ・オブ・ビアマジ21stucon
 
「ビアマジ21」 ~大学生目線で認知度UP~
「ビアマジ21」
~大学生目線で認知度UP~「ビアマジ21」
~大学生目線で認知度UP~
「ビアマジ21」 ~大学生目線で認知度UP~stucon
 
流行のSNSを活用したPR方法
流行のSNSを活用したPR方法流行のSNSを活用したPR方法
流行のSNSを活用したPR方法stucon
 
ビアマジ!21認知企画
ビアマジ!21認知企画ビアマジ!21認知企画
ビアマジ!21認知企画stucon
 
ビアマジ!21認知企画
ビアマジ!21認知企画ビアマジ!21認知企画
ビアマジ!21認知企画stucon
 
ビアマジが学校にやってくる!プロジェクト
ビアマジが学校にやってくる!プロジェクトビアマジが学校にやってくる!プロジェクト
ビアマジが学校にやってくる!プロジェクトstucon
 
エンジニアレンタルサービス
エンジニアレンタルサービスエンジニアレンタルサービス
エンジニアレンタルサービスstucon
 
エンジニアレンタルサービス
エンジニアレンタルサービスエンジニアレンタルサービス
エンジニアレンタルサービスstucon
 
子供の心を掴め!親にねだらせるPR方法
子供の心を掴め!親にねだらせるPR方法子供の心を掴め!親にねだらせるPR方法
子供の心を掴め!親にねだらせるPR方法stucon
 
ビアメシプロジェクト
ビアメシプロジェクトビアメシプロジェクト
ビアメシプロジェクトstucon
 
課題発見とビール一杯無料以外からの誘引施策
課題発見とビール一杯無料以外からの誘引施策課題発見とビール一杯無料以外からの誘引施策
課題発見とビール一杯無料以外からの誘引施策stucon
 
ビアマジ!21 暇人マッチングサービス
ビアマジ!21 暇人マッチングサービスビアマジ!21 暇人マッチングサービス
ビアマジ!21 暇人マッチングサービスstucon
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービスstucon
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービスstucon
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービスstucon
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービスstucon
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービスstucon
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービスstucon
 

Mehr von stucon (20)

test
testtest
test
 
サークル対抗テニス大会!
サークル対抗テニス大会!サークル対抗テニス大会!
サークル対抗テニス大会!
 
バズ・オブ・ビアマジ21
バズ・オブ・ビアマジ21バズ・オブ・ビアマジ21
バズ・オブ・ビアマジ21
 
「ビアマジ21」 ~大学生目線で認知度UP~
「ビアマジ21」
~大学生目線で認知度UP~「ビアマジ21」
~大学生目線で認知度UP~
「ビアマジ21」 ~大学生目線で認知度UP~
 
流行のSNSを活用したPR方法
流行のSNSを活用したPR方法流行のSNSを活用したPR方法
流行のSNSを活用したPR方法
 
ビアマジ!21認知企画
ビアマジ!21認知企画ビアマジ!21認知企画
ビアマジ!21認知企画
 
ビアマジ!21認知企画
ビアマジ!21認知企画ビアマジ!21認知企画
ビアマジ!21認知企画
 
ビアマジが学校にやってくる!プロジェクト
ビアマジが学校にやってくる!プロジェクトビアマジが学校にやってくる!プロジェクト
ビアマジが学校にやってくる!プロジェクト
 
エンジニアレンタルサービス
エンジニアレンタルサービスエンジニアレンタルサービス
エンジニアレンタルサービス
 
エンジニアレンタルサービス
エンジニアレンタルサービスエンジニアレンタルサービス
エンジニアレンタルサービス
 
子供の心を掴め!親にねだらせるPR方法
子供の心を掴め!親にねだらせるPR方法子供の心を掴め!親にねだらせるPR方法
子供の心を掴め!親にねだらせるPR方法
 
ビアメシプロジェクト
ビアメシプロジェクトビアメシプロジェクト
ビアメシプロジェクト
 
課題発見とビール一杯無料以外からの誘引施策
課題発見とビール一杯無料以外からの誘引施策課題発見とビール一杯無料以外からの誘引施策
課題発見とビール一杯無料以外からの誘引施策
 
ビアマジ!21 暇人マッチングサービス
ビアマジ!21 暇人マッチングサービスビアマジ!21 暇人マッチングサービス
ビアマジ!21 暇人マッチングサービス
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービス
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービス
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービス
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービス
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービス
 
暇人マッチングサービス
暇人マッチングサービス暇人マッチングサービス
暇人マッチングサービス
 

test