Complete a 3 Question Survey and Earn a re:Post Badge
Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with Parameter Store
Parameter Store, a capability of AWS Systems Manager, provides secure, hierarchical storage for configuration data management and secrets management.
Content language: English
Select tags to filter
Sort by most recent
95 results
Can I configure my Lambda function to retrieve values from Parameter Store only once initially, then cache those values and continue using the cached version unless the values are explicitly changed? ...
2
answers
0
votes
75
views
asked a month ago
I am currently working with an Oracle RDS instance and have encountered an issue related to the database character set. By default, my Oracle RDS instance is using the AL32UTF8 character set. However,...
3
answers
0
votes
87
views
asked 2 months ago
Hi everyone,
I’m running an ECS cluster on Fargate, and I’m trying to find the best way to manage application configuration.
My current setup:
Sensitive config (e.g. secrets, tokens): stored in SSM Pa...
1
answers
0
votes
59
views
asked 2 months ago
Is it possible to monitor, through Eventbridge, an update event of a public parameter store?
Like this:
{
"source": ["aws.ssm"],
"detail-type": ["Parameter Store Change"],
"detail": {
"na...
1
answers
0
votes
96
views
asked 3 months ago
I have an automation solution in my central account that helps users domain-join instances. This process requires using central account credentials. Currently, these credentials are stored in the cent...
1
answers
0
votes
44
views
asked 3 months ago
I'm fetching the Amplify environment variables from the parameter store to Amplify. It works fine when I have fewer than 10 variables, but with 30 environment variables, it doesn't work. Is there any ...
2
answers
0
votes
107
views
asked 5 months ago
Hi,
Our system we store few thousands keys in the Parameter store. When we want to read all of them, to make a backup for example, it takes forever to read by 10.
Usually we make 130-180 API calls.
I...
1
answers
0
votes
235
views
asked 5 months ago
Hi,
I am deploying an application on ECS Fargate and using the cloudformation as IaC. I have created a SSM parameter to store the image URI. SSM parameter is not a part of cloudformation template. I a...
2
answers
0
votes
472
views
asked 6 months ago
I have a set of scripts that call a government hierarchy API and the rate limit is 4000/hr. I have a separate script for each function:
1. OAuth token retrieval and store to SSM
2. Get token and call ...
2
answers
0
votes
117
views
asked 7 months ago
Is it possible to get the topic name when using JSON when setting the target endpoint for Kafka?
```
{
"rule-type": "object-mapping",
"rule-id": "3",
"rule-name": "MapToKafka2",
"rule-action": "m...
1
answers
0
votes
139
views
asked 7 months ago
Hi,
I'd like to use the AWS Parameters and Secrets Lambda Extension in my own extension, so that I can retrieve secrets and use them in my lambda execution code, so I tried to write my own extension ...
1
answers
0
votes
343
views
asked 9 months ago
I am trying to access the parameters store from an android terminal.
I am using the latest awssdk:
implementation platform('software.amazon.awssdk:bom:2.27.14')
implementation 'software.amazon...
2
answers
0
votes
106
views
asked 10 months ago