Questions tagged with Parameter Store

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

Hello, I am running the `put-parameter` as follows ``` aws ssm put-parameter --no-overwrite --region $REGION --cli-input-json $INPUT ``` with input looking like this: ``` { "Name": "/key", ...
1
answers
0
votes
181
views
pbocan
asked 4 months ago
Based on the new SSM Advanced Parameter Cross Account Sharing https://aws.amazon.com/about-aws/whats-new/2024/02/aws-systems-manager-parameter-store-cross-account-sharing/ and...
1
answers
0
votes
586
views
asked 4 months ago
Hi, I want to know whether the versions of a parameter in the AWS SSM Parameter Store count in the 10,000 limit of standard parameters or not? In other words, will it be possible to have 10,000...
1
answers
0
votes
240
views
asked 4 months ago
Hi, I am want to try to use Advanced parameter store sharing parameters. I added to RAM an org sharing, also created an advanced parameter. My lambda in the member account still can't access it?...
1
answers
0
votes
471
views
profile picture
asked 4 months ago
I am working to build CFT where I will pass IP addresses in the code (yaml) to build resolver rules. I have stored IPs in aws parameter store as comma separated strings as 10.10.0.200,10.10.0.201....
1
answers
0
votes
409
views
asked 4 months ago
I have a CloudFormation stack that uses [Dynamic References](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html) of an SSM Parameter. I was refactoring my stack,...
1
answers
0
votes
330
views
asked 5 months ago
I have some configuration file , format wise , it can be a python dictionary or a json object. can I store dictionary or a json object directly in the param store ?
2
answers
0
votes
426
views
asked 5 months ago
From what I've read this is because my Lambda is attached to my VPC for RDS access. I've followed several tutorials now and it's still timing out. - How are you supposed to troubleshoot these...
1
answers
0
votes
277
views
asked 5 months ago
I am editing RDS postgres parameters. This is a valid integer expression: {DBInstanceClassMemory/32768} but I get the UI error that it's not a supported integer expression, and can't save it. I must...
1
answers
1
votes
239
views
debug
asked 5 months ago
I have set up an AWS amplify app and imported my github project (a web app using Vue and Supabase as a database). To protect my supabase address and key I stored both values in secret environment...
1
answers
0
votes
605
views
Veritas
asked 6 months ago
Usecase : I am currently having some microservices deployed to ECS . Each of these services have some infrastructure (Queue, S3 etc) and application level (Timeout, Pagination etc) set set in the...
0
answers
0
votes
169
views
Thomas
asked 8 months ago
My VPC consists of ALB on public subnet, and Auto Scale Group of EC2 on private subnet, and a DB on private subnet too. I want to use code deploy and pipeline, and system manager for parameter store,...
1
answers
1
votes
534
views
asked 8 months ago