diff --git a/docs/features/network-mapping-network-policies/tutorials/aws-eks-cni-mini.mdx b/docs/features/network-mapping-network-policies/tutorials/aws-eks-cni-mini.mdx index 07bad7f1f..00d96bb23 100644 --- a/docs/features/network-mapping-network-policies/tutorials/aws-eks-cni-mini.mdx +++ b/docs/features/network-mapping-network-policies/tutorials/aws-eks-cni-mini.mdx @@ -33,11 +33,11 @@ Run the following command to create your AWS cluster. [Don't have eksctl? Instal curl ${ABSOLUTE_URL}/code-examples/aws-eks-mini/cluster-config.yaml | eksctl create cluster -f - ```
- Inspect eks-cluster.yaml contents +Inspect eks-cluster.yaml contents - ```yaml - {@include: ../../../../static/code-examples/aws-eks-mini/cluster-config} - ``` +```yaml +{@include: ../../../../static/code-examples/aws-eks-mini/cluster-config.yaml} +```
Once your AWS EKS has finished deploying the control pane and node group, the next step is deploying Otterize as well as a couple of clients and a server to see how they are affected by network policies.