Day 23: Data Migration Between S3 Buckets Using AWS CLI: S3 Migration Lab: Source bucket nautilus-s3-RAN does not exist (NoSuchBucket)

Problem Details:

Task:Migrate data from nautilus-s3-RAN to nautilus-sync-ran.
Error:An error occurred (NoSuchBucket) when calling the ListObjectsV2 operation`.
Troubleshooting performed:

  1. Verified AWS credentials and region (us-east-1). 2. Ran aws s3 ls which returned an empty list (account does not own any pre-existing buckets). 3. Attempted aws s3 sync with both nautilus-s3-RAN and nautilus-s3-ran to rule out case-sensitivity issues; both returned NoSuchBucket. 4. Tried aws s3api list-buckets to find any similar source buckets, but none were found.

Since the source bucket is missing, the data migration and subsequent verification steps cannot be completed accurately. Could you please check if there is an issue with the lab provisioning?

Hi @sagar.saitwal

I verified the lab, and indeed the source S3 buck in missing in the lab env. I’ve reported the team to look into this. I’ll update you once this is fixed.