I'm making some tests with the AWS Elastic Beanstalk platform for the first time to discover it. But i'm facing an issue :
The documentation show us that we can describe the environment configuration inside a ".ebextensions/myConf.config" file.
But i also discover that we can describe the environment configuration inside a "env.yml" in the root project (including more options like "Platform").
The question is, what is the difference between the two files ? Should i use both ? In which case ?
Thanks in advance,