Customizing AWS Software With .ebextensions: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == Configuration files placed in the `.ebextensions` directory in the root directory of a project will customize and configure a EBS environment. AWS documentatio...") |
(No difference)
|
Latest revision as of 12:36, 24 July 2018
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