Upload Dataset to S3

Upload Dataset to S3

  1. At the Cloud9 interface, run the following 2 commands:
aws s3 mb s3://yourname-0000-datalake --region ap-southeast-1
aws s3 cp ./raw s3://yourname-0000-datalake/raw --recursive

Datalake

You can replace the sequence numbers in the S3 bucket name as desired to ensure the S3 bucket name is unique.

Congratulations, you have completed the preparation steps. In the next sections we will build your Datalake together.