|
1 | 1 | #############################################################
|
2 |
| -# Example configuration for Starknet nodes runner app on AWS # |
| 2 | +# Example configuration for Sui Node Runner app on AWS # |
3 | 3 | #############################################################
|
4 |
| - |
5 | 4 | ## Set the AWS account is and region for your environment ##
|
6 |
| -AWS_ACCOUNT_ID="xxx" |
7 |
| -AWS_REGION="us-east-1" # Regions supported by Amazon Managed Blockchain Access Ethereum: https://docs.aws.amazon.com/general/latest/gr/managedblockchain.html#managedblockchain-access |
| 5 | +AWS_ACCOUNT_ID="" |
| 6 | +AWS_REGION="us-east-1" # your region of choice |
8 | 7 |
|
9 | 8 | ## Common configuration parameters #
|
10 |
| -AMB_ETHEREUM_NODE_NETWORK_ID="mainnet" # All options: "mainnet", "goerli" |
11 |
| -AMB_ETHEREUM_NODE_INSTANCE_TYPE="bc.m5.xlarge" # For available options see: https://aws.amazon.com/managed-blockchain/instance-types/ |
12 |
| -STARKNET_L1_ENDPOINT="none" # Websocket L1 endpoint, for example "wss://ethereum-rpc.publicnode.com" . Set to "none" or leave empty if using AMB_ETHEREUM_NODE. |
13 |
| -STARKNET_NETWORK_ID="mainnet" # All options: "mainnet", "sepolia", "sepolia-integration" |
14 |
| -STARKNET_NODE_VERSION="v0.11.7" # Current Juno node version |
15 |
| - |
16 |
| -STARKNET_SNAPSHOT_URL="none" # Download snapshot to speed up statup time. Copy the larest URL from the docuemntation: https://juno.nethermind.io/next/snapshots/#mainnet |
| 9 | +SUI_NETWORK_ID="testnet" # All options: "mainnet", "testnet" , "devnet" |
| 10 | +SUI_INSTANCE_TYPE="m6i.4xlarge" # Recommended for Instance Store: i3.2xlarge, x86_64 |
17 | 11 |
|
18 |
| -STARKNET_INSTANCE_TYPE="m6a.2xlarge" # Recommended for Instance Store: i3.2xlarge, x86_64 |
19 |
| -STARKNET_CPU_TYPE="x86_64" # All options: "x86_64", "ARM_64". IMPORTANT: Make sure the CPU type matches the instance type used |
20 | 12 | # Data volume configuration
|
21 |
| -STARKNET_DATA_VOL_TYPE="gp3" # Other options: "io1" | "io2" | "gp3" | "instance-store" . IMPORTANT: Use "instance-store" option only with instance types that support that feature, like popular for node im4gn, d3, i3en, and i4i instance families |
22 |
| -STARKNET_DATA_VOL_SIZE="600" # Current required data size to keep both smapshot archive and unarchived version of it |
23 |
| -STARKNET_DATA_VOL_IOPS="3000" # Max IOPS for EBS volumes (not applicable for "instance-store") |
24 |
| -STARKNET_DATA_VOL_THROUGHPUT="700" # Max throughput for EBS gp3 volumes (not applicable for "io1" | "io2" | "instance-store") |
| 13 | +SUI_DATA_VOL_TYPE="gp3" # Other options: "io1" | "io2" | "gp3" | "instance-store" . IMPORTANT: Use "instance-store" option only with instance types that support that feature, like popular for node im4gn, d3, i3en, and i4i instance families |
| 14 | +SUI_DATA_VOL_SIZE="4000" # Current required data size to keep both smapshot archive and unarchived version of it |
| 15 | +SUI_DATA_VOL_IOPS="3000" # Max IOPS for EBS volumes (not applicable for "instance-store") |
| 16 | +SUI_DATA_VOL_THROUGHPUT="700" # Max throughput for EBS gp3 volumes (not applicable for "io1" | "io2" | "instance-store") |
0 commit comments