Customizing AWS Software With .ebextensions

From Littledamien Wiki
Revision as of 12:36, 24 July 2018 by Video8 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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]