By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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 up to 5 tags to filter
Sort by most recent
88 results
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
26
views
AWS
asked 5 days 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
26
views
asked 10 days 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
22
views
asked a month 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
92
views
asked 3 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
67
views
asked 3 months ago
Hi, I would like to create an SSM parameter with a dummy value in one stack and update it with Lambda function name, after the lambda is created in a different stack. I have tried using ssm.putParam...
1
answers
0
votes
206
views
asked 5 months ago
Hi there, Currently, I am storing application configs(e.g. DB username) on the EC2 instance. I would like to stop anyone with access to the EC2 instance from being able to access these configs. But t...
2
answers
0
votes
346
views
asked 5 months ago
According to the CloudFormation Parameters documentation, SSM parameters are meant to be displayed on the Parameters tab on the CloudFormation stack console: https://docs.aws.amazon.com/AWSCloudFormat...
2
answers
0
votes
324
views
asked 6 months ago
This blog post "https://aws.amazon.com/blogs/apn/how-helecloud-used-aws-secrets-manager-to-automate-credentials-rotation-of-ms-sql-on-amazon-ec2/" describes a solution for automating credential rotati...
1
answers
0
votes
453
views
asked 6 months ago
How do you create a architecture which involves components EC2, lambda, S3, parameter store, KMS, Scheduler in AWS. This architecture bascically need to be same across all accounts in the organizatio...
1
answers
0
votes
323
views
asked 6 months ago
We have a shell script that runs on the first launch of an instance. It has a command that pulls a CloudWatch agent config file from SSM parameter store that collects and sends system/app logs and mem...
1
answers
0
votes
270
views
asked 6 months ago
Currently creating an EC2 Image Builder Image Pipeline generated via a codepipeline which is written using AWS CDK Typescript. * Setting the ParentImage for the Image Recipe by retrieving a SSM public...
1
answers
0
votes
1.1K
views
asked 7 months ago