1.4 Install AWS command line software for accessing S3 bucket via command line interface
Install AWS Command Line Interface
AWS command line interface (CLI) allow users to download or upload files to your S3 bucket in batch mode. Instructions on how to install the AWS CLI is shown below, note that this is different for different operating systems.
Users can verify if the AWS CLI has been installed properly by runningaws --version
.
Set up the configuration file
After the software has been installed, users need to create the configuration file using the template below:
Type aws configure:
Users can verify the contents of the aws configure file by typing "aws configure list".
Previous1.3 Setup a S3 bucket (simple storage solution for AWS) for hosting sequencing dataNext1.5 Install StarCluster for AWS instance provisioning (optional)
Last updated