Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle or document workaround for issue with AWS CLI while on an enterprise network #16

Open
douglasnaphas opened this issue Sep 5, 2024 · 0 comments

Comments

@douglasnaphas
Copy link
Owner

I have various issues with using the AWS CLI while on an enterprise network. One is that WSL doesn't have the TLS certs added for Windows. Another is that the time gets out of sync.

For the time sync issue, at one point we added this:
image

That is, we did

sudo crontab -e

and added

*/45 * * * * hwclock -s

to crontab to periodically reset/restart some clock.

At least for the clock fix, I would like to make it so that if I set up a new work computer, I can ensure that gets done again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant