Https://kodekloud.com/community/t/transfer-data-to-existing-s3-bucket-s3-bucket-copy-the-file-tmp-datacenter-txt-to-s3-bucket-datacenter-cp-14904/460753

Hii All, Iam stuck at task - 26 at level - 1.
Transfer Data to Existing S3 Bucket ?
how to solve this .
any one could you explain steps…

Hello,
It will help us if you explain what you have tried and what isn’t working.

thank you, Alistair_Kodekloud
i not finding ( /tmp/xfusion.txt ) this location.
how to find this path and copy data to S3 bucket

Where are you looking for this file? It will be on the lab terminal, not the cloudshell terminal.
If the lab terminal is not showing, open it by clicking here
image

I saw that file,
But, how this file copy to S3 bucket

You have to use the aws cli

aws s3 cp /tmp/datacenter.txt s3://<insert bucket name here>/datacenter.txt

thankyou
Alistair_kodekloud