Rotating AWS credentials is important for SOC 2 (and enforced by Vanta and similar tools).
You can run the ./rotate_aws_credentials.sh manually, or call it automatically from your dev environment boot-up script like this:
# Rotate AWS credentials if needed
"$(dirname "$0")/rotate_aws_credentials.sh" --min-age 60
Example script output: