Amazon API Gateway vs. OCI API Management

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon API Gateway
Score 8.2 out of 10
N/A
AWS offers the Amazon API Gateway supports the creation and publication of an API for web applications, as well as its monitoring and maintenance. The Amazon API Gateway is able to support thousands of API calls concurrently and provides traffic management, as well as monitoring and access control.
$0.90
Per Million
OCI API Management
Score 8.3 out of 10
N/A
Oracle Cloud Infrastructure (OCI) provides a comprehensive set of services to manage the lifecycle of APIs (application programming interfaces). The built-in tools let developers to collaborate on prototyping, testing, and validating APIs.N/A
Pricing
Amazon API GatewayOCI API Management
Editions & Modules
Past 300 Million
$0.90
Per Million
First 300 Million
$1.00
Per Million
No answers on this topic
Offerings
Pricing Offerings
Amazon API GatewayOCI API Management
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Amazon API GatewayOCI API Management
Considered Both Products
Amazon API Gateway
Chose Amazon API Gateway
Amazon API Gateway really provides Product functionality and performance. So this is the main reason of choosing it over the competition. Also, cost effectiveness is also second reason to choose it for our project. This product Create both internal and operational efficiencies …
Chose Amazon API Gateway
Pricing is better at Amazon API gateway. Amazon API gateway is more user-friendly than SAP HANA Cloud. But SAP HANA Cloud supports more programming languages. The centralized management and monitoring system of Amazon API Gateway is more user-friendly. The User-Interface of …
Chose Amazon API Gateway
Our organization uses AWS infrastructure for many projects across different business units so we choose Amazon API Gateway for initial web services development. After exploring all features especially integration with other Amazon services like Lamda and Cloud watch we chose to …
Chose Amazon API Gateway
I have reviewed NGINX, Kong, and Azure API Management. While very capable, NGINX and Kong are server-based implementations; my team would prefer not to have another cluster of servers to manage. Having a managed service in API GW is preferable.

While Azure API Management is …
Chose Amazon API Gateway
When we tested Azure API Management at the time, it had serious connectivity issues, it was very unstable, and it needed to do a lot using the command line. Comparing with the AWS solution, which was more mature, and the fact that we have services in use on AWS, we ended up …
Chose Amazon API Gateway
Our primary architecture is AWS, so we selected [Amazon] API Gateway as our gateway solution. While ApiGee and SwaggerHub provide great solutions for service orchestration, [Amazon] API Gateway provided the best integrations with our web services which were mostly running …
Chose Amazon API Gateway
Compared to other solutions, Azure is much easier to use and setup, but probably for hybrid solution Talend API in the cloud is the best solution and Talend API can take advantage of Amazon API Gateway, thus all this hard work is done by other software solution. Additionally, …
Chose Amazon API Gateway
I feel there is no competition to Amazon API Gateway when it comes to evaluating the cost and ease of use.
Chose Amazon API Gateway
As AWS API comes with more security and API key authentication functions, it's easy for the organization to handle the various customers based with different level of permission. And also very easy comparable to others for tracking the API calls. Also, scalability and …
Chose Amazon API Gateway
Since we have been using AWS products since the beginning, we did not think about using any competitors of API Gateway. It has great and strong integration with other AWS products.
Chose Amazon API Gateway
Amazon CloudWatch and Amazon Elastic MapReduce
Chose Amazon API Gateway
Nginx is a powerful tool but configuring, running and maintaining but Nginx will never be a competitive advantage for our business. API Gateway is powerful because it is managed and does what we need out-of-the-box. Nginx is used more widely in the community; it may be easier …
OCI API Management
Chose OCI API Management
Oracle API Manager works well for our team since a majority of the products we use are Oracle based. Our backend jobs and servers all run with PL/SQL and Oracle databases. This makes the Oracle API Manager tool the best suited for our needs as a department. Anypoint API Manager …
Chose OCI API Management
Oracle API Manager is much easier to learn and understand then IBM Data Power Gateway and IBM API Connect. We selected Oracle API Manager in our company because to have a good intuitive interface with drag and drop features and because beginners and easily get up to speed to …
Features
Amazon API GatewayOCI API Management
API Management
Comparison of API Management features of Product A and Product B
Amazon API Gateway
7.7
Ratings
7% below category average
OCI API Management
8.6
Ratings
4% above category average
API access control6.40 Ratings7.90 Ratings
Rate limits and usage policies7.00 Ratings7.80 Ratings
API usage data8.20 Ratings9.00 Ratings
API user onboarding8.20 Ratings8.80 Ratings
API versioning9.20 Ratings9.00 Ratings
Usage billing and payments7.60 Ratings8.80 Ratings
API monitoring and logging7.40 Ratings9.00 Ratings
Best Alternatives
Amazon API GatewayOCI API Management
Small Businesses
NGINX
NGINX
Score 9.2 out of 10
NGINX
NGINX
Score 9.2 out of 10
Medium-sized Companies
NGINX
NGINX
Score 9.2 out of 10
NGINX
NGINX
Score 9.2 out of 10
Enterprises
NGINX
NGINX
Score 9.2 out of 10
NGINX
NGINX
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon API GatewayOCI API Management
Likelihood to Recommend
8.0
(0 ratings)
8.0
(0 ratings)
Support Rating
10.0
(0 ratings)
-
(0 ratings)
User Testimonials
Amazon API GatewayOCI API Management
Likelihood to Recommend
API GW is great for giving access to asynchronous operations that are fast and don't need to be online all the time. Lambda functions are the classic example. In the past, an operation that is called on via an HTTP endpoint would be implemented using a server-based solution. With high availability in place that would include a server or two and a load balancer. Over time this setup can be costly, especially if the service is not used at full capacity; cycles are wasted when the servers are sitting there waiting to respond. If the operation can be distilled down to a function, an API GW + Lambda solution could be put in place that performs the operation as needed only when requested. Comparing the low price point for API GW requests and Lambda CPU+Memory, the savings can be night and day over the server-based implementation.
Read full review
Oracle API Manager is well suited in a business or company that make use of Apis to facilitate access of backend services and data sources by the staff or customers or both. It is also imported in situations where all actions in a system need to be attributed to specific users.
Read full review
Pros
  • API Gateway integrates well with AWS Lambda. This allows us to build a web server in the language and framework of our choice, deploy it as a Lambda function, and expose it through API Gateway.
  • API Gateway manages API keys. Building rate limiting and request quota features are not trivial (or interesting).
  • API Gateway's pricing can be very attractive for services that are accessed infrequently.
Read full review
  • Mature and Reliable. Last year, Oracle API Manager was quite buggy, and couldn't be used at production-level. Fortunately, almost all of the problems that it had previously are now patched.
  • Offloads Most of the Workload of Developing APIs. While defining APIs, Oracle API Manager does a great job in providing suggestions and error checks in our logic.
  • Supports SOAP and REST. Not only can you create APIs that can query for data, but you can also create API endpoints that can manipulate the data in your back-end databases.
Read full review
Cons
  • I think there should be another way of enabling CORS. It basically creates OPTIONS for every endpoint, which makes your API Gateway look complicated.
  • The integration timeout limit is 30 seconds, which limits you into that time.
  • API Gateway UI should be improved and should work correctly when more than two people are adding/editing endpoints.
Read full review
  • I would say it would be nice if it could handle non-Oracle type API's...such as in-house developed interfaces, etc.
  • It would be nice if it at least could list non-Oracle type APIs so that this system became a repository for ALL of the application interfaces
  • Maybe it has this and I missed it, the monitoring appears to be one API at a time, would be nice to see a page that has all of the monitored APIs with some basic monitored info perhaps. It does have alerts, audit trails, and integrates with Enterprise Manager (I did not see this integration though)
Read full review
Support Rating
We always had a great experience with the AWS support team. They were always on time and very dependable. It was a good partnership while we worked to resolve our issues.
Read full review
No answers on this topic
Alternatives Considered
Pricing is better at Amazon API gateway. Amazon API gateway is more user-friendly than SAP HANA Cloud. But SAP HANA Cloud supports more programming languages. The centralized management and monitoring system of Amazon API Gateway is more user-friendly. The User-Interface of Amazon API gateway is also better. Overall we can conclude that Amazon API Gateway provides a better work experience than SAP HANA.
Read full review
Oracle API Manager is much easier to learn and understand then IBM Data Power Gateway and IBM API Connect. We selected Oracle API Manager in our company because to have a good intuitive interface with drag and drop features and because beginners and easily get up to speed to use this tool.
Read full review
Return on Investment
  • Positive, which accelerated business deliveries in months
  • Negative, but in our positive case, if you are going to change the solution in the future, you need to adjust several things for the new solution.
  • Positive, users celebrated with ease of use (lower learning curve, lower cost).
  • Positive - Pay according to usage
Read full review
  • Overall, the client is pleased with the API Manager. They are rather new to it so the ROI has not really been realized yet
  • They like the ability to monitor the API's utilization (this monitoring could maybe be used for the prior question on usage billing...they do not currently do this for their supported applications)
  • They like the ability that the APIs can be secured. Just because it exists, doesn't mean it can be used just anywhere...
Read full review
ScreenShots