Introducing G2.ai, the future of software buying.Try now
AWS Cloud
Save to My Lists
Claimed
Claimed

Top Rated AWS Cloud Alternatives

Google Cloud
(52,711)
4.5 out of 5
Microsoft Azure
(2,091)
4.4 out of 5

AWS Cloud Reviews

AWS Cloud Suite Overview

What is AWS Cloud?

AWS Cloud is a portfolio of cloud computing solutions that may be used independently, or together as a broader cloud computing platform. AWS Cloud is designed to serve IT administrators and development teams, and offers container, load balancing, VPC, and hybrid storage solutions in addition to core cloud computing services.

AWS Cloud Details
Show LessShow More

Seller

Amazon Web Services (AWS)

Description

By giving customers more of what they want - low prices, vast selection, and convenience - Amazon continues to grow and evolve as a world-class e-commerce platform.

Overview Provided by:
AWS Certified SA || AWS admin at Accenture || Terraform || Devops

AWS Cloud Integrations

(11)
Integration information sourced from real user reviews.

Recent AWS Cloud Reviews

Kashvi V.
KV
Kashvi V.Small-Business (50 or fewer emp.)
4.5 out of 5
"Aws is a powerful cloud platform with Room to Improve"
The best part about AWS Cloud is its flexibility and scalability. Whether you're running a small project or a large-scale application, AWS offers t...
Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
3.5 out of 5
"Great until it's not"
It's easy to scale up and manage with a semi-technical team
Vigynesh B.
VB
Vigynesh B.Mid-Market (51-1000 emp.)
4.5 out of 5
"One stop shop for all your cloud needs"
You don't need to setup any software infrastructure to start building on cloud. Just create code and deploy it on AWS. Rest everything will be take...

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

14 months

Average Discount

11%

Perceived Cost

$$$$$
View More Pricing Information

AWS Cloud Media

7,303 AWS Cloud Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
7,303 AWS Cloud Reviews
4.5 out of 5
7,303 AWS Cloud Reviews
4.5 out of 5

AWS Cloud Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Bharat V.
BV
Consultant
Hospital & Health Care
Mid-Market(51-1000 emp.)
Product Reviewed: AWS Lambda
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Rating Updated ()
What do you like best about AWS Lambda?

In my current role as a QA Test Engineer at Aarete Technosoft Pvt. Ltd., we’ve integrated AWS Lambda into our automation framework to support Selenium-based UI testing. The best part about using Lambda is that it completely eliminates the need for maintaining dedicated test servers. No EC2 lifecycle, no infrastructure stress — just lightweight, serverless execution.

One major win for us was the ability to run multiple test cases in parallel by triggering separate Lambda functions for different test groups. We’ve integrated this into our Jenkins pipeline, so once a new build is deployed to the QA environment, Lambda is automatically triggered via API Gateway to start our automation suite — no manual steps, faster feedback.

We’ve also packaged headless Chromium and Selenium scripts using Lambda Layers, making test execution efficient and cost-effective without spinning up EC2 instances.

After test runs, logs and reports are uploaded to Amazon S3, and another Lambda function processes them, pushing summarized data into CloudWatch for trend analysis and monitoring. This seamless flow has helped us speed up regression cycles and gain real-time test visibility. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

While AWS Lambda has added a lot of flexibility to our Selenium automation workflows, there are a few limitations I’ve observed in our project at Aarete Technosoft Pvt. Ltd. that impact the testing experience:

1.When a function hasn’t been invoked in a while, there’s a cold start delay. This is particularly noticeable in our CI/CD pipelines where fast feedback matters. Even a few extra seconds per function adds up during regression runs.

2.Since Lambda runs are headless and non-interactive, debugging flaky UI issues becomes harder without a live browser view. We rely entirely on logs and screenshots saved to S3.

3.Lambda’s 15-minute timeout can be a challenge for long-running Selenium suites, especially if a test involves waiting for backend jobs or heavy UI flows. Review collected by and hosted on G2.com.

What problems is AWS Lambda solving and how is that benefiting you?

I work on automating the testing of enterprise-level web applications using Selenium. Earlier, we had to rely on EC2 instances or shared virtual machines to run our test suites. Managing those environments was time-consuming, and they often sat idle, leading to wasted resources and maintenance overhead.

AWS Lambda solved this by allowing us to shift to a fully serverless model. Now, we split our Selenium test suites into smaller chunks and run them in parallel using multiple Lambda functions. This has reduced our test execution time from 45 minutes to under 15 minutes, giving the development team much faster feedback after every build.

We’ve integrated Lambda directly with our Jenkins pipeline. As soon as a new build is deployed to the QA environment, Lambda is triggered automatically, launching the necessary Selenium test cases — no manual steps required, and no dependency on shared environments.

Lambda also brings scalability without setup — we no longer need extra orchestration tools to run tests in parallel. It scales up automatically and tears down when done. Review collected by and hosted on G2.com.

LT
Microsoft Certified Trainer
Information Technology and Services
Mid-Market(51-1000 emp.)
Product Reviewed: AWS Databases
More Options
Validated Reviewer
Verified Current User
Review source: Organic
Products used within AWS Databases: Amazon Relational Database Service (RDS), Amazon Aurora
What do you like best about AWS Databases?

AWS offers a broad selection of managed database services that are widely used across industries for everything from small applications to large-scale enterprise systems. With options like Amazon RDS, Aurora, DynamoDB, and more, AWS databases are known for their ease of use and rich feature set.

One of the major strengths of AWS databases is how easy they are to implement and integrate into existing AWS-based applications. Setting up a database can often be done in just a few clicks through the AWS Management Console, and integration with other AWS services (like Lambda, EC2, or S3) is seamless. This makes them an ideal choice for developers and DevOps teams looking to move quickly.

Amazon Aurora, in particular, stands out for its low-maintenance design and high performance, offering compatibility with both MySQL and PostgreSQL. It automates backups, patching, scaling, and failover, which significantly reduces operational overhead.

While AWS databases are frequently used due to their scalability and reliability, users should note that in-depth customer support (such as architectural guidance or 24/7 technical assistance) usually requires a paid support plan. The basic support tier is free but limited. Review collected by and hosted on G2.com.

What do you dislike about AWS Databases?

Advanced Support Costs Extra: Deep technical support and fast response times require a paid support plan.

Can Be Complex at Scale: While simple to start, large deployments require careful configuration and cost monitoring.

Vendor Lock-In Risk: Heavy reliance on AWS-native services may make migration harder later. Review collected by and hosted on G2.com.

What problems is AWS Databases solving and how is that benefiting you?

AWS Databases help us address several critical infrastructure challenges, especially around availability, scalability, and operational efficiency. One of the biggest problems we’ve been able to solve is achieving near-zero downtime for our applications. With features like automated failover, multi-AZ deployments, and continuous backups, we can ensure our services remain online and resilient even during maintenance or unexpected failures.

We also benefit significantly from multi-region replication, which allows us to improve performance for global users while maintaining data consistency and disaster recovery readiness. This level of redundancy is hard to achieve with traditional self-managed database setups and would typically require complex custom implementations.

Additionally, AWS's managed services reduce the overhead of tasks like patching, scaling, and monitoring, allowing our teams to focus more on development and less on infrastructure management. These capabilities directly contribute to faster delivery times, improved user experience, and stronger business continuity. Review collected by and hosted on G2.com.

Luca P.
LP
✅ CTO - Growth Marketer full stack #MarTech | ⚡️ SaaS Advisor
Marketing and Advertising
Small-Business(50 or fewer emp.)
Product Reviewed: AWS Cloud
More Options
Validated Reviewer
Verified Current User
Review source: G2 Gives Campaign
Incentivized Review
Products used within AWS Cloud: Amazon EC2
What do you like best about AWS Cloud?

AWS Cloud provides a broad array of services and notable scalability, which are significant for our operational requirements. I find its compute services, like EC2, to be useful for obtaining adaptable processing power. This is supported by scalable storage options such as S3 and EBS, which integrate effectively. Additionally, AWS offers a range of database solutions, from RDS for relational databases to DynamoDB for NoSQL requirements, addressing various data management needs.

The platform's networking tools, particularly VPC, allow for the creation of isolated cloud environments. For data analysis, the analytics capabilities, including services like Redshift and EMR, are functional. Security is addressed through security and compliance tools such as IAM for access control . The global infrastructure supports our high availability and disaster recovery planning.

From a cost perspective, the pay-as-you-go pricing model allows for managing expenses by aligning costs with consumption. For development, the available developer tools and SDKs facilitate integration. AWS also provides container support with ECS and EKS, and serverless computing through AWS Lambda, which can contribute to building more agile services. The Marketplace offers third-party software options. Resources like the AWS Well-Architected Framework [citation: 1, 8] provide guidance for infrastructure design. The platform undergoes continuous updates, and CloudWatch offers monitoring and logging functionalities. Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud?

While AWS is incredibly powerful, the primary aspect that can be challenging is cloud cost management . The sheer number of services and the granularity of billing can make it complex to track and optimize expenses without dedicated tools and expertise. Without careful monitoring and governance, costs can escalate unexpectedly, especially for teams new to the platform. Review collected by and hosted on G2.com.

What problems is AWS Cloud solving and how is that benefiting you?

Moving to AWS Cloud has made a noticeable difference in how we handle our IT infrastructure, especially in terms of scaling up or down based on what we need at the time. Before, getting new on-premises hardware ready was a slow process, and that definitely held us back when we wanted to get new services out quickly. Since we switched to AWS, we've found that we can **get new applications up and running faster**. For instance, during a recent marketing campaign, we saw a big jump in website traffic. Using tools like EC2 Auto Scaling and S3 meant we could handle that increase without our site's performance taking a hit. Another plus has been using RDS for our databases; it's **freed up our database team from a lot of the day-to-day administration**, so they can put more energy into developing our applications. We also feel more confident about our ability to recover from any major issues, as using multiple Availability Zones has strengthened our overall business continuity approach. Review collected by and hosted on G2.com.

Aasheesh P.
AP
Senior Software Engineer
Mid-Market(51-1000 emp.)
Product Reviewed: AWS Databases
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about AWS Databases?

The best thing about AWS Databases is the ease of usage and implementation. It is very easy to create a new database in seconds. It has a lot of database options such as Postgres, MySQL, Aurora, etc.

I personally like Aurora the best, with its serverless capabilities standing out from all other cloud providers.

I have been using Amazon Databases every day. Review collected by and hosted on G2.com.

What do you dislike about AWS Databases?

The UI is slightly not up to the mark for the Databases. Review collected by and hosted on G2.com.

What problems is AWS Databases solving and how is that benefiting you?

AWS Databases helped us in moving our Legacy workloads to Cloud. With its amazing Database migration services, we were able to move all our data from Legacy systems to AWS cloud very easily.

The Databases are very cheap to use and provide 99.9% of availabillity and hence it benefits the entire organization.

AWS manages the hardware for the DBs and provide suggestions for upgrading to the latest version of the Database. Review collected by and hosted on G2.com.

Shivani G.
SG
Technical Specialist- Cloud
Mid-Market(51-1000 emp.)
Product Reviewed: AWS Cloud
More Options
Validated Reviewer
Verified Current User
Review source: Organic Review from User Profile
What do you like best about AWS Cloud?

All services with pay as you go feature, global infrastructure, scalability & flexibility, security, more than 300 services including AI&ML all in one place, IAC code and automation, ease of implementation and good customer support. Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud?

Complex pricing structure, it has costing for each and every services for if you use it for a minute or two, documentation in not very much proper in each document you have to go to another document to get more info about that. GUI changes very frequently somehow we get usedto the gui but the moment we get used to it the gui changes which make it difficult to understand the gui. support plans are costly if you want more better support for ease of implementation Review collected by and hosted on G2.com.

What problems is AWS Cloud solving and how is that benefiting you?

On-prem environment is more hard to handles with CAPEX and OPEX with cloud it is more easy to handle and can do autoscaling based on resources with ease of pay as you go method, no need to manage infrastructure, high availibilty and disaster recovery, security improvement and cost management is also easy we get each and every minute details of how much we used our services. Review collected by and hosted on G2.com.

Bairon P.
BP
Creative Editor Lead
Small-Business(50 or fewer emp.)
Product Reviewed: AWS Cloud
More Options
Validated Reviewer
Verified Current User
Review source: Organic
Incentivized Review
Products used within AWS Cloud: Amazon EC2, SimpleDB
What do you like best about AWS Cloud?

AWS offers rock-solid performance, high scalability, and a wide range of services to support everything from hosting websites to managing content delivery. It’s incredibly reliable—even during traffic spikes—and gives me full control over deployment and infrastructure. The flexibility to choose exactly what I need (EC2, S3, CloudFront, etc.) is a huge plus. Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud?

The learning curve is steep for beginners. Some services require technical expertise to configure properly, and the dashboard isn’t always intuitive. Also, pricing can be unpredictable without careful monitoring and optimization. Review collected by and hosted on G2.com.

What problems is AWS Cloud solving and how is that benefiting you?

AWS helps me run creative websites and ecommerce platforms with stability and speed. It powers high-performance hosting for WordPress and Shopify custom setups, handles media files securely and quickly, and ensures scalability during product launches or high-traffic campaigns. It keeps my backend flexible and robust, which is critical for delivering smooth client experiences. Review collected by and hosted on G2.com.

Márcio B.
MB
Engenheiro de dados sênior
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic Review from User Profile
Translated Using AI
What do you like best about Amazon Simple Storage Service (S3)?

What I like most about Amazon S3 is the ease of storing and accessing large volumes of data in a secure and scalable way. The integration with other AWS services is extremely smooth, and the ability to configure different storage classes (such as Standard, Glacier, and Intelligent-Tiering) allows for cost optimization as needed. The high availability and durability of the data are also strong points that provide a lot of confidence in using the platform. Review collected by and hosted on G2.com.

What do you dislike about Amazon Simple Storage Service (S3)?

What I like least about Amazon S3 is the pricing structure, which can become complex, especially for those working with large volumes of data and multiple requests. It would also be interesting to have more detailed usage monitoring dashboards natively, without relying on integrations with other tools. Review collected by and hosted on G2.com.

What problems is Amazon Simple Storage Service (S3) solving and how is that benefiting you?

Amazon S3 solves the problem of scalable and secure data storage, whether for backup, analysis, or content distribution. It facilitates the management of large volumes of files without the need to maintain your own infrastructure. This is benefiting me by reducing operational costs, improving project scalability, and ensuring that data is always available and protected, regardless of volume or access frequency. Review collected by and hosted on G2.com.

Himalaya C.
HC
Network Engineer
Computer Networking
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
Rating Updated ()
What do you like best about Amazon Virtual Private Cloud (Amazon VPC)?

Amazon virtual private cloud hello us to create a secure isolated network within the AWS cloud where we can fully control IP address subnets routing and security setting it offers a strong security through network isolation security groups and ACL's giving we control overall inbound and outbound traffic VPC is highly customizable scalable and integrate seamlessly with other AWS service like EC2 RDS and S3 using private endpoint which is also support hybrid cloud architecture by enabling secure connections to on premises environment why have you been and AWS direct connect. These are the features that I really like it. Review collected by and hosted on G2.com.

What do you dislike about Amazon Virtual Private Cloud (Amazon VPC)?

The main downside of using Amazon VPC it is complexity especially as I am the beginner who may find the setup of subnet route table gateway and security rules overwhelming managing the VPC can involve significant overall compared to more automated or default network setup. Traffic visibility is also limited unless we configure VPC flow logs which add more setup to potential cost lastly I sense VPCR reason specific connection across regions required additional contribution making multi region architecture more complex that I little bit dislike this application service. Review collected by and hosted on G2.com.

What problems is Amazon Virtual Private Cloud (Amazon VPC) solving and how is that benefiting you?

Basically in my organization Amazon VPC solve the lots of problems security and efficiently managing network infrastructure in the cloud it allows us to isolate resource control IP addressing and managing traffic flow between service user and Internet without VPC cloud resources would share the common network increasing the risk of security breaches and limiting customization VPC enables secure communication between instances private access to AWS service and hybrid connection to on premises these are the problems that that basically in our business it has resolved. Review collected by and hosted on G2.com.

KD
senior staff infrastructure architect
Enterprise(> 1000 emp.)
Product Reviewed: AWS Databases
More Options
Validated Reviewer
Review source: Thank You page
Rating Updated ()
What do you like best about AWS Databases?

AWS databases are fully managed, highly scalable, and secure, offering a wide range of purpose-built options like RDS, DynamoDB, and Redshift. They reduce operational overhead, support high availability, and integrate seamlessly with other AWS services—making it easy to build reliable, performant applications at scale. Review collected by and hosted on G2.com.

What do you dislike about AWS Databases?

EAWS databases can become expensive at scale, especially with high I/O or storage needs. Some services have complex pricing models and limits (like DynamoDB throughput). Also, vendor lock-in and limited customization compared to self-managed databases can be concerns for some users. Review collected by and hosted on G2.com.

What problems is AWS Databases solving and how is that benefiting you?

AWS Databases solve a wide range of problems related to scalability, availability, performance, maintenance, and security of data infrastructure.

Problems AWS Databases Solve

Scalability Challenges

Problem: Traditional on-prem databases often struggle with vertical/horizontal scaling.

Solution: AWS provides automated and elastic scaling with services like Amazon Aurora and DynamoDB.

High Availability & Disaster Recovery

Problem: Ensuring database uptime and resilience during failures can be complex and costly.

Solution: AWS databases like RDS and Aurora offer multi-AZ deployments and automated backups, improving business continuity.

Manual Maintenance

Problem: Patching, provisioning, and backups consume time and require expertise.

Solution: AWS offers fully managed services, reducing operational overhead.

Data Security & Compliance

Problem: Managing encryption, access control, and compliance manually increases risk.

Solution: AWS integrates built-in encryption (at-rest/in-transit), IAM, KMS, and compliance frameworks like HIPAA, SOC 2, etc.

Latency & Performance Bottlenecks

Problem: High latency in global applications due to centralized data.

Solution: Services like Amazon Global Datastore and DynamoDB Global Tables support low-latency, multi-region data access.

Data Type & Use Case Diversity

Problem: One-size-fits-all databases are not optimal for varied data needs.

Solution: AWS offers purpose-built databases (e.g., RDS for relational, DynamoDB for key-value, ElastiCache for in-memory, DocumentDB for document, etc.).

Cost Optimization

Problem: On-premise databases require upfront investment and constant over-provisioning.

Solution: AWS offers pay-as-you-go and reserved instance models to optimize cost. Review collected by and hosted on G2.com.

SQ
Software Engineer
Computer Software
Mid-Market(51-1000 emp.)
Product Reviewed: Amazon DynamoDB
More Options
Validated Reviewer
Review source: Organic
What do you like best about Amazon DynamoDB?

DynamoDB is a serverless database service that simplifies coding by eliminating server management. It automatically scales to handle traffic spikes, ensuring fast performance even under heavy load. Its flexible data model allows easy changes without a rigid structure. As a managed AWS service, it handles administrative tasks and integrates well with other AWS tools. For global reach, the Global Tables feature makes data accessible worldwide, and DynamoDB Streams enables real-time change tracking. Review collected by and hosted on G2.com.

What do you dislike about Amazon DynamoDB?

Performing complex searches and combining data can be challenging. It's crucial to organize your data properly for easy access. There's no built-in option to run code directly in the database, which complicates multi-step tasks. Monitoring costs can be tricky, so stay vigilant about your expenses. While the system scales automatically, you may encounter "hot spots" that need attention. For full-text searching, you'll need to use an external service. Lastly, changing your data structure can be delicate due to the lack of strict guidelines. Review collected by and hosted on G2.com.

What problems is Amazon DynamoDB solving and how is that benefiting you?

DynamoDB effectively handles scaling and speed for applications with large data and traffic, eliminating the need for server management. It offers flexibility in data storage and is managed by AWS, reducing your workload. Review collected by and hosted on G2.com.