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: src/content/docs/aws/services/shield.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
2
2
title: "Shield"
3
-
linkTitle: "Shield"
4
3
description: Get started with Shield on LocalStack
5
4
tags: ["Ultimate"]
6
5
---
@@ -12,7 +11,7 @@ Shield provides always-on detection and inline mitigations that minimize applica
12
11
Shield detection and mitigation is designed to protect against threats, including ones that are not known to the service at the time of detection.
13
12
14
13
LocalStack allows you to use the Shield APIs in your local environment, and provides a simple way to mock and test the Shield service locally.
15
-
The supported APIs are available on our [API coverage page]({{< ref "coverage_shield" >}}), which provides information on the extent of Shield's integration with LocalStack.
14
+
The supported APIs are available on our [API coverage page](), which provides information on the extent of Shield's integration with LocalStack.
16
15
17
16
## Getting Started
18
17
@@ -26,11 +25,11 @@ We will demonstrate how to create a Shield protection, list all protections, and
26
25
To create a Shield protection, use the [`CreateProtection`](https://docs.aws.amazon.com/cli/latest/reference/shield/create-protection.html) API.
27
26
The following command creates a Shield protection for a resource:
0 commit comments