I Stopped Using AWS Access Keys in GitHub Actions Here’s the Secure Way Instead.
One of the most common ways developers deploy to AWS looks like this:
Create an IAM User.
Generate an Access Key and Secret Key.
Store them in GitHub Secrets.
Hope they never leak.
This approach has a