As part of our GISS – Global Information Security System practices, we'd like to remind all engineers to regularly rotate their AWS access keys.
Keeping your credentials up to date is a simple but critical step in protecting our infrastructure and reducing security risks.
Log in to your AWS account.
Click your username in the top-right corner and select Security Credentials.
Under 'Access keys', find the outdated key, click Actions, and choose Deactivate.
Click Actions again, choose Delete, confirm the Access Key ID, and delete the key.
Click on the "Create Access Key" button. Generate a new access key pair, select the Command Line Interface (CLI) option, and confirm the changes by checking the box and click the Next and Create access key
Update your configurations to use the new keys.
If you access AWS resources using the AWS CLI, you will need to update the ~/.aws/credentials file.
If you use Cyberduck, locate any S3 bookmarks, right-click and "Edit Bookmark". Update the "Access Key ID" and "Secret Access Key" fields with your new keys.
For any other applications, refer to the application documentation.