How To Optimize AWS Cloud Costs?

https://open.spotify.com/episode/1JwbcMFX9MAcu315z2CYe2 Category: AWS Well-Architected Framework Cloud providers like AWS have already made lives easy by taking all your infrastructure-related worries away. This comes at a cost, but it is still very cost-efficient. Moreover, talking about costs - just doesn't stop here. As they say, there is always scope for improvement. In this post, we take … Continue reading How To Optimize AWS Cloud Costs?

AWS RDS

Category: Database There is a reason why database software exists, and why normal flat file storage is not used to store data that is generally stored in a database. The main reason being the time required to read and write data. Databases provide high read-write performance capabilities as compared to file operations. They are broadly … Continue reading AWS RDS

AWS S3

Category: Storage Amazon provides object storage service in the form of S3 - Simple Storage Service. This service is used to store data in the form of objects or files. It is very easy to use S3, but at the same time looking at the number of configuration options provided by Amazon it can get … Continue reading AWS S3