Create and configure an instance
Deploy a Cisco Cyber Vision instance in AWS to monitor and manage your network.
Set up a new Cyber Vision instance. Use the recommended instance type, security settings, and storage configuration parameters.
Before you begin
-
Ensure you have access to your AWS account and valid credentials.
-
Prepare an SSH key pair to enable remote access.
Procedure
|
Step 1 |
Sign in to Amazon Web Services. Navigate to All services > EC2, and click Launch Instance. |
|
Step 2 |
Enter a name for the instance. |
|
Step 3 |
In AWS Marketplace, search for Cisco Cyber Vision BYOL and select the relevant image. |
|
Step 4 |
Select a supported instance type. Supported families include C5, M5, R5, T3, and Z1d. |
|
Step 5 |
Select an existing SSH key pair or create a new one if required. |
|
Step 6 |
Configure Network settings:
|
|
Step 7 |
Configure storage:
|
|
Step 8 |
In Advanced Details > User data, enter parameters according to your deployment type. See Annex – Setup Center json file for JSON parameters. |
|
Step 9 |
Review your settings, then launch the instance. |
After you launch the Cisco Cyber Vision instance, you can configure and manage it.
What to do next
Configure Center-specific parameters, monitor the instance status, and confirm that the network is connected.
Required ports and protocols
Use these tables and examples to configure your firewall and security groups. This helps ensure seamless communication between your system components.
Add these ports:
-
AMQP (TCP port 5671) is required for communication between sensors and centers.
-
Open NTP (UDP port 123) for time synchronization across all devices.
|
Protocol |
Port |
|---|---|
|
AMQP |
TCP port 5671 |
|
NTP |
UDP port 123 |
|
Syslog |
UDP port 514 or TCP port 514 |
|
SSH |
TCP port 22 |
|
Protocol |
Port |
|---|---|
|
HTTPS |
TCP port 443 |
|
SSH |
TCP port 22 |
|
NTP |
UDP port 123 |
|
Protocol |
Port |
|---|---|
|
AMQP |
TCP port 5671 |
|
Syslog |
UDP port 10514 |
Example security group rule configuration:
|
Type |
Protocol |
Port range |
Source type |
Description |
|---|---|---|---|---|
|
SSH |
TCP |
22 |
192.0.2.0/24 |
SSH |
|
HTTPS |
TCP |
443 |
192.0.2.0/24 |
HTTPS |
|
Custom TCP |
TCP |
5671 |
192.0.2.0/24 |
AMQP |
|
Custom UDP |
UDP |
123 |
192.0.2.0/24 |
NTP |
|
Custom TCP |
TCP |
514 |
192.0.2.0/24 |
Syslog for Global Center |
|
Custom UDP |
UDP |
514 |
192.0.2.0/24 |
Syslog for Global Center |
|
Custom UDP |
UDP |
10514 |
192.0.2.0/24 |
Syslog for sensor |








Feedback