I'm curious about best practices for handling AWS secret keys and private keys. Specifically, how do you back them up securely and transfer them across different devices without compromising security?
1 Answer
If you’re using those keys for CLI or Terraform, I’d honestly recommend not using them at all. Instead, try switching to IAM ID Center because dealing with API keys for admin access can be really risky.
So, are root keys basically like a ticking time bomb? Should we be really cautious with them?