1

Can I use AppConfig to update 50+ parameters in parameter store in different AWS accounts?

If so, how? I looked at the instructions and was trying to figure out how to do this, but there isn't much out there. I want to create the name and value pairs in either yml or json for the app configuration and profile.

4

1 回答 1

3

AppConfig用于更新不同账户中的 SSM 参数存储值。您的应用程序(例如在 ec2 或容器中)使用它来获取最新的配置数据。当您想在一个中心位置管理应用程序的配置并且您的应用程序在多个环境中运行时,这很有用。

交付给您的应用程序的配置来源AppConfig可以是 SSM 参数存储 (PS) 等。

于 2021-02-28T03:09:44.213 回答