Questions tagged [aws-app-config]
41 questions
1
vote
0 answers
How can I access AWS AppConfig feature flag in a angular frontend
At our organization we are using AWS AppConfig to manage feature flags throughout our development cycle, AppConfig flags are easily accessible in backend services like lambda etc. but our frontend is single action page build using angular and we are…

Suraj Kumar
- 281
- 6
- 13
1
vote
1 answer
Terraform - Get a value from AWS app config params and pass to resource
How to get aws configuration parameters stored in json format on S3 in terraform scripts. I want to use those parameters in another resources.
I just want to externalise all the variable parameters in the script.
e.g: we have Data Source:…

PrasadB
- 91
- 1
- 7
1
vote
0 answers
Can I used appConfig tied to parameter store to access aws secrets
I know that appConfig can work with parameter store. I also know that parameter store can work with secrets manager. But can you reference aws secrets in appConfig through parameter store?

Jack-of-some
- 309
- 3
- 12
1
vote
0 answers
Multi region Lambda function to get the configuration from aws appconfig
We have a requirement wherein our AWS AppConfig is in US region and we have lambda function written using boto3 and it is created across all the aws regions.
Now, we are using below url to get the configuration from AWS Appconfig.
url =…

svw1105
- 127
- 1
- 15
1
vote
1 answer
Do we have a limit for the number of configurations we create in AWS AppConfig application?
I am creating an AWS AppConfig application for my team. we have tons of configurations which we want to move to AppConfig. Do we have any limit on how many configurations we can create?

HIMANSHU GOYAL
- 471
- 2
- 11
1
vote
1 answer
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…

Jimmy Chen
- 207
- 5
- 12
0
votes
0 answers
AWS AppConfig with AppConfig hosted configuration getting 403, Missing Authentication Token
Using the following endpoint, I'm not able to retrieve the JSON config I've deployed.
https://appconfig..amazonaws.com/applications//environments//configurations/
Is there something to do with an auth token? I'm…

David Min
- 1,246
- 8
- 27
0
votes
0 answers
Unable to tag AppConfig configuration resource
According to Actions, resources, and condition keys for AWS AppConfig, the configuration resource type has ARN format…

mxxk
- 9,514
- 5
- 38
- 46
0
votes
0 answers
AWS AppConfig for app critical config concerns about reliability
I'm considering using AWS AppConfig to push an IP white list to an ECS sidecar container.
The sidecar container must retrieve the IP white list from AppConfig on container startup. If it failed, the main web app would be inaccessible.
My concern is…

user307927
- 748
- 9
- 22
0
votes
0 answers
How to create AWS AppConfig across organization
Is possible to create an AWS AppConfig Deployment Strategy through all accounts of an AWS Organization easily with the same Id?
aws appconfig get-deployment-strategy --deployment-strategy-id 2lzu2vi
{
"Id": "2lzu2vi",
"Name":…

MFabricanti
- 3
- 1
0
votes
1 answer
How to setup AWS AppConfig feature flag hosted configuration version with properties
I am trying to setup a hosted configuration version in app config for a feature flag with some attributes (https://aws.amazon.com/blogs/mt/using-aws-appconfig-feature-flags/)
"AppConfigProfileId": {
"Type":…

Arunav Sanyal
- 1,708
- 1
- 16
- 36
0
votes
0 answers
How to retrieve all hosted AWS App configurations by environment?
I am using AWS APP Config.
I have 2 environments (DEV, PROD).
I couldn`t find how can I retrieve all hosted configuration by environment?
I am using C# and AWSSDK.AppConfig 3.7.102.32
I tried
var listConfiguration = await…
0
votes
1 answer
Issue restraining access to a single environment on AppConfig using IAM Policy
For a while now I'm trying to restrict write access to a specific environment under AppConfig but it doesn't seem to work. I get access denied on "dev" environment. I have checked with the reference for appconfig…

jjghali
- 3
- 2
0
votes
1 answer
is it possible to use Cloudfront with AWS AppConfig?
we have a use-case where we have a configuration file present in AppConfig hosted configuration store and we want use cloudfront to serve that, is it possible?
I tried researching about it a little but couldn't find the possible way of integrating…
0
votes
1 answer
AWS AppConfig Amazon EventBridge extension
Ref - https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions-about-predefined-notification-eventbridge.html
Based on the above documentation, by enabling EventBrdige extension for AWS AppConfig, we can get…