Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
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
102 results
Erasmo Fabio AcraniEXPERT
published 2 months ago1 votes215 views
In this article, I’ll provide a sample architecture using a custom Lambda Identity Provider (IdP) integrated with AWS Systems Manager Parameter Store. Parameter Store is a capability that provides a c...
Hi everyone,
I’m designing a system in AWS where I need to manage around 10,000 users, each with a crypto wallet key pair (public + private key) that must be stored securely.
What would be the best ...
2
answers
0
votes
74
views
asked 2 months ago
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
177
views
asked 6 months 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
134
views
asked 7 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
166
views
asked 8 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
104
views
asked 9 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
375
views
asked 9 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
541
views
asked a year 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
390
views
asked a year 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
429
views
asked a year 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
324
views
asked a year 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
167
views
asked a year ago