From 9cc6b6c3a9ac319145d3b73ea400e4af3cd713ab Mon Sep 17 00:00:00 2001 From: Dan Roscigno Date: Sun, 30 Oct 2022 06:37:33 -0400 Subject: [PATCH] Update cloud-amazon-ec2.md (#14513) --- docs/cloud-amazon-ec2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/cloud-amazon-ec2.md b/docs/cloud-amazon-ec2.md index 5fccee8..25d0e93 100644 --- a/docs/cloud-amazon-ec2.md +++ b/docs/cloud-amazon-ec2.md @@ -18,7 +18,9 @@ Addtional configurations are documented in the [EC2 section of the deploy from a In the AWS console, find the policies menu: click Services > IAM > Policies. Click Create Policy. -Here, you have the policy editor. Switch to the JSON tab and copy-paste over the existing empty policy with [the minimum required AWS policy needed for Algo deployment](https://github.com/trailofbits/algo/blob/master/docs/deploy-from-ansible.md#minimum-required-iam-permissions-for-deployment). +Here, you have the policy editor. Switch to the JSON tab and copy-paste over the existing empty policy with [the minimum required AWS policy needed for Algo deployment](https://github.com/trailofbits/algo/blob/master/docs/deploy-from-ansible.md#minimum-required-iam-permissions-for-deployment). + +When prompted to name the policy, name it `AlgoVPN_Provisioning`. ![Creating a new permissions policy in the AWS console.](/docs/images/aws-ec2-new-policy.png)