AWS EC2 setup
Configure AWS EC2
Use this guide to connect one EC2 instance to VPS Dashboard with IAM credentials.
1. Create an IAM access key
- Open AWS IAM in the AWS Console.
- Create or choose a user for VPS Dashboard.
- Create an Access Key ID and Secret Access Key.
- Grant only the EC2 permissions you need.
ec2:DescribeInstances
ec2:StartInstances
ec2:StopInstances
ec2:RebootInstances
Optional disk and traffic details may need ec2:DescribeVolumes and cloudwatch:GetMetricStatistics.
2. Enter region and optional instance ID
Use the AWS region as the URL field. If you have multiple instances in one region, append the instance ID:
ap-northeast-2/i-0115bb60b24e5564c
3. Add it to VPS Dashboard
- Open VPS Dashboard settings.
- Select AWS EC2.
- Fill AWS Region, Access Key ID, and Secret Access Key.
- Click Test Connection.
- Save the server profile.
For safer usage, create a dedicated IAM user with minimal permissions instead of using an admin key.