AWS DynamoDB

Category: Database No-SQL databases are non-relational databases and they have a different approach to storing data. Having said that there are similarities and differences between SQL and No-SQL databases as well as they have their own set of pros and cons. In this post, we discuss DynamoDB which is a managed No-SQL database service by … Continue reading AWS DynamoDB

AWS Redshift

Category: Database Amazon Redshift is a cloud-based data warehousing solution provided by AWS. It is an OLAP type of database service that runs complex queries across a huge dataset. These services are normally used to create business intelligence reports and in decision-making. Organizations that have large amounts of transactional data can process this data to … Continue reading AWS Redshift

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 VPC

Category: Network AWS VPC (Virtual Private Cloud) provides a networking and security layer for the deployed AWS resources like EC2, RDS, and similar other resources. VPCs form the basis of any cloud architecture. By default, they are isolated from other AWS services or networks. Compared to the real-world networks, AWS VPCs abstract most of the … Continue reading AWS VPC

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

AWS EC2

Category: Compute AWS Elastic Compute Cloud, more commonly known as EC2 is one of the core services offered by AWS. At a very basic level, EC2 are virtual machines. These virtual machines can be used as servers of various kinds - web servers, application servers, CDNs, jump servers, etc. Cloud computing offers various advantages and … Continue reading AWS EC2