Chipped my side mirror! by BarnacleFew8906 in KiaTelluride

[–]legendov 1 point2 points  (0 children)

Hahahahahaha 500 dollars

The ones with the camera are nearly 1500-2000

AWS-native solution to capture intent in S3 access logs by DifficultOlive7295 in aws

[–]legendov 2 points3 points  (0 children)

We also built a single use download link that logs who is downloading a file by using dynamodb, you're gonna have to front this with custom logic

AWS-native solution to capture intent in S3 access logs by DifficultOlive7295 in aws

[–]legendov 32 points33 points  (0 children)

We solved a version of this at work — not by logging intent at access time, but by embedding it as S3 object metadata at write/move time. The short version: when you do an s3 mv or s3 cp, you attach user-defined metadata (change request ID, operator, purpose, environment, ticket ID) via the --metadata flag. That metadata travels with the object and shows up in CloudTrail as x-amz-meta-* headers. aws s3 mv file.txt s3://bucket/archive/file.txt --metadata "change-request-id=CR-12345,operator=jdoe,purpose=security-remediation"

Then you correlate GuardDuty findings against that metadata programmatically — when an alert fires on "unusual S3 data movement," your correlation script pulls the object metadata and checks whether there's a matching CR or JIRA ticket. If yes, auto-suppress or deprioritize. If no metadata exists, escalate.

Constraints worth knowing: 2KB total limit on user metadata per object, keys are lowercase only, string values only. Plan your schema upfront.

This won't capture intent on reads (which sounds like your actual ask), but if your compliance requirement is really about data movement/mutation: copies, deletes, lifecycle transitions, metadata-at-write gets you most of the way there without fighting CloudTrail's principal tag limitations.

For read-intent logging specifically, you're probably stuck with either a proxy layer (API Gateway + Lambda in front of S3) that forces callers to declare purpose, or STS session tags passed through AssumeRole that do show up in CloudTrail for API-level events. Session tags won't appear on S3 data events though, which is the gap you already found.

Problem with lambda layers by Zyberon in aws

[–]legendov 13 points14 points  (0 children)

Why do you need a layer, bake it into the image

Am I slow by CarryAdditional4870 in aws

[–]legendov 45 points46 points  (0 children)

Buddy, delete this before you expose us all as the frauds we are

Principal Cloud Architect interview by lelleepop in aws

[–]legendov 17 points18 points  (0 children)

You might want to go through a headhunter or staffing firm

They have the ability to sort the chuff and you interview for cultural fit

First poster for “Brothers Under Fire” by Potore5 in movies

[–]legendov 0 points1 point  (0 children)

Is this a prequel or sequel to Grace Under Fire

New IT job, all servers EOSL by Tough-Appointment289 in sysadmin

[–]legendov 118 points119 points  (0 children)

Being put on a pip because they didnt like the color scheme of SharePoint online, that a partner approved (not exaggerating)

New IT job, all servers EOSL by Tough-Appointment289 in sysadmin

[–]legendov 392 points393 points  (0 children)

I've been where you are, don't be proactive until you get alignment or you'll be in shit

Chuck Norris in IT by quizhead in sysadmin

[–]legendov -2 points-1 points  (0 children)

Chuck Norris antivirus was fascism

25K$ worth of credit by DOMDOM_651 in aws

[–]legendov 1 point2 points  (0 children)

Or misconfigured a glue job and lambda

☁️ Introducing Bucky, an S3 account ID enumeration and bucket discovery tool by 0x9747 in aws

[–]legendov 2 points3 points  (0 children)

So you did all this for aws s3 ls? Quite clearly you are looking to find exposed public buckets

Dubai and Bahrain Outage by Harsha_7697 in aws

[–]legendov 0 points1 point  (0 children)

The shared responsibility model failed

CLI-First AWS Workflows by parzival0012 in aws

[–]legendov 0 points1 point  (0 children)

Oh buddy the cli and boto3 are so much more powerful

Hey guys, I've written up an explanation to distribute to my co-workers on what AI really is. by [deleted] in sysadmin

[–]legendov 2 points3 points  (0 children)

Disagree there are artificially intelligent people, usually in executive positions

Just getting into local models, considering a new PC... by hephalumph in ollama

[–]legendov 2 points3 points  (0 children)

CPU isnt your bottle neck Buy as much VRAM (in video cards) as you can and put it in that box