This document provides steps to access an Amazon EC2 Linux instance as a new user rather than the default "ec2-user". It describes generating an SSH key pair using PuTTYgen, creating a new user on the instance, copying the public key to the user's authorized_keys file, and logging in via SSH using the private key.