Run a PoS Node on AWS
This tutorial will help you set up a Conflux node on AWS.
Setting up an AWS Instance
In this section, you’ll configure and launch an AWS EC2 instance where your Conflux PoS staking pool will be hosted.
- Create an AWS account or log in your existing account.
- In AWS, go to Services > EC2 Management Console and launch a new EC2 instance.
- Click select on the Ubuntu Server 20.04 64-bit (x86) image. You can optionally use other Linux or Windows-based images, but we’ll stick to this one in this tutorial.
- Select the t2.large instance type and click Next: Configure Instance Details.
- Leave the default Configure Instance Details parameters and click Next: Add Storage.
- In Add Storage, set an image size of 1000 GiB and click Review and Launch. :::note
You can resize this later to 400 GiB, but this will greatly speed up the node setup process. ::: - Review the instance details and click Launch.
You have successfully created and launched an EC2 instance. Now let’s log in to it from our local machine.