LoginSignup
4
4

More than 5 years have passed since last update.

(Docker + Sinatra)をAWS Elastic Beanstalkにデプロイ (初期化)

Last updated at Posted at 2015-02-08

SinatraアプリをDocker化して、AWS Elastic Beanstalkにデプロイしてみました。

事前準備

For Mac

brew install aws-elasticbeanstalk

もしくは

初期化

eb init

アプリケーションの作成

aws-elasticbeanstalkを使用する場合

eb create

コマンドラインツールをダウンロードした場合

eb start

設定

アプリケーションの表示

しばらくすると環境の構築が完了します。

eb status --verbose

ここで表示されるCNAMEのドメインにアクセスし、ページが表示されれば終了

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4