Terraform state file migration to another aws account

Hi,

I have infrastructure in Azure created by running terraform in AWS. State file in stored in S3 in AWS. Now and need to migrated state file to another AWS account and keep existing infra in Azure as is.
Basically, I want to run terraform code in new AWS account , where I would just fetch existing infra and store it in new state file.

What I should do to fetch existing infra in new state file?

Thank you!

BR,
Miroslav