@@ -125,7 +125,6 @@ def create_ssh_command(instance_id, instance_name, username, key_file, port, ssh
                     click.echo('[{0}]: {1}\t{2}\t{3}\t{4}\t{5}'.format(
                         idx, i.id, i.public_ip_address, i.state['Name'], tag_name, i.key_name))
                 selected_idx = click.prompt("Please enter a valid number", type=int, default=0)
-                # TODO: add validation for if selected_idx exceeds length of target_instances
                 if len(target_instances) - 1 < selected_idx or selected_idx < 0:
                     click.echo("selected number [{0}] is invalid".format(selected_idx), err=True)
                     sys.exit(2)