aws s3 mb s3://yourname-0000-datalake --region ap-southeast-1
aws s3 cp ./raw s3://yourname-0000-datalake/raw --recursive
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.