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
- Host: GitHub
- URL: https://github.com/projectweekend/eb-falcon-docker-example
- Owner: projectweekend
- License: mit
- Created: 2015-05-17T20:54:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T12:02:00.000Z (almost 11 years ago)
- Last Synced: 2025-02-01T19:29:58.298Z (over 1 year ago)
- Language: PLpgSQL
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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