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
105 results
I'm trying to use AWS Systems Manager Patch Manager with a maintenance window to patch my EC2 instances. I want to target instances by patch group, so I'm passing the patch group info as a parameter t...
1
answers
0
votes
54
views

AWS OFFICIALUpdated 2 months ago
I have an ECS Fargate task in a public subnet that needs to load a TLS certificate from SSM Parameter Store (SecureString) at container startup via Python/boto3.
Setup:
Launch type: Fargate, public ...
3
answers
1
votes
70
views
asked 2 months ago
Erasmo Fabio AcraniEXPERT
published 5 months ago1 votes395 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
125
views
asked 5 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
238
views
asked 9 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
168
views
asked 10 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
214
views
asked a year 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
125
views
asked a year 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
494
views
asked a year 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
638
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
444
views
asked a year ago