Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Cluster Server 7.3.1 Bundled Agents Reference Guide - Windows
- Introducing VCS bundled agents
- Storage agents
- Network agents
- FileShare agents
- Services and applications agents
- VCS infrastructure and support agents
- VCS hardware replication agent for NetApp
- Troubleshooting bundled agents
Prerequisites
Install the AWS CLI package.
Go to EC2 instance > Networking > Change Source/Dest. Check and disable Change Source/Dest. Check for overlay IP.
Create an IAM role with requisite permissions and attach the roles to the EC2 cluster instances.
Go to IAM > Create Policy > Role and create the role.
The following is a sample of the
policy.jsonfile:{ "Version": "2012-10-17", "Statement": [ { "Action": [ "ec2:AssignPrivateIpAddresses", "ec2:DescribeAddresses", "ec2:DisassosciateAddress", "ec2:AssosciateAddress", "ec2:UnassignPrivateIpAddresses", "ec2:AssignPrivateIpAddresses", "ec2:DescribeInstances", "ec2:DescribeNetworkInterfaces", "ec2:DescribeRouteTables", "ec2:CreateRoute", "ec2:DeleteRoute", "ec2:ReplaceRoute", ], "Effect": "Allow", "Resource": "*" } ] }Ensure that all outgoing traffic goes through network address translation (NAT) gateways. The agent uses AWS CLIs and requires access to the Amazon EC2 API endpoints.
Ensure that the subnets in which the EC2 exists are associated with the route table.