You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@ that is needed.
39
39
|[autoscale-perf.tf][edap]| Performance-based auto scaling | Yes |
40
40
|[autoscale-time.tf][edat]| Time-based auto scaling | Yes |
41
41
|[logs-logzio.tf][edll]| Ship container logs to logz.io | Yes |
42
-
|[secretsmanager.tf][edsm]| Add a base secret to Secretsmanager | Yes |
42
+
|[secretsmanager.tf][edsm]| Add a Secrets Manager secret with a CMK KMS key. Also gives app role and ECS task definition role access to read secrets from Secrets Manager | Yes |
43
+
|[ssm-parameters.tf][ssm]| Add a CMK KMS key for use with SSM Parameter Store. Also gives ECS task definition role access to read secrets from parameter store. | Yes |
43
44
|[ecs-event-stream.tf][ees]| Add an ECS event log dashboard | Yes |
Copy file name to clipboardExpand all lines: env/dev/README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ The optional components can be removed by simply deleting the `.tf` file.
20
20
|[autoscale-perf.tf][edap]| Performance-based auto scaling | Yes |
21
21
|[autoscale-time.tf][edat]| Time-based auto scaling | Yes |
22
22
|[logs-logzio.tf][edll]| Ship container logs to logz.io | Yes |
23
-
|[secretsmanager.tf][edsm]| Add a base secret to Secretsmanager | Yes |
23
+
|[secretsmanager.tf][edsm]| Add a Secrets Manager secret with a CMK KMS key. Also gives app role and ECS task definition role access to read secrets from Secrets Manager | Yes |
24
+
|[ssm-parameters.tf][ssm]| Add a CMK KMS key for use with SSM Parameter Store. Also gives ECS task definition role access to read secrets from parameter store. | Yes |
0 commit comments