educative.io

Getting an error in the provided terminal?

Make sure all of the AWS environment variables are set. This means, in addition to AWS_ACCESS_KEY, AWS_SECRET_ACCESS_KEY and AWS_REGION, you must also set LANG and LC_ALL.

The system apparently supports only the C.UTF-8 locale, so set them accordingly:

LC_ALL=C.UTF-8
LANG=C.UTF-8

Hi @Craig_Earley
We are very glad to see your keen interest. It is great seeing that our users coming up with betterments and good suggestions. We’ll look into it and will update AWS environment variables accordingly, your feedback is much appreciated.

Thank you!

1 Like