Category Archives: Software

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

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

Not able to play audio in Java

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

GCP vs AWS

I will cut the chase by saying GCP is better. Here’s why I think so: In terms of pricing and customer service I think both are similar (in fact GCP seems just a bit cheaper) so my review is based … Continue reading

Posted in Computers, programming, Software | 2 Comments