Skip to content

Commit

Permalink
Merge branch 'EC-543' into 'master'
Browse files Browse the repository at this point in the history
Resolve EC-543

See merge request automation-sdk/f5-cloud-failover!420
  • Loading branch information
mikeshimkus committed Sep 4, 2024
2 parents d2fca16 + 456829c commit abdfb65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/userguide/aws-same-az.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ In order to successfully implement CFE in AWS, you need an AWS Identity and Acce
ec2:DescribeInstanceStatus \* Current Account/Region All To get status of BIG-IP instances in the current account/region.
ec2:DescribeNetworkInterfaceAttribute \* Current Account/Region All To get attributes of BIG-IP network interfaces in the current account/region.
ec2:DescribeNetworkInterfaces \* Current Account/Region All To get information about BIG-IP network interfaces in the current account/region.
ec2:ReplaceRoute Route Table ID Optional failoverRoutes To replace an existing route within a route table.
ec2:DescribeRouteTables \* Current Account/Region failoverRoutes To get information about route tables in the current account/region.
ec2:DescribeSubnets \* Current Account/Region All To get information about subnets in the current account/region.
ec2:DisassociateAddress Elastic IP ID Tag (Optional) failoverAddresses To disassociate Elastic IP address from instance or network interface of standby BIG-IP instance.
Expand Down
6 changes: 3 additions & 3 deletions docs/userguide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ You can compare the checksum produced by that command against the **.sha256** fi
.. _upload-install:

Upload and install the Cloud Failover Extension file on each BIG-IP
Upload and install the Cloud Failover Extension (CFE) file
-------------------------------------------------------------------
After you download the RPM, you must upload and then install it on each BIG-IP system. You can use the BIG-IP Configuration utility or cURL (alternatively, you can use SCP to upload the file to **/var/config/rest/downloads**, but you will still have to use the cURL command to install the package). Use only one of the following procedures.

After you download the RPM, with CFE version 1.15.0 or earlier you must upload and then install RPM on each BIG-IP system. However, with the CFE version 2.0.0 or later, uploading and installing the RPM on one BIG-IP system results in auto file transfer and CFE installation in rest of the BIG-IP systems that are part of same device group. You can use the BIG-IP Configuration utility or cURL (alternatively, you can use SCP to upload the file to **/var/config/rest/downloads**, but you will still have to use the cURL command to install the package). Use only one of the following procedures.
.. sidebar:: :fonticon:`fa fa-info-circle fa-lg` Version Notice:

Cloud Failover Extension supports BIG-IP version 14.1.X and later.
Expand Down

0 comments on commit abdfb65

Please sign in to comment.