First Post and AWS EC2 Usage
Published:
OK, so today will be the first day I post something here. During the struggle of few months, I’m finally able to get my AWS account and set up an EC2 with GPU, rather than using Cloud Lab, CARC, IMSC cluster provided by Info Lab, .etc. It’s a relief to use a bare machine running Database + GPU rather than in a Docker Container, which I always bumped into seg faults, GPU resource dry, and corrupted docker file systems.
To use EC2 instance, you need to go through all the EC2 instances with GPU support from here, and please click “Accelerated Computing” button and choose the optimal machine. Remeber to set your ACL and Security Group well. The default ACL settings can be used, but if you want to use SSH to connect to the instance, please add new rules to Security Group to allow the traffic of SSH(port 22) explicitly.
I have to say in the previous years it’s a bit harder to set up a new service especially you don’t get a corresponding experience in the field. But today with the aid of LLM it’s quite easy for you to do those intro-level things.