Skip to content

add aws setup notes #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: documentation
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions getting-started/aws-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ Note: Akto can't track anything that you do in AWS.
<figure><img src="../.gitbook/assets/Frame 4 (4).png" alt=""><figcaption></figcaption></figure>

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).