Fortinet black logo

Before deploying the FortiProxy VM

Before deploying the FortiProxy VM

  1. Create a Virtual Private Cloud (VPC) and specify the IPv4 address range for your VPC.

  2. Create the subnet and specify your subnetʼs IP address block.

  3. Create an Internet gateway and attach it to your VPC.

  4. Create or use the default route table and configure the subnet associations according to the actual network.

  5. Create a security group and configure the inbound rules and outbound rules.

  6. Create the IAM policy.

    The following is an example of an AWS permissions policy:

    {
        "Version": "2012-10-17",
        "Statement": [
        {
            "Effect": "Allow",
            "Action": [
            "elasticbeanstalk:*",
            "ec2:*",
            "elasticloadbalancing:*",
            "sns:*",
            "sqs:*",
            "rds:*",
            "iam:*"
            ],
            "Resource": "*"
        }
        ]
    }
  7. Create a role and attach the permissions policies.

Before deploying the FortiProxy VM

  1. Create a Virtual Private Cloud (VPC) and specify the IPv4 address range for your VPC.

  2. Create the subnet and specify your subnetʼs IP address block.

  3. Create an Internet gateway and attach it to your VPC.

  4. Create or use the default route table and configure the subnet associations according to the actual network.

  5. Create a security group and configure the inbound rules and outbound rules.

  6. Create the IAM policy.

    The following is an example of an AWS permissions policy:

    {
        "Version": "2012-10-17",
        "Statement": [
        {
            "Effect": "Allow",
            "Action": [
            "elasticbeanstalk:*",
            "ec2:*",
            "elasticloadbalancing:*",
            "sns:*",
            "sqs:*",
            "rds:*",
            "iam:*"
            ],
            "Resource": "*"
        }
        ]
    }
  7. Create a role and attach the permissions policies.