Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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...
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 ...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...