Category Archives: Computers

The AWS Marketplace Race Condition Nobody Warns You About

Posted in Computers, programming, Software | Tagged | Leave a comment

AWS Marketplace Jumpstart Kit

Posted in Computers, programming, Software | Tagged | Leave a comment

Monitoring AWS Costs

To view your cost breakdown goto Billing and Cost Management -> Cost Explorer and under Group By select Usage Type Selecting Usage Type will provide you with more granular detail e.g., it will show what exactly in EC2 – Other … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment

Stay Off the Grid: Routing Internal Traffic via Route 53 Private Hosted Zones

Posted in Computers, programming, Software | Tagged , , , , | Leave a comment

Comparison of different ways to connect to EC2 instance

i am confused with so many access methods provided by aws – native ssh, ec2 instance connect, session manager and now serial console – that’s 4. why doesn’t it provide 1 recommended and best method to connect to ec2 instances? … Continue reading

Posted in Software, Computers, programming | Tagged , , , , | Leave a comment

Convert Word to Markdown

Posted in Computers, programming, Software | Tagged , , | Leave a comment

Steps to test AWS MP Integration

https://docs.aws.amazon.com/marketplace/latest/userguide/metering-for-usage.html What really distinguishes the 3 types of SaaS Products – subscription, contract, contract + consumption? A SaaS product on AWS MP has one or more pricing dimensions associated with it. A pricing dimension can be of two types – … Continue reading

Posted in Computers, Software | Tagged | Leave a comment

Useful Windows Commands

Get all the system info Get RAM details Get total expandable RAM Get SSD info Get OS info Get motherboard info Get CPU info Get BIOS Get networking info List installed software Tip: Do not install wmic. It is deprecated. … Continue reading

Posted in Computers, programming | Tagged | Leave a comment

10 Steps to secure your home network

I compiled most of this checklist thanks to ChatGPT. Log in to the router dashboard (typically 192.168.0.1) and from there verify: 1. No Virtual Servers Forwarding -> Virtual Servers 2. DMZ is disabled Forwarding -> DMZ 3. No Port Triggering … Continue reading

Posted in Computers | Leave a comment

Running Spring Boot application with springdoc-openapi behind NGINX

Suppose you want all requests prefixed with /api to be forwarded by NGINX to spring boot. There are 2 common options: So when a request like GET /api/foo is made when it reaches spring boot, spring boot sees a request … Continue reading

Posted in Computers, programming, Software | Tagged , | Leave a comment