问题标签 [aws-app-config]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
amazon-web-services - AWS App Config 和 Code Deploy 有什么区别,以及何时使用它们
这两种服务似乎都做类似的事情,你什么时候使用它们。
amazon-web-services - 无法从 AWS Lambda 函数获取 AppConfig 的配置文件
Lambda 函数 - Node.js
当getConfigurationProfile
被调用时没有响应。没有数据,没有错误,函数超时。
我在 Lambda 执行 IAM 角色中添加了以下内联策略,但它不起作用。
有人在我之前解决了这个问题吗?谢谢你。
amazon-web-services - 来自 Spring Boot 的 Amazon AppConfig
如何在我的 Spring Boot 应用程序中从 aws appconfig 访问配置?
由于 appconfig 是一项新服务,是否有任何我们可以使用的 java sdk,因为我在https://github.com/aws/aws-sdk-java/tree/master/src/samples中没有看到任何关于 appconfig 的内容
amazon-web-services - 用于 dot net core 应用程序的 AWS 开发工具包以使用 AWS AppConfig
我正在尝试访问在 AWS AppConfig 中创建的应用程序以检索配置文件。我在 AWS Docs 上没有找到适当的文档来使用几种方法通过 dot net sdk 接收配置。
参考:https ://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-retrieving-the-configuration.html
如果有人可以提供帮助,请提前致谢。
amazon-web-services - AppConfig 可以用于跨账户部署吗?
我正在考虑使用 AppConfig,但我很难理解在测试和暂存部署位于不同帐户中的情况下如何使用配置。
在这两个帐户中拥有两个完全不同的 AppConfig 设置似乎适得其反,因为这会使配置升级到不同的部署变得困难。
我也可以设置一个 AppConfig,然后从我的应用程序中调用它,但这需要跨账户访问,使用我假设的不同角色,因为无法使用 ARN 或基于资源的策略访问 AppConfig。
那么如何跨多个帐户访问 AppConfig?
amazon-web-services - AWS 配置应用程序的架构
我正在创建一个应该只存储一些配置的应用程序。我使用 AWS AppConfig 作为配置存储。
我希望能够通过代码更新此配置数据。因此,当事件发生时,我想调用 SQS 来创建一条消息,其中包含要附加的新配置数据。SQS 应该调用一个 lambda。Lambda 应该从 AppConfig 获取最新配置,附加新配置,然后部署到 AppConfig。
因此,我希望 AppConfig 具有旧配置,并附加新配置。
是否有一种仅使用 AWS 服务来实现此目的的简单方法?
amazon-web-services - AWS AppConfig and Parameter Store
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.
php - 通过 AWS PHP SDK 和 AWS AppConfig 访问时,内容字段为空
每个人都知道如何将 AWS AppConfig 与 AWS SDK PHP 结合使用。我的特定用例是,我在 EC2 实例上运行一个简单的 PHP 应用程序,并希望接收在 AppConfig 中编写的 JSON 配置。
另外,我通过管理员 IAM 角色授权 AppConfig
但问题是我没有获得 AppConfig 内容,但能够提取有关数据的元数据。所以,任何尝试过这个的人请在这里帮助我。
amazon-web-services - 我们在 AWS AppConfig 应用程序中创建的配置数量是否有限制?
我正在为我的团队创建一个 AWS AppConfig 应用程序。我们有大量的配置要迁移到 AppConfig。我们可以创建多少个配置有任何限制吗?
amazon-web-services - AWS Cloud Map 和 AWS App Config 有什么区别
AWS Cloud Map 和 AWS App Config 都可用于动态发现客户端中的配置值或 url(服务发现模式)。是否存在使用其中一种优于另一种的用例?