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 yaml or json format
    • has to ends with .config (for example logging.config)
    • Has to be inside .ebextensions/ directory in the root

Note: Resource managed by .ebextensions get deleted if environments goes away