A third party created an EC2 instance on their own AWS account, and gave me the private SSH key to log in with.
I logged into the EC2 instance, removed .ssh/authorized_keys in the home dir, and replaced it with a file containing my personal SSH key (which the third party doesn't have).
I then scp'ed some sensitive data (intellectual property) onto the instance and left it in the home dir.
Is there any way that the third party can access this sensitive data? If so, how can I protect against this?
Thanks!