Extensions
To configure Elastic Beanstalk using code
- Relies on CloudFormation under the hood
- Configure Elastic Beanstalk using code instead of UI
- Ability to add resources such as RDS, ElastiCache, etc
- Has to be either
yamlorjsonformat - has to ends with
.config(for examplelogging.config) - Has to be inside
.ebextensions/directory in the root
- Configure Elastic Beanstalk using code instead of UI
Note: Resource managed by .ebextensions get deleted if environments goes away