I am trying to download files from s3 to ec2 instance in Azure DevOps by using AWS CLI in Build Pipeline. I am able to get the download logs but the data is not downloaded on my ec2 instance.
Same command works while executing from EC2 instance. It doesn't give me any error from DevOps but I do not see the data moved to my instance.
Thanks for your help.