-
In ECS and the task definition I use secrets stored in parameter store like:
```
"secrets":[
{
"valueFrom":"arn:aws:ssm:us-west-1:XXXXXXXXXXX:parameter/WEB_APP/DB_PASSWORD",
…
-
### Describe the feature
When issuing `cdk diff`, it should indicate whether **Stack Termination Protection** has been enabled or disabled for a stack.
### Use Case
Currently, when you are changing…
-
### Describe the bug
I'm defining an alarm as follows:
```typescript
let latencyImpactAlarm: Alarm = new Alarm(
this,
val + "LatencyImpact",
{
alarmName: val…
-
SSM Allows the creation of SecureString's which are variables protected by a KMS string which allows you to store sensitive information in a secure manner.[1]
This is the preferred method of stor…
-
### Describe the bug
When CDK creates CloudFormation Stack Parameter from SSM Parameter, and the SSM Parameter name is changed, there is no or no easy way to get the change deployed.
### Expected Be…
-
Based on https://github.com/domain-protect/domain-protect/pull/199
We should move the management and configuration of secrets used by the Lambdas to call third-party servies outside of the Terrafor…
-
Hi team,
# Describe the bug
I'm trying to implement Runner fleeting from the exemple https://github.com/cattle-ops/terraform-aws-gitlab-runner/tree/main/examples/runner-fleeting-plugin. But aft…
-
```
resource "jumpcloud_application" "create_applications" {
name = TEST
display_label = TEST
idp_entity_id = TEST
sp_entity_id = TEST
acs_url = TEST
sso_url = TEST
idp_certifica…
-
### Describe the bug
I'm using CDK migrate to create a CDK app for my already deployed CloudFormation Stack.
The CFN template contains an AWS::Logs::LogGroup with the following property:
```
K…
-
### Resource Name
_No response_
### Details
In my organisation we commonly produce stacks containing resources that are designed to be accessed by any account in our AWS organisation. Currently we …