Responding to a Compromised AWS Access Key
You wake up to this email from AWS: Irregular Activity Detected for Your AWS Access Key As part of...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3948275) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mario Posted on Jun 14 • Originally published at blog.leastprivilege.cloud Responding to a Compromised AWS Access Key #aws #cloudsecurity #incidentresponse #securityoperations You wake up to this email from AWS: Irregular Activity Detected for Your AWS Access Key As part of our standard monitoring of AWS systems, we observed anomalous activity in your AWS account that indicated your AWS access key(s), along with the corresponding secret key, may have been inappropriately accessed by…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).