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
Filter content
Select tags to filter
Sort by
Sort by most recent
100 results
Hey all. We were deploying an ssm parameter using an AWS Custom Resource in the CDK. When triggering a new deploy, it got stuck trying to delete the old SSM parameter (see logs below).
ProdCoreStack |...
1
answers
0
votes
21
views
asked 10 days ago
After updating or adding environment value to ElasticBeanstalk that is of source **Parameter Store** the EB tries to update running servers despite having **Rolling update type** and **Deployment poli...
1
answers
0
votes
38
views
asked 2 months ago
I am running Windows Server 2022 on EC2 and trying to configure the CloudWatch Agent using the AmazonCloudWatch-ManageAgent SSM document. My goal is to store the configuration JSON in AWS Systems Mana...
1
answers
0
votes
63
views
asked 3 months ago
Im using App Runner to deploy a django application with RDS. I'm using github as a source so there's no containers used. I can use Parameter store to access the application locally using localhost but...
1
answers
0
votes
51
views
asked 4 months ago
I have a Lambda which connects to a ElastiCache Serveless. They are both in the same VPC as I believe this is necessary for them to connect. The lambda also needs to access other resources outside of ...
3
answers
0
votes
195
views
asked 4 months ago
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
286
views
asked 6 months 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
253
views
asked 6 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
251
views
asked 7 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
194
views
asked 8 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
73
views
asked 8 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
228
views
asked 10 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
394
views
asked 10 months ago