AWS Newbie Tips Community

Mark B
Mark B

Posted on

Here is the list of Top 5 AWS Services List

1. Amazon EC2 [Elastic Compute Cloud]
Amazon EC2 is one of the fastest-growing cloud computing AWS services, which offers virtual servers to manage any kind of workload. It facilitates the computing infrastructure with the best suitable processors, networking facilities, and storage systems

2. Amazon S3
Another popular addition to the AWS services list is Amazon S3, which is an object storage AWS service, which is highly scalable. It mainly helps users to access any quantity of data from anywhere.

3. AWS Aurora
Amazon Aurora is the next addition to this list of top AWS services in demand. Why? It is a MySQL and PostgreSQL compatible relational database with high performance. Believe it or not, it is five times faster than standard MySQL databases.

4. Amazon DynamoDB
DynamoDB is a promising addition to this list of AWS services. DynamoDB is a fully managed and serverless NoSQL database AWS service. And it is a fast and flexible database system that provides innovative opportunities to developers at low costs.

5. Amazon RDS
Amazon RDS would be the next entry in this discussion on AWS services. Amazon RDS is the managed Relational Database AWS Service (RDS) for MySQL, PostgreSQL, Oracle, SQL Server, and MariaDB. It allows the setup, operation, and scale of a relational database in the cloud quickly.

Top comments (5)

Collapse
 
komalsaini profile image
Komal Saini

Adding few more AWS service list, click here

Collapse
 
lee profile image
Lee

Nice thanks!

Collapse
 
lee profile image
Lee

Tell me more about what you're doing with Aurora

Collapse
 
mark_b20 profile image
Mark B

Aurora is a relational database management system (RDBMS) built for the cloud with full MySQL and PostgreSQL compatibility. We didn't used it yet in any of our ongoing projects. We surely leverage it in our upcoming projects and will surely share the result.

Collapse
 
lee profile image
Lee

Yeah I here you just need to be mindful of the on demand element of it (similar to Lambda) so if it needs to grow on demand then take that into consideration.