in Onboarding/AWS/GrantAccessToEksClusters.py [0:0]
def validate_output_file(output_file: str) -> bool: return output_file == "" or not os.path.exists(output_file) or os.access(output_file, os.W_OK)