Transfer Data to Existing S3 Bucket S3 bucket: Copy the file /tmp/datacenter.txt to s3 bucket datacenter-cp-14904

The instructions mention copying from /tmp/, but they don’t specify the source location for moving this file to the specified bucket. Could you please clarify from where exactly I should copy this file to perform the task?

AWS: sys-admin: Task 26

I’m not in the task, but from the information you have provided it is telling you exactly what to copy, and that is the file /tmp/datacenter.txt

So it’s going to be something like

aws s3 cp /tmp/datacenter.txt s3://datacenter-cp-14904/datacenter.txt

Dear Alistair,
I run into the same issue:
image
Where is the location of the target-source *.txt file should be?

The file is not on the cloudshell terminal, it is on the lab terminal, as will be the case for any local resource in these questions. This includes the showcreds command mentioned in questions.

Click there to open the lab terminal

Et voila

image

2 Likes

Thank you so much! It worked
I’ve missed that there is a terminal besides the cloud :slight_smile: