Scenario:
Commands a
Using gradle I did the following
apply plugin: 'war'
war { from('src/main/resources/ebextensions') { into('.ebextensions') } }
to transfer the files to the top level of the war when it is built.