Add ability equivalent to --parameter-overrides
of aws cloudformation deploy
to eb deploy
command
#70
Labels
enhancement
New feature or request
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Tell us about your request
.ebextensions
already supportParameters
of AWS Cloudformation. However, currently it seems to be just a way to tidy up shared configuration and nothing else. It is not possible to keep using.ebextensions
with configurableParameters
andeb deploy
.Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Flexible way to combine configuration management around EB, AWS SSM/SecretsManager and AWS CFN without switching from EB CLI to AWS SDK or AWS CLI. This is needed to be able to deploy more than just staging and production envs of the system but also easily scale out to deploy other ad-hoc or deverlopers instances of the system I collaborate to.
Are you currently working around this issue?
How are you currently solving this problem?
Most probably I will convert
.ebextensions
into some kind of templates with external ability to resolve tokens like${TARGET}
into actual string values.The text was updated successfully, but these errors were encountered: