Structure
The ElasticBeanstalk configuration files are downloaded and stored in the jack/cfg
folder within the project. Here’s a example of the structure with some downloaded Elastic Beankstalk environment configurations.
jack
└── cfg
├── hi-web-prod.cfg.yml
└── hi-web-stag.cfg.yml
Configuration File Details
Let’s take a look at one of the configuration files jack/cfg/hi-web-stag.cfg.yml
:
The configuration file provides everything that is required to rebuild the Elastic Beanstalk environment.
Now that you now where the jack configurations are located and what they look like. Let use it!
Pro tip: Use the <- and -> arrow keys to move back and forward.
Edit this page
See a typo or an error? You can improve this page. This website is available on GitHub and contributions are encouraged and welcomed. We love pull requests from you!
- Suggest an edit to this page (here's the contributing guide).
- Open an issue about this page to report a problem.