I followed the steps given here but I am getting the following errors:
# ec2-authorize default -P udp -p 5060 -O, --aws-access-key AWS_ACCESS_KEY
Required option '-W, --aws-secret-key KEY' missing (-h for usage)
# ec2-authorize default -P udp -p 5060 -O, --aws-access-key AWS_ACCESS_KEY -W, --aws-secret-key AWS_SECRET_KEY
Client.AuthFailure: AWS was not able to validate the provided access credentials (Service: AmazonEC2; Status Code: 401; Error Code: AuthFailure; Request ID: 005cab49-0620-4740-971c-39804c55750f)
Similar question here has no answers too.