1.4 Install AWS command line software for accessing S3 bucket via command line interface
Install AWS Command Line Interface
Set up the configuration file
$ aws configureAWS Access Key ID: access_key_ID ### input user's key ID here (the key generated in section 1.2) AWS Secret Access Key: secret_access_key ### input user's access key (the key generated in section 1.2)Default region name: us-east-1 ### input the closet geographical location herePrevious1.3 Setup a S3 bucket (simple storage solution for AWS) for hosting sequencing dataNext1.5 Install StarCluster for AWS instance provisioning (optional)
Last updated