Fortinet black logo

Before deploying the FortiADC-VM

5.4.1
Copy Link
Copy Doc ID bff5dd85-753a-11ea-9384-00505692583a:78385
Download PDF

Before deploying the FortiADC-VM

1. Create VPC and specify the IPv4 address range for your VPC

2. Create Subnet and specify your subnet's IP address block

3. Create internet gateway, and attach it to VPC

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

5. Create security group, configure "Inbound Rules" and "Outbound Rules"

6. Create IAM policy

When switching to HA, it executes AWS API for migration of floating IP and reflection of public IP address.

An example of AWS permissions policy:

{

"Version": "2012-10-17",

"Statement": [

{

"Effect": "Allow",

"Action": [

"elasticbeanstalk:*",

"ec2:*",

"elasticloadbalancing:*",

"sns:*",

"sqs:*",

"rds:*",

"iam:*"

],

"Resource": "*"

}

]

}

7. Create role and attach permissions policies

Before deploying the FortiADC-VM

1. Create VPC and specify the IPv4 address range for your VPC

2. Create Subnet and specify your subnet's IP address block

3. Create internet gateway, and attach it to VPC

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

5. Create security group, configure "Inbound Rules" and "Outbound Rules"

6. Create IAM policy

When switching to HA, it executes AWS API for migration of floating IP and reflection of public IP address.

An example of AWS permissions policy:

{

"Version": "2012-10-17",

"Statement": [

{

"Effect": "Allow",

"Action": [

"elasticbeanstalk:*",

"ec2:*",

"elasticloadbalancing:*",

"sns:*",

"sqs:*",

"rds:*",

"iam:*"

],

"Resource": "*"

}

]

}

7. Create role and attach permissions policies