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
+2-2
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ For a full list of configuration options see our [Helm readme](https://github.co
188
188
189
189
### Infrastructure Setup
190
190
191
-
The termination handler deployment requires some infrastructure to be set up before deploying the application. In a multi-cluster environment, you will need to repeat the following setup steps for each cluster.
191
+
The termination handler requires some infrastructure prepared before deploying the application. In a multi-cluster environment, you will need to repeat the following steps for each cluster.
192
192
193
193
You'll need the following AWS infrastructure components:
194
194
@@ -243,7 +243,7 @@ There are some caveats when using [server side encryption with SQS](https://docs
243
243
* using [SSE-KMS](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sse-existing-queue.html) with an [AWS managed key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-mgmt) is not supported as the KMS key policy can't be updated to allow EventBridge to publish events to SQS.
244
244
* using [SSE-SQS](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sqs-sse-queue.html) doesn't require extra setup and works out of the box as SQS queues without encryption at rest.
245
245
246
-
#### 2. Set up a Termination Lifecycle Hook on an ASG:
246
+
#### 2. Create an ASG Termination Lifecycle Hook:
247
247
248
248
Here is the AWS CLI command to create a termination lifecycle hook on an existing ASG when using EventBridge, although this should really be configured via your favorite infrastructure-as-code tool like CloudFormation or Terraform:
0 commit comments