cd
to the directory where the .pem file was downloaded. For example, run this command, if it was saved to your Downloads directory: cd ~/Downloads
chmod 400 labsuser.pem
ssh -i <filename>.pem ec2-user@<public-ip>
yes
when prompted to allow a first connection to this remote SSH server. Because you are using a key pair for authentication, you will not be prompted for a password.java -jar <NAME_OF_YOUR_JAR_FILE>.jar
.java -jar <NAME_OF_YOUR_JAR_FILE>.jar > output.txt
. Posted May 3, 2024
An image recognition pipeline in AWS, using two parallel EC2 instances, S3, SQS, and Rekognition. - viralpatel5757/AWS-Image-Recognition-Pipeline
0
3