-
### Describe what happened
There's something funny about creating an `aws.ecs.TaskDefinition` within an inline Pulumi program: when an exception occurs somewhere within the `containerDefinitions` inp…
-
**Is your feature request related to a problem? Please describe.**
Currently sensitive configuration data must be stored in AWS Secrets Manager secrets, however for some customers using SSM Parameter…
-
When deploying my RDS stack I have it put it's hostname into an SSM Parameter to be used by Lambda functions later. This doesn't seem to work when configuring `LOCALSTACK_HOSTNAME`, `HOSTNAME` and `HO…
-
Hi, first of all thanks a lot for the solution,
I implemented the "deploy-prometheus" solution 2 times in the same AWS account (for 2 different ECS clusters).
And I have the following issue,
Eve…
-
### Feature Spec
Either change the existing implementation of `Secret` to use a SSM Parameter or alternative introduce a new Construct along the lines of `Config` (e.g. `Config.Parameter` / `Config.S…
-
### Describe the bug
We noticed that with versions 2.167.x we are not able to do a lookup on the VPC based on tags.
What we can see when deploying with -vv, is that the lookup is done using random…
-
### Describe the bug
I have a simple stack, that uses AwsCustomResource to query an IAM role and fetches AssumeRolePolicyDocument field from the response and proceeds to store that in SSM parameter…
-
Hi everyone,
I'm having a problem with my scripts, one of the uses the aws command to retrieve variables stored on SSM, something like this
`aws ssm get-parameters-by-path \
--path "/keys" \
…
-
## Scope
- See this file: https://github.com/leapdao/exit-market-maker/blob/master/package.json#L11
- Configuration is done by formatting a JSON object such that it gets passed as an environment v…
-
### Motivation
I had to code a SecretProviderClass in order to use the AWS Parameter Store. So It would be nice to have a render that simplifies that task.
### Content
**SecretProviderClass**…