AWS Parameter Store

在将 AWS Parameter Store 用作后端时,您可以通过将属性放在 /application 层次结构中,与所有应用程序共享配置。

When using AWS Parameter Store as a backend, you can share configuration with all applications by placing properties within the /application hierarchy.

例如,如果您添加名称为下列名称的参数,则所有使用配置服务器的应用程序都将可以使用属性 foo.barfred.baz

For example, if you add parameters with the following names, all applications using the config server will have the properties foo.bar and fred.baz available to them:

/config/application/foo.bar
/config/application-default/fred.baz