aws-parameter-store Questions

3

Solved

I am using AWS Elastic beanstalk and want to configure different ENV var for different environment. The only way which I found was using ebextensions but ENVIRONMENT variables once set in ebextensi...
Dicks asked 7/8, 2019 at 5:29

3

Solved

I followed the instructions mentioned in an AWS developer forum post (now no longer available). Policy { "Version": "2012-10-17", "Statement": [ { "Sid":...
Gest asked 15/10, 2020 at 14:13

8

Solved

on my first aws account I have parameters specified in the following manner: /config/a => value1 /config/b => value2 /config/c/a => value31 /config/c/b => value32 I want to move thes...

1

Solved

I save all secret data into AWS Parameter Store, my app run with docker-compose and I try to evaluate aws ssm get-parameters just inside docker-compose.yaml: version: "3.7" services: db...

2

Solved

When should I use Parameter store for saving configuration vs AppConfig? For example, if I had to change the log level at run time, should that be stored in SSM or Appconfig? What are the pros and ...

4

Stuck with the usage of SecureString from AWS Parameter Store. I am trying to refer to the database password as: DatabasePassword: Type: AWS::SSM::Parameter::Value<SecureString> NoEcho: 't...
Outgeneral asked 4/7, 2019 at 15:43

1

Solved

I have AWS Lambda NET6 function and AWS PS parameters: RDS Connection string Swagger enabled Cognito Authority When I run it locally (LocalEntryPoint) and read parameters - it works fine. When run ...
Sore asked 13/8, 2023 at 12:21

7

Solved

Background: I'm using an AWS CodeBuild buildspec.yml to iterate through directories from a GitHub repo to apply IaC using Terraform. To access the credentials needed for the Terraform AWS provider,...

1

I have a Spring boot app which connects to PostgreSQL on AWS. I want to store database configuration like DB URL,Username and password on the AWS parameter store as secureStrings. I want to access...

2

Solved

I found the below limit AWS describes for Parameter Store. Default throughput: 40 (Shared by the following API actions: GetParameter, GetParameters, GetParametersByPath) Higher throughput: 100 (G...
Ramachandra asked 26/11, 2019 at 2:56

3

Solved

I recently was getting ready for the Security Speciality Exam, and I got the question to choose between using the Parameter Store to store a secret database connection URL which could hold password...
Danita asked 30/10, 2020 at 11:0

3

Solved

I've created a lambda and cloud formation template which grants a lambda access to the parameter store and secrets manager. When I test the lambda I have the following functions outside of the expo...
Projective asked 21/2, 2019 at 2:0

3

Solved

I am having problems using SSM valueForStringParameter method in CDK. It's working the first time I deploy the stack, but it is not picking up updates to the parameter value when I redeploy the sta...
Phiz asked 22/4, 2020 at 15:11

1

Solved

How to perform integration testing of a Spring Boot application reading properties from the AWS Parameter Store (dependency org.springframework.cloud:spring-cloud-starter-aws-parameter-store-config...

5

Solved

Alright, so I'm trying to programmatically store my Serverless generated API endpoint in parameter store for another project to ingest. Just for an example, I'm going to try to store google.com. ...
Sardella asked 31/10, 2018 at 22:49

3

Solved

I have a buildspec.yml file in my CodeBuild that I want to read values out of EC2 Systems Manager Parameter Store. CodeBuild supports doing this via the parameter-store attribute in your spec file....

3

Solved

I created spring boot(gradle) application, and included dependency: org.springframework.cloud:spring-cloud-starter-aws-parameter-store-config. I want to use AWSSimpleSystemsManagement to read con...

1

I seem to be stuck at developing a custom Key/Value pair provider for Amazon's System Manager Parameter Store (SSM) using NETFramework 4.7.1 that utilizes Microsoft.Configuration.ConfigurationBuild...
Hoye asked 24/9, 2019 at 16:51

1

Solved

So I've configured my lambda function's .yaml file like so: AWSTemplateFormatVersion: '2010-09-09' Transform: 'AWS::Serverless-2016-10-31' Description: An AWS Serverless Specification template des...

2

Solved

Below is the snippet of docker-compose file having passwords: test: build: ../../ dockerfile: docker/dev/Dockerfile volumes_from: - cache links: - db environment: DJANGO_SETTINGS_MODULE: t...

1

Solved

since August 2018 AWS CloudFormation supports AWS Systems Manager Secure String Parameters in CloudFormation Templates. I have been searching high and low but wasnt able to find a way to create a ...
Faruq asked 12/9, 2018 at 17:10
1

© 2022 - 2024 — McMap. All rights reserved.