- Notes, cautions, and warnings
- Preface
- Getting Started
- Preparing for an Installation
- Deployment
- Configuration
You can use SSH to access the PowerProtect Data Manager virtual appliance on AWS.
PowerProtect Data Manager on AWS does not support password-based SSH access to the virtual appliance. Instead, use the private key from the key pair assigned to the instance when PowerProtect Data Manager was deployed.
For example:
ssh -i data_manager_key_pair.pem admin@ec2-111-222-333-444-compute-1.amazonaws.com
For more information, see the Amazon AWS document Connecting to your Linux instance using SSH.