AWS - EC2 Fundamentals
You run this command but get an error:
InvalidKeyPair.NotFound. What is the likely cause?aws ec2 run-instances --image-id ami-87654321 --count 1 --instance-type t3.small --key-name WrongKey --security-groups Default
