DEPRECATED Please refer to AWS Blockchain Node Runner for Solana
Usage pattern | Ideal configuration | Primary option on AWS | Data Transfer Estimates | Run on AWS |
---|---|---|---|---|
1/ Just validator | 32 vCPU, 256 GB RAM, Accounts volume: 1TB, 5K IOPS, 700 MB/s throughput, Data volume: 3TB, 10K IOPS, 700 MB/s throughput | r6a.8xlarge, Accounts volume: EBS gp3 1TB, 5K IOPS, 700 MB/s throughput, Data volume: EBS gp3 10K IOPS, 700 MB/s throughput | Proportional to the amount at stake. Between 200TB to 400TB/month | 1/ Manually create a new secret in AWS Secrets Manager to store a key pair for pre-funded account to pay for validator registration transaction. 2/ Click to deploy in us-east-2 (Ohio) [setup time: ~ 30 min.] |
2/ Light RPC node (no secondary indexes) | 32 vCPU, 256 GB RAM, Accounts volume: 1TB, 5K IOPS, 700 MB/s throughput, Data volume: 3TB, 12K IOPS, 700 MB/s throughput | r6a.8xlarge, Accounts volume: EBS gp3 1TB, 5K IOPS, 700 MB/s throughput Data volume: EBS gp3 12K IOPS, 700 MB/s throughput | 150-200TB/month (no staking) | Click to deploy in us-east-2 (Ohio) [setup time: ~ 30 min.] |
3/ Full RPC node (with all secondary indexes) | 64 vCPU, 1 TB RAM, Accounts volume: 1TB, 7K IOPS, 700 MB/s throughput, Data volume: 3TB, 16K IOPS, 700 MB/s throughput | x2idn.16xlarge, Accounts: instance storage (ethemeral NVMe voumes) 1.9 TB, Data volume: 3TB, 12K IOPS, 700 MB/s throughput | 150-200TB/month (no staking) | Click to deploy in us-east-2 (Ohio) [setup time: ~ 30 min.] |
- The web console of your AWS account, navigate to CloudFormation home page. Find the Cloudformation stack created, select it and click "Delete". This will delete all created resources, except secrets in the AWS Secrets Manager.
- Go to the AWS Secrets Manager and look at description to find a secret for the name of CloudFormation stack with deleted Node Identity. Optinally you can also remove other secrets with Solana Vote Account, Solana Withrdawal Account and Registration Tranasaction Funding account.