We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040e8ce commit b7773bcCopy full SHA for b7773bc
Security/Responding-to-Invalid-SSH-Logins/README.md
@@ -91,7 +91,7 @@ Metric filter: SSH/InvalidSSHLogin
91
Click **Create alarm**.
92
93
Name: `InvalidSSHLoginAlarm`
94
-Description: `Invalid login attempts >2 in 1 min for instance ` _\<append instance ID>_
+Description: `Invalid login attempts >2 in 1 min for instance <append instance ID>`
95
96
**Note: The description is critical, as the instance ID at the end is used by the Lambda function to stop the instance.**
97
@@ -124,4 +124,4 @@ Observe that the CloudWatch alarm is set.
124
125
Observe that the CloudWatch Log for the Lambda function ran.
126
127
-Observe that the EC2 instance is stopped.
+Observe that the EC2 instance is stopped.
0 commit comments