- Projects/
- AWS DevOps Pro Certification/
- 2: Configuration Mgmt / Infrastructure as Code/
- 0: Elastic Beanstalk/
2: Beanstalk Env Configs
·1 min
Table of Contents
How to config EB env?
- Folder to use: .ebextensions
- Filetype:
.config
- Filetype:
- Config files are yaml or json format
- Cloudformation is our friend here too
- In fact, using EB = just making a CF stack
- We can have EB in a CF template
- You can also recycle saved configs
- You can also specify direct changes in the console/CLI