Create an EC2 Linux instance and use an SSH client toconnect.
Operating System: Amazon Linux
Instance Type: t2 (t2.micro)
Now that you are connected to your Linux instance, enter thefollowing command. Substituting the text ‘your name’ for your firstand last name.
for((i=1;i<=10;i+=2)); do echo “This is your name $i “;done
Run the command in your SSH client and submit a screenshot.
the name to enter is brian serein
Answer