Summary
This article details what N2W configuration settings are required and AWS settings to allow File Level Configuration (FLR) and what to check when issues arise.
Description
CPM Configuration
File-level recovery requires N2WS to recover volumes in the background and attach them to a temporary EC2 ‘worker’ launched for the operation,
The worker will be launched in the same account and region as the snapshots being explored, using a pre-defined worker configuration. the N2WS server use this configuration to know which VPC/subnet/SG to use for the temporary worker need to make sure that you have a worker configured for the account/region where you
are using FLR:
AWS Configuration
File Level Restore Worker needs to be able to connect to the N2WS Server over ports 22(SSH) and 443(HTTPS).
- You need to make sure that these ports are opened outbound in the AWS security group of the workers.
- You also need to make sure that these ports are opened inbound for the N2WS server
- If the worker does not have public IP, you need to make sure it has a way to reach the N2WS server (for example VPC peering)
CPM Configuration
File-level recovery requires N2WS to recover volumes in the background and attach them to a temporary EC2 ‘worker’ launched for the operation,
The worker will be launched in the same account and region as the snapshots being explored, using a pre-defined worker configuration. the N2WS server use this configuration to know which VPC/subnet/SG to use for the temporary worker
You need to make sure that you have a worker configured for the account/region where you are using FLR
Troubleshooting
ssh cpm_server_ip_address
Comments
0 comments
Please sign in to leave a comment.