Skip to content

projectweekend/eb-falcon-docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elastic Beanstalk Deployment

Assuming:

  • eb-cli 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

About

An example Elastic Beanstalk app using Docker and Falcon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published