You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Eric Hexter
erichexter
CTO.I code, 3d print, weld, make and drum, not necessarily in that order.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DynamoDB resources for recovering sql server developers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prompt to build an Azure cost+waste wiki: scaffold a private repo, pull inventory/cost/metrics, file GitHub issues for top waste, and generate human-readable reports. Read-only against Azure. Designed for Claude or similar LLM agents.
Prompt: build an Azure cost-and-waste wiki for our cloud footprint
You're going to set up a private GitHub repository that serves as a grep-optimized knowledge base of our Azure infrastructure, plus a human-readable reporting layer on top of it. The goal is to let me (or anyone with the repo) answer "what do we own, what does it cost, and where are we wasting money" without running ad-hoc az CLI queries each time.
Hard rules
READ-ONLY toward Azure. Never run az commands that mutate Azure state (delete, remove, purge, stop, deallocate, scale-down, tag-write, role-assign, etc.). Only list, show, query, and similar read APIs. If a finding suggests a mutation, write the recommendation into the repo and stop — a human will take the action.
Exclude personal subscriptions. When az account list runs, compare each subscription's tenantId against the company's tenant. Skip anything that isn't in our company's tenant. Confirm with me which tenant is "ours" before persisting anything.