无法向弹性 beantalk 添加新的环境变量

Unable to add new environment variable to elastic beanstalk

当尝试使用 Elastic Beanstalk 向我们的堆栈添加新的环境变量时,我们收到错误:

Service:AmazonCloudFormation, Message:Template format error: Parameter 'EnvironmentVariables' default value '[...

[更新 15/12/2016] 看起来初始来源 link 不再有效但答案仍然正确。

You can include as many properties as you want, but the total size of all properties cannot exceed 4096 bytes. You can delete a variable by leaving the value blank.

来源:https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-setenv.html

The combined size of all environment variables defined for an environment is limited to 4096 bytes. The format of environment variables is KEY1=VALUE1, KEY2=VALUE2, which means that both the value and key of each variable are included in the total. When a platform has one or more predefined environment variables, such as JDBC_CONNECTION_STRING those variables are also included in the total.

来源:http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html