White wash your IP address
-
Edit the inbound rules
- set the protocol type to SSH
- Source to My IP
-
Open PuTTY configuration
- Copy and paste the public IPv4 address
- Category: Connection -> SSH -> Auth -> Credentials
- Enter the Private key file (ppk)
- Click 'Open' to open Command Line Interface
-
Run the Linux commands in the CLI
- echo "sample message" > sample.txt
- cat sample.txt
- touch sample.txt
- aws
-
Modify the IAM role for the instance
- connect -> security -> modify IAM role
- select the IAM role
- update IAM role
-
Run the following commands in the CLI upload objects into the S3 bucket
- aws s3 ls
- aws s3 cp example.txt s3://your-bucket-name/
Terminate the Instance
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)