Skip to content

Commit 509a9c5

Browse files
authored
Removes remaining references to deprecated proxy-based AWS visibility (#282)
1 parent 15a0536 commit 509a9c5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/features/aws-iam/tutorials/aws-visibility.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ kubectl apply -n otterize-tutorial-aws-visibility -f ${ABSOLUTE_URL}/code-exampl
124124
```
125125
</details>
126126

127-
In the Kubernetes `Deployment` manifest, you will notice the following label in the pod template: `network-mapper.otterize.com/aws-visibility`. This label instructs the network mapper to track AWS API calls for this pod, helping identify the resources and actions being utilized.
128-
129127
Once the pod is deployed, you can verify the logs to confirm it is successfully calling the Lambda functions:
130128

131129
```bash

static/code-examples/aws-visibility/all.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spec:
1212
metadata:
1313
labels:
1414
app: joketrainer
15-
network-mapper.otterize.com/aws-visibility: "true"
1615
spec:
1716
containers:
1817
- name: joketrainer

0 commit comments

Comments
 (0)