From e7b75f5b5c8f8ddbd879f9394e720ce1d3e21263 Mon Sep 17 00:00:00 2001 From: Shivansh Agrawal Date: Fri, 26 May 2023 12:39:40 +0530 Subject: [PATCH] add aws setup faqs --- getting-started/aws-deploy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/getting-started/aws-deploy.md b/getting-started/aws-deploy.md index ccbf096..a0c13f8 100644 --- a/getting-started/aws-deploy.md +++ b/getting-started/aws-deploy.md @@ -54,3 +54,7 @@ Note: Akto can't track anything that you do in AWS.
3\. `Signup` and start using Akto. + +#### NOTES +1. Make sure the VPC where akto is being deployed has a NAT Gateway because it is deployed in a private subnet and downloads docker images from the internet. +2. Make sure the VPC where akto is being deployed is the same VPC where your target application is deployed. To make a multi-VPC setup refer [here](https://docs.akto.io/getting-started/aws-multi-vpc-deploy). \ No newline at end of file