Customizing AWS Software With .ebextensions
Overview[edit]
Configuration files placed in the .ebextensions directory in the root directory of a project will customize and configure a EBS environment. AWS documentation for Customizing Software on Linux Servers contains a good overview.
Deployment[edit]
Any config files in .ebextensions must be checked in before it will be deployed with eb create or eb deploy.
Use the eb deploy command to apply changes made to .config files to an EBS environment. [1] [2]
Notes[edit]
- ↑ Setting Configuration Options During Environment Creation Using EB CLI - AWS documentation
- ↑ Setting Configuration Options After Environment Creation - AWS documentation