AWS Usage
How to make an instance
- basically follow https://aws.amazon.com/getting-started/hands-on/get-started-dlami/?nc1=h_ls
- select instance (e.g., p3.8xlarge or p3.16xlarge)
- change the storage size to as we want (e.g., 1 or a couple of TB)
- save the pem files
How to give an access to the other people?
- send the pem file to them
- ask them to login with the following command ```bash chmod 0400 xxx.pem ssh -i xxx.pem ubuntu@yyy
e.g. chmod 0400 aws_aswin1.pem ssh -i aws_aswin1.pem ubuntu@18.191.179.225 ```
How to install espnet and setup the environments?
- follow https://espnet.github.io/espnet/installation.html and installed required libraries.
- default installation seems to work
- I recommend you to download the data and setting up environments in advance. It takes a couple of hours (or more). We could put the corpora on ~/corpora and make a working directory in ~/
/work