An open API service indexing awesome lists of open source software.

https://github.com/projectweekend/eb-falcon-docker-example

An example Elastic Beanstalk app using Docker and Falcon
https://github.com/projectweekend/eb-falcon-docker-example

Last synced: 6 months ago
JSON representation

An example Elastic Beanstalk app using Docker and Falcon

Awesome Lists containing this project

README

          

### Elastic Beanstalk Deployment

Assuming:

* [eb-cli](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html) is installed.
* You have access to the ID and Secret for an IAM with permissions on Elastic Beanstalk.

#### Initialize the app

```
eb init
```

You will be prompted to:

* Select a default region
* Enter an application name
* Choose a platform (Docker will be detected)
* Enable SSH for EC2 instances (optional)

#### Create the environment

```
eb create
```

You will be prompted to:

* Enter an environment name
* Enter a DNS CNAME prefix

#### Open in browser

```
eb open
```

#### Open Beanstalk Console

```
eb console
```

#### Nuke it

When you're done playing around and want to destroy everything that was created:

```
eb terminate --all
```

You will be prompted to:

* Confirm the action by typing the full name of the app