Customizing AWS Software With .ebextensions: Difference between revisions

From Littledamien Wiki
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]