# AWS Cloud Map Reviews
**Vendor:** Amazon Web Services (AWS)  
**Category:** [Service Discovery Software](https://www.g2.com/categories/service-discovery)  
**Average Rating:** 4.4/5.0  
**Total Reviews:** 56
## About AWS Cloud Map
AWS Cloud Map is a cloud resource discovery service. With Cloud Map, you can define custom names for your application resources, and it maintains the updated location of these dynamically changing resources. This increases your application availability because your web service always discovers the most up-to-date locations of its resources.




## AWS Cloud Map Reviews
  ### 1. Cloud Map Ends Service Discovery Headaches with Auto-Updating Endpoints

**Rating:** 3.5/5.0 stars

**Reviewed by:** Prachit K. | Salesforce Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 21, 2026

**What do you like best about AWS Cloud Map?**

What I like best is how quietly it takes the “where do I even reach that service?” headache away.
In my day-to-day I just give every micro-service a name—something plain like “user-profile” or “order-validator”—and Cloud Map keeps the latest IP/port, health status, and even a few custom attributes in one tiny record. After that, no matter how many times auto-scaling spins nodes up or down, the rest of the fleet finds them automatically. I stopped hard-coding IPs in config files, stopped juggling Route 53 entries by hand, and never had to tell the front-end team “wait, the endpoint changed again.” It feels like the service directory just looks after itself, so I can stay in the code instead of babysitting DNS.

**What do you dislike about AWS Cloud Map?**

What still trips me up is how “split-brained” Cloud Map feels inside the AWS console. Half the controls are in Cloud Map itself, but the moment I want to attach a namespace to an ECS service or an EKS ingress, I’m suddenly clicking through three other services (ECS, EKS, App Mesh, even Route 53) just to view what are essentially the same records.

Debugging is the worst part. I’ll notice an instance that looks unhealthy in Cloud Map, but to figure out why I have to bounce over to ECS tasks, then into CloudWatch logs, and then back to Cloud Map to deregister the bad node. It ends up feeling like the service directory is supposed to be the single source of truth—except when it isn’t, and I’m still stuck hunting across tabs to piece everything together.

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

It keeps our ever-moving container IPs in one live directory, so services find each other without hard-coded endpoints.  
When an instance becomes unhealthy it drops out automatically, cutting 502s before we notice.  
One name covers REST, gRPC and HTTP/2 ports, letting front-end, mobile and back-end all share the same record.  
Deployments are now “push image, walk away”; no more late-night DNS edits or stale load-balancer targets.

  ### 2. AWS Cloud Map Makes Microservice Discovery Easy Across Dynamic Environments

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Financial Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 07, 2026

**What do you like best about AWS Cloud Map?**

What I like best about AWS Cloud Map is how it simplifies service discovery across dynamic cloud environments. It makes it much easier to track, register, and connect microservices without hardcoding endpoints. Especially in containerized workloads running on ECS or Kubernetes. I also like the tight integration with the broader AWS ecosystem, which helps reduce operational overhead and improves reliability as infrastructure scales.

**What do you dislike about AWS Cloud Map?**

One downside of AWS Cloud Map is that the setup and configuration can feel overly complex for smaller teams or simpler applications. Troubleshooting service discovery issues can also be difficult because visibility into failures and DNS propagation behavior is somewhat limited. In addition, costs can become harder to predict at scale, especially when combined with other AWS networking and monitoring services.

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

AWS Cloud Map solves the problem of service discovery in dynamic, distributed environments where IP addresses and endpoints are constantly changing. Instead of manually tracking service locations or hardcoding connections between services, everything is registered and discovered automatically. This reduces operational overhead and significantly lowers the risk of misconfigurations or broken service links.

For me, the biggest benefit is improved reliability and faster development cycles. Services can scale up or down without needing manual updates to dependencies, and deployments become safer because systems are loosely coupled. It also makes architectures like microservices and containerized workloads much easier to manage and reason about.

  ### 3. Simplified Service Discovery and Dynamic Updates: A Review of AWS Cloud Map

**Rating:** 5.0/5.0 stars

**Reviewed by:** Abhilash P. | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 12, 2023

**What do you like best about AWS Cloud Map?**

The best thing about AWS Cloud Map is its ability to simplify service discovery in a dynamic cloud environment. With custom names for services and dynamic updates, applications can easily locate and connect to the resources they need. The integration with Amazon Route 53 enables seamless DNS resolution, while multi-region support ensures global scalability. With a comprehensive API and SDK, Cloud Map empowers developers to programmatically manage service discovery. Overall, Cloud Map streamlines infrastructure management enhances application resilience, and accelerates development in cloud-based architectures.

**What do you dislike about AWS Cloud Map?**

There are a few potential dislikes when it comes to AWS Cloud Map. Firstly, there can be a learning curve associated with understanding and implementing service discovery concepts. Secondly, the pricing structure of Cloud Map, like other AWS services, can be complex, and it's important to carefully manage costs to avoid unexpected expenses. Additionally, while Cloud Map offers basic service discovery functionality, it may not provide advanced features or extensive customization options compared to more specialized service discovery solutions. Lastly, as with any cloud-based service, there is always a level of dependency on the underlying infrastructure, which can occasionally introduce issues or limitations.

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

AWS Cloud Map solves the problem of finding and connecting to services in a dynamic cloud environment. It makes it easy for applications to discover and connect to the resources they need without manual configuration. This saves time and effort and allows applications to adapt to changes in the infrastructure smoothly.

The benefits of AWS Cloud Map are:

Simplified service discovery: Applications can easily find and connect to the resources they require, making development and management easier.

Improved scalability and flexibility: Dynamic updates and custom names allow applications to scale up or down and adapt to changes in the environment without disruptions.

Seamless DNS resolution: Cloud Map integrates with Amazon Route 53 to provide smooth translation of service names to IP addresses, improving performance.

Global scalability: Multi-region support ensures that services can be discovered across different AWS regions, making it suitable for global deployments.

Automation and efficiency: The comprehensive API and SDKs enable developers to automate service discovery, streamlining workflows and improving efficiency.

In summary, AWS Cloud Map simplifies service discovery, enhances scalability, improves performance, supports global deployments, and enables automation, benefiting developers and businesses utilizing cloud-based architectures.

  ### 4. Managing AWS Services with AWS Cloud Map

**Rating:** 4.0/5.0 stars

**Reviewed by:** Jerin R. | DevOps Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 24, 2023

**What do you like best about AWS Cloud Map?**

The first part is we can separate our services based on our application infrastructure with namespaces.  In AWS Cloud Map the namespaces really help us to group our application infrastructures.
The next thing is all the services that are registered within a namespace will easily communicate with each other and also they can easily be discoverable within the namespace.
These two things are helping us with our little usage of AWS Cloud Map...

**What do you dislike about AWS Cloud Map?**

From my perspective, I think it incurs costs a little higher. And this service has certain limitations regarding the number of services and instances that can be registered within a namespace. Lastly, setting up and managing AWS Cloud Map requires familiarity with service discovery concepts and AWS services like Little Complexity.

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

When using microservices like containers in ECS or EKS, they will be created or deleted very quickly and at that time we need to modify our application code to register the new one. But with the help of AWS Cloud Map, we can able to discover the microservices dynamically with our application.

  ### 5. AWS Cloud Map - Essential Need

**Rating:** 4.5/5.0 stars

**Reviewed by:** Vikramaditya R. | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 22, 2023

**What do you like best about AWS Cloud Map?**

Since we have a global business, It is highly beneficial to us that AWS cloud map allows Multi-region support, allowing other services to discover and communicate with us.

**What do you dislike about AWS Cloud Map?**

There was an initial learning curve to it since it added extra components to the mix, but once it was cemented with the team - there has been no issue. Maybe a more infographic section on learning would be appreciated, or a knowledge repository for the initial days.

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

Overall, the service discovery in earlier times was highly complex, primarily due to how the infrastructure was modelled. However, with the inclusion of the AWS cloud map, the entire process has been simplified post the learning curve and also adds a sense of flexibility when we want to scale our services.

  ### 6. AWS Cloud Map - Monitoring

**Rating:** 5.0/5.0 stars

**Reviewed by:** Siddhant S. | Custom Software Engineering Senior Analyst, Enterprise (> 1000 emp.)

**Reviewed Date:** April 22, 2023

**What do you like best about AWS Cloud Map?**

I have a microservice application running on EKS. There are multiple services running on different pods. I needed to discover the available services. I used Cloudmap which enabled me to dynamically discover available services and I can additionally perform health checks on each service endpoint. 

Best thing about AWS Cloudmap is flexibility and easy to use solution for cloud management.

**What do you dislike about AWS Cloud Map?**

The things that are not good in AWS Cloud Map is the cost of running as it depends on how many services are registered with it. And since it is relatively new hence we have limited community support for it.

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

I run an EKS cluster and AWS Cloudmap helps me keep a track of the services running in each pod of the EKS cluster. Additionally it helps me perform healthchecks on each service endpoint as well.

  ### 7. AWS Cloud Map

**Rating:** 4.0/5.0 stars

**Reviewed by:** Debanjan E. | Deputy Manager intern, Enterprise (> 1000 emp.)

**Reviewed Date:** January 16, 2023

**What do you like best about AWS Cloud Map?**

I believe that the registry and discovery features of AWS Cloud Map enable you to manage your cloud resources more effectively. The App Mesh, on the other hand, is a service mesh that enables you to more effectively monitor networking between services that transcend computational architecture. It works well and is simple to use. Having one of the best user experiences is made possible with a user-friendly app. An excellent programme that is simple to use, effective, and efficient. The fact that we can register any kind of application, including a database or an API endpoint, is the nicest feature. By continually examining whether the location is current, it also helps in the detection of downtimes. Additionally, the discovery option is best suited for improved cloud resource management.

**What do you dislike about AWS Cloud Map?**

The architecture of the programme needs to be watched since if it uses more resources than expected, the billing may suffer. Initial configuration can be a little tough and complex, thus it's important to have solid background knowledge. The tool is referred to as AWS Cloud Map. It is a little bit chaotic and does not offer mapping features like CloudMapper. renamed "Amazon Route 53 Auto Naming"

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

While microservices-based design decreases the overall complexity of application components, it also introduces new key areas linked to component connection. To keep track of all these communications is a little challenging. Being a fully-managed service discovery tool for all cloud resources and application components makes deployments safer and cuts down on infrastructure code complexity. This feature assists apps in connecting to the proper endpoints. I've consistently had trouble finding my service, resources, etc. Cloud Map has been a huge assistance.

  ### 8. AWS cloud

**Rating:** 4.0/5.0 stars

**Reviewed by:** Seema K. | Technology Support Specialist, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 28, 2023

**What do you like best about AWS Cloud Map?**

It's very wonderful experience with AWS cloud map.. with that we can easily monitor the services and health check of your services..it is fully managed services.

**What do you dislike about AWS Cloud Map?**

Nothing to like the AWs service because my experience it is very good to you use n satisfied with the use. So my experience nothing to dislike the AWs cloud map.

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

With that we can monitor the services .Cloud Map then constantly checks the health of resources to make sure the location is up-to-date.and find out the location.

  ### 9. Resource Lookup made easy

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Enterprise (> 1000 emp.)

**Reviewed Date:** June 07, 2023

**What do you like best about AWS Cloud Map?**

* Grouping resources based on namespace and ease of management.
* Resource lookup is efficient and has multi-region support.
* Resource heart-beat check support and notifies of down time.

**What do you dislike about AWS Cloud Map?**

* Bit complex to understand and implement.
* Could have provided a good video example of setup, which can be helpful for anyone to adopt quickly.

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

In today's world, typical enterprise product is composed of bunch of services and other resources and efficient lookup of same is one of the mandatory thing which is required. With solutions like this, it makes life easier by enabling an efficient lookup along with other features.

  ### 10. Aws cloud map review

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer & Network Security | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 15, 2023

**What do you like best about AWS Cloud Map?**

The best help i got in my work is i teracting woth mysql objects and functions.  It also constantly take care of rhe healrh of the resourse which is good help in our management sustem

**What do you dislike about AWS Cloud Map?**

Nothing much as of now . It all seems to be working fine. Soon will be interacting more and then if face any error i will definitely raise a query based on that thankyou .

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

Mainly i was facing issues which aws cloud mapping was failing due to the musql part of my project. Which seems to be working fine now and is in a healthy condition.

  ### 11. Aws cloud review

**Rating:** 4.5/5.0 stars

**Reviewed by:** neelam s. | Technical Lead, Enterprise (> 1000 emp.)

**Reviewed Date:** June 06, 2023

**What do you like best about AWS Cloud Map?**

Its cost effective no need costly server specially for small startups. It's more flexible and scalable.

**What do you dislike about AWS Cloud Map?**

Internet connection and if need extra storage it will increase cost.
Main concern about security and privacy.

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

It will resolve many problems no need to purchase any costly server.

  ### 12. AWS Cloud Map a Boon

**Rating:** 4.0/5.0 stars

**Reviewed by:** Amruta R. | Student, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 08, 2022

**What do you like best about AWS Cloud Map?**

A great user-friendly app, efficient and easy to use. The best part is that we can register any type of application, such as a database or an API endpoint. It also aids in the detection of downtimes by constantly checking to see if the location is up to date. And furthermore, the discovery option is best fitted for better management of cloud resources.

**What do you dislike about AWS Cloud Map?**

The design of the application needs to be monitored in case the application use more resource it might affect the billing. Good prior knowledge is required as initial configuration can be a bit tricky and complex.

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

It is simple to obtain the required services with custom names. There is no need to be concerned about the locations and endpoints of connected services. These services make application development easy and also help in making it more compatible. User-friendly a lesser tech-savvy person can also easily understand and implement it.

  ### 13. best product for service discovery

**Rating:** 4.0/5.0 stars

**Reviewed by:** Shivam J. | Software engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 09, 2023

**What do you like best about AWS Cloud Map?**

AWS cloud is widely accepted and has many tutorials available which makes it easy to use

**What do you dislike about AWS Cloud Map?**

AWS official documentation is not easy to follow up and required to look for external tutorials

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

It helped me to manage my services and use them in other services

  ### 14. Great service to map backend services

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Financial Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 15, 2023

**What do you like best about AWS Cloud Map?**

AWS cloud map is a fully managed service that we can use to create and maintain a map of backend services and resources and it support all major AWS services.

**What do you dislike about AWS Cloud Map?**

It may support major AWS services but still have limited support for other services. No support for custom health checks.

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

It's helps in automatically scaling resources up and down based on demand.And it is secure.

  ### 15. Business Analyst

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Management Consulting | Mid-Market (51-1000 emp.)

**Reviewed Date:** April 14, 2023

**What do you like best about AWS Cloud Map?**

Cost and User Reports generated are useful in making managerial decisions and developing future strategies.

The costs are mapped at each of the cost centers efficiently

**What do you dislike about AWS Cloud Map?**

AWS has been consistently higher in price.

AWS does not offer more usable and better-performing big data and ML services.

It is not easier to integrate seamlessly with organizations that are heavily into Windows.

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

Help in mapping the cost at each cost center. This has helped us develop a rowbust cost sheet plan and strategy which has helped us in driving down the costs and resource wastages.

  ### 16. Best resource for service discovery

**Rating:** 4.0/5.0 stars

**Reviewed by:** Shivam J. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 08, 2023

**What do you like best about AWS Cloud Map?**

Easiness of use and rich documentation and lots of available tutorial

**What do you dislike about AWS Cloud Map?**

Nothing as such but official documentation should be improved. Everytime i need to refer other tutorials

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

Accessing the other resources of my app is easy to find with dynamic service discovery

  ### 17. Meeting expectations

**Rating:** 4.0/5.0 stars

**Reviewed by:** Malkinder S. | Cloud Operations Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 02, 2023

**What do you like best about AWS Cloud Map?**

Best portrayal of service mapping of aws cloud.

**What do you dislike about AWS Cloud Map?**

Nothing as of now , it provide useful info

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

Solving service discovery issues with detailed analysis

  ### 18. Overall it was a great experience

**Rating:** 4.5/5.0 stars

**Reviewed by:** Rahul T. | Associate Consultant, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 22, 2023

**What do you like best about AWS Cloud Map?**

Explanation of the topics and neatly done.

**What do you dislike about AWS Cloud Map?**

Nothing as such, all the things was very well explained.

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

Basically we are using it for service discovery only.

  ### 19. AWS Cloud Map

**Rating:** 4.0/5.0 stars

**Reviewed by:** Rahul S. | Student, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 05, 2022

**What do you like best about AWS Cloud Map?**

I feel the registry and discovery option of AWS Cloud Map helps you better manage your cloud resources. On the other hand, App Mesh is a service mesh that allows you to better monitor networking between services that span computational architecture. It is efficient and easy to use. A user-friendly app which helps to have one of the best user experiences.

**What do you dislike about AWS Cloud Map?**

When you first join the app, the configuration might feel a bit complicated, but after a specific usage, it gets smoother. And even for some people, pricing can be a thing to ponder about the mass acceptance of the app.

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

Infrastructure organisation in a proper structure is the most crucial benefit of AWS Cloud Map. It is compatible with other AWS Services as well which makes it more useful.

  ### 20. AWS

**Rating:** 2.5/5.0 stars

**Reviewed by:** Rakhi G. | Software Engineer Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** July 27, 2022

**What do you like best about AWS Cloud Map?**

custom names configuration for application resources, while managed the updated location of dynamically changing resources. This leads to system availability /reliability reason web service always gets the latest and appropriate locations of its resources.

**What do you dislike about AWS Cloud Map?**

AWS Cloud Map applies the same name as the tool. It does not provide mapping capabilities like CloudMapper , and littele bit chaotic in nature. with  renaming to "Amazon Route 53 Auto Naming

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

In one hand architecture based upon Microservices reduces the cohesive complexity of application components, on the other hand the introduce  new set of critical areas related to the inter component connectivitys. Its bit tricky and chellenging to track all these communication. The fact of being a fully-managed service discovery tool for all the cloud resources and application components that help applications connect to the correct endpoints, making the deployments safer and reducing the complexity of the infrastructure code.

  ### 21. very satisfied

**Rating:** 4.5/5.0 stars

**Reviewed by:** Lance B. | Administrative Safety&Security Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 23, 2022

**What do you like best about AWS Cloud Map?**

I like the ability to use custom names. Makes it easier to locate my web applications

**What do you dislike about AWS Cloud Map?**

To be completely honest I haven't had any dislikes so far

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

I've always had problems locating my service, resources ECT. Cloud map has helped immensely

  ### 22. cloud map superb

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer & Network Security | Enterprise (> 1000 emp.)

**Reviewed Date:** May 19, 2023

**What do you like best about AWS Cloud Map?**

it was extremely helpful.Recommend everyone to try atleast once

**What do you dislike about AWS Cloud Map?**

no downside as such Need to use it more to get more accustomed with it

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

Helpong in project deliverable

  ### 23. AWS Cloud Map assists in better management of cloud resources through registry and discovery.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Sayedabutahir S. | Backend Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 05, 2022

**What do you like best about AWS Cloud Map?**

AWS Cloud Map, the shortened version for AWS App Mesh, assists in better management of your cloud resources through registry and discovery, In contrast App Mesh is a service mesh that aids in the better monitoring of networking between services that can straddle computational architecture.

**What do you dislike about AWS Cloud Map?**

Commonly my EC2 intances were down and AWS cloud map was all the while pointing it as live and sound. It just checks it EC2 instace is running ,it ought to likewise check assuming API hits are bringing errors back.

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

By allowing us to give custom names for all different services and their resource locations, AWS cloud map enables us to grow quickly. makes it simple to develop applications.

  ### 24. Aws Cloud Map review

**Rating:** 4.5/5.0 stars

**Reviewed by:** OWAIS A. | Data Scientist, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 02, 2022

**What do you like best about AWS Cloud Map?**

It is efficient, fast and easy to use. I like it because of the connectivity it provides. Pricing of AWS cloud map is not that much costly. It is also good because if point of endpoint fails it keeps on running on healthy resources.

**What do you dislike about AWS Cloud Map?**

It can sometimes be a little overwhelming to set up all Aws Cloud map services correctly but once it is properly set up it becomes very easy to manage. So Just the initial setup is changing.

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

We are build an AI integrated medical device which needs to send IOT Data to cloud. For now it is not properly in use but we are working on the other components and connect it with AWS cloud to increase the scalibility

  ### 25. AWS Cloud MAP

**Rating:** 4.0/5.0 stars

**Reviewed by:** Rahul K. | Consultant(Marketing &amp; Growth), Mid-Market (51-1000 emp.)

**Reviewed Date:** August 08, 2022

**What do you like best about AWS Cloud Map?**

Custom names for my services and it also helps me from the hassle of managing locations of my services manually. and also helps me with the autoscaling of services based on increasing traffic on my SIte.

**What do you dislike about AWS Cloud Map?**

The pricing is a bit high. i have some concers about the security about my services as the location of the services is directly known to the aws cloud map . Concerns regarding what will happen in case of outages of data centres.

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

Custom names for my services .
hassle free handling of services location handles the case of increases in services based on traffic.
user friendly a lesser tech savy person like me can also easily understand and implement it.

  ### 26. Quite Good

**Rating:** 3.5/5.0 stars

**Reviewed by:** Chaitanya R. | Analyst, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 07, 2022

**What do you like best about AWS Cloud Map?**

Better for one source approach to maintaining all the applications. To register any applications with custum names.AWS identity and access management where I can create users, group them according to my requirements, and assign passwords to them.

**What do you dislike about AWS Cloud Map?**

I believe the price is too high as similar services can be achieved using different product software. Also the setup is bit complicated if the user is not having hands on experience or a good prior knowledge.

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

To get required services with custom names and to monitor cloud microservices.

  ### 27. Much needed service for managing all cloud applications

**Rating:** 4.5/5.0 stars

**Reviewed by:** Rohit S. | Back End Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 03, 2022

**What do you like best about AWS Cloud Map?**

The best part is that it allows us to register any type of application like a database or API endpoint etc. It also helps catch any downtimes by constantly monitoring if the location is up-to date.

**What do you dislike about AWS Cloud Map?**

Could have been a bit cheaper. Compared to the task it is doing, the prices seems a bit extra. All it seems to be doing is making get requests. So it could offer an everything included monthly plan for 0.1 $ maybe

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

Earlier I used to manually check all services. Or worse, I used to get to know about a service's status only when it failed. Cloud map helps me check that in a single place

  ### 28. Improve productivity using serverless applications

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ajay S. | Manager, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 27, 2022

**What do you like best about AWS Cloud Map?**

The most helpful thing about using AWS Cloud is that availability of all application increase drastically.

**What do you dislike about AWS Cloud Map?**

We need to be very much aware of the design of the application in case the application use more resource it might shoot up the billing.

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

AWS Cloud helps to host applications without owning a server and which can easily be upgraded and downgraded as per one's needs. Also, it increases the availability time of application.

  ### 29. AWS cloud map review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ritik k. | SDE 1, Enterprise (> 1000 emp.)

**Reviewed Date:** August 07, 2022

**What do you like best about AWS Cloud Map?**

the service provides the current location of dynamically changing location of the services . and holds all the location of all the instances in case of scaling of traffic is more

**What do you dislike about AWS Cloud Map?**

its pricing as similar services can be achieved with different software with little to no extra effort .  a bit of security concern as all are services location is diretly stored in aws cloud map

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

having a custom name for services and their location. it stores the location of all the instances in case of scaling if traffic increases. easy to use even a lesser tech savvy person can understand it.

  ### 30. Discover service and resources locations easily

**Rating:** 4.5/5.0 stars

**Reviewed by:** Whowants T. | MTS, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 11, 2022

**What do you like best about AWS Cloud Map?**

AWS cloud map is a pretty good AWS native solution as an alternative to other third party products which manage services discovery in cloud. It also helps you maintain a cleaner code as logic related to service management or book-keeping is reduced from the code.

**What do you dislike about AWS Cloud Map?**

Learning curve can be a little steep for beginners due to somewhat complicated configurations but it gets smoother once you start to know things

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

We have a cloud native data management solution and we use AWS cloud map to keep track of all microservices and enables us to write cleaner application code

  ### 31. Fully Managed Service by AWS - Cloud Map to cloud resource discovery

**Rating:** 5.0/5.0 stars

**Reviewed by:** NARENDRA PAL SINGH R. | PROF., Small-Business (50 or fewer emp.)

**Reviewed Date:** August 04, 2022

**What do you like best about AWS Cloud Map?**

It supports almost all APIs Class and Integration as well as maintain the healthy status of all your application resources

**What do you dislike about AWS Cloud Map?**

It is a fully managed service, and as such am unable to find the point where i can dislike it.

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

It is a cloud resource discovery service that is fully managed. It provides better health monitoring. Easily integrate with the serverless application.

  ### 32. AWS Cloud Map - Best App for Service Discovery

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Automotive | Enterprise (> 1000 emp.)

**Reviewed Date:** July 05, 2022

**What do you like best about AWS Cloud Map?**

1. Good Integration support for applications with AWS and other sources
2. Easy to use ,good support and documentations available
3. Allows easy service discovery
4. Make other services easy to access with custom names

**What do you dislike about AWS Cloud Map?**

1. Initial setup and configuration are a bit tricky and require good prior knowledge
2. User Interface not friendly
3. This service is not available in trial account

**Recommendations to others considering AWS Cloud Map:**

A great product to go for easy managing of your services along with their locations and endpoints :)

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

1. Easily able to fetch required services with custom names
2. Need not to worry on locations and endpoints of connected services
3. Allows monitoring of services with good metrics dashboard.

  ### 33. AWS Cloud Map - Good service discovery tool

**Rating:** 4.5/5.0 stars

**Reviewed by:** Bhakti C. | Software engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 15, 2022

**What do you like best about AWS Cloud Map?**

AWS cloud map lets you maintain the entire workflow of your software system to its latest resources/objects very seamlessly. It not only makes application developer's life easier but also increases the application availability.

**What do you dislike about AWS Cloud Map?**

The pricing is a little bit of issue.it could be lowered down  little.

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

AWS cloud map lets us develop at a rapid speed by allowing us to give custom names for all different services and their resource location. Makes application development easy.

  ### 34. Cloud discovery and automated health checkup

**Rating:** 4.5/5.0 stars

**Reviewed by:** Mohit C. | Member Of Technical Staff, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 18, 2022

**What do you like best about AWS Cloud Map?**

Cloud map is good for not just application development but also great for keeping the healthcheck of latest status of a resource and providing only available resources, thus reducing the number of users/microservices reaching to a non reachable endpoint.

**What do you dislike about AWS Cloud Map?**

Configurations sometimes can be a little chaotic but nothing much to dislike apart from that

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

It helps us monitor our cloud microservices based cluster, enables ease of development and deployment integrations

  ### 35. Cloud Map makes life easy when is comes to cloud computing

**Rating:** 5.0/5.0 stars

**Reviewed by:** Karansingh R. | Analyst / Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 28, 2022

**What do you like best about AWS Cloud Map?**

Because of cloud map its easy to name services as per our need and work easily with them.

**What do you dislike about AWS Cloud Map?**

For now, I haven't faced any downside as of now.

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

It is helping in managing infrastructure easily.

  ### 36. When you are dealing with infrastructure scale, AWS cloud map is rescue.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Entertainment | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 29, 2022

**What do you like best about AWS Cloud Map?**

Best part is instead of writing manual configuration file and change then always in code, we can simply point our code to AWS cloud map and devops team can manage changes without change in code.

**What do you dislike about AWS Cloud Map?**

Many times my EC2 intances were down and AWS cloud map was still pointing it as live and healthy. It simply checks it EC2 instace is running ,it should also check if API hits are returning errors.

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

AWS cloud map helps you in defining all our resources (databases, server, caches etc.) at one location so that you don't need to update your code whenever you update any resource path or add any resource.

  ### 37. Scalable and helping to locate resources easily.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Yogita K. | Accounting Technician, and internal consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 20, 2022

**What do you like best about AWS Cloud Map?**

It is very seamless. It has increased the application availability. This will provide the current location of dynamic change location.

**What do you dislike about AWS Cloud Map?**

Pricing can be a Constraint for some. But overall very useful and helpful.

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

It can be easily integrated with other AWS services very effectively. Also helps in keeping the infrastructure very organized. It has efficiently reduced complexity.

  ### 38. Best Service Discovery Offering out there

**Rating:** 5.0/5.0 stars

**Reviewed by:** Uday K. | Senior Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 17, 2022

**What do you like best about AWS Cloud Map?**

I like that it is an inbuilt AWS offering and it integrates into all the other AWS services effectively and efficiently. This in conjunction with APP Mesh is a great way to handle fault-tolerant backend systems.

**What do you dislike about AWS Cloud Map?**

It can sometimes be a little overwhelming to set up all your services correctly but after it becomes very easy to manage. So Just the initial setup is hard.

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

I like that it is an inbuilt AWS offering and it integrates into all the other AWS services effectively and efficiently. This in conjunction with APP Mesh is a great way to handle fault-tolerant backend systems.

  ### 39. AWS CLOUD MAP REVIEW

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Automotive | Enterprise (> 1000 emp.)

**Reviewed Date:** July 20, 2022

**What do you like best about AWS Cloud Map?**

Firstly it is very helpful in keeping our infrastructure organized. plus a complete guide has been provided so bit easy to use.And the best part is it can be integrated with all the AWS offerings.

**What do you dislike about AWS Cloud Map?**

The initial set up, it requires an expert to do all the initial setups. Plus it's pricing is bit on higher side, so not easy to opt for small businesses, otherwise it is good.

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

Firstly it is very helpful in keeping our infrastructure organized. plus a complete guide has been provided so bit easy to use.And the best part is it can be integrated with all the AWS offerings.

  ### 40. AWS Cloud Map

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ganesh P. | Software Engineer 2, Enterprise (> 1000 emp.)

**Reviewed Date:** August 01, 2022

**What do you like best about AWS Cloud Map?**

As AWS resource service discovery increases availability of all AWS services
We can easily integrate with other AWS services

**What do you dislike about AWS Cloud Map?**

Intial configuration and setup takes time .But once basic configuration is set it will be smooth to use.

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

We often used to send data from one applications to other subscriberd apps . Since it is severless reduces complexity and cost.

  ### 41. A Good Resource Discovery Service

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Banking | Enterprise (> 1000 emp.)

**Reviewed Date:** June 27, 2022

**What do you like best about AWS Cloud Map?**

Its biggest benefit is that it integrates very well with the other AWS offerings. There is no major bugs, works as fast as lightning and no glitches whatsoever. The support service is also top-notch.

**What do you dislike about AWS Cloud Map?**

It is a bit complex and there is a learning curve involved. the service is also not very cheap and we had to do a long back and forth to get a short free trial. You will need some tech knowledge to use this.

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

We are exclusively using this for service discovery. Works as a brilliant tracker for business events and helps us decide when to scale up or down depending on business needs.

  ### 42. AWS Cloud Map

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 28, 2022

**What do you like best about AWS Cloud Map?**

As a resource discovery service, the availability of all AWS services increases rapidly, and its capability to integrate with other AWS services is commendable.

**What do you dislike about AWS Cloud Map?**

It is hard to get started with and have an initial setup. Bringing all the services together and tying them up together can get overwhelming. Once you have a basic setup, things get easier.

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

Definitely appreciate the inbuilt AWS offering and it integrates into all the other AWS services effectively and efficiently.A guide is provided so it gets easy to use, while maintaining the infra.

  ### 43. More Flexible to use

**Rating:** 5.0/5.0 stars

**Reviewed by:** Gopi S. | Senior Account Executive, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 19, 2022

**What do you like best about AWS Cloud Map?**

constantly monitors the user requirements and it gives updated helth status of our application.

**What do you dislike about AWS Cloud Map?**

It's providing a best service platform when compared to the competitors but reduce in subscription price will be more helpful for the user.

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

It's easy to use.user friendly. easy to access,store, rename, retrieve the data.regular update as per the user requirement.

  ### 44. Best way to organize your services

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 13, 2022

**What do you like best about AWS Cloud Map?**

It is really easy to use and makes a lot of sense in a way to keep your services organized

**What do you dislike about AWS Cloud Map?**

I don't have anything to mention at this time.

**Recommendations to others considering AWS Cloud Map:**

It's a nice tool in order to keep your cloud services organized

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

We have been using it in order to keep organized and correctly named our AWS services

  ### 45. AWS works great and data transfer has been speedy for our App - I recommend

**Rating:** 5.0/5.0 stars

**Reviewed by:** 🔹Michael Z. | CEO, Co-Founder, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 08, 2022

**What do you like best about AWS Cloud Map?**

No downtime and it's fast. We also appreciate the generous credits they give to early-stage start-ups like ours.

**What do you dislike about AWS Cloud Map?**

Nothing so far. We are very happy with the service we get from AWS

**Recommendations to others considering AWS Cloud Map:**

works great and generous startup credits so go for it! not sure what else

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

We needed a cloud solution that sends data back and forth quickly to customers using our app

  ### 46. New Way to View the Map by Cloud

**Rating:** 5.0/5.0 stars

**Reviewed by:** PRIYANKA J. | Educator, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 05, 2022

**What do you like best about AWS Cloud Map?**

It provides better integration with Amazon Elastic Container Service

**What do you dislike about AWS Cloud Map?**

Its very heavy sometimes and required some extra knowledge to configure with API

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

In the health sector and delivery network, we can easily integrate.

  ### 47. Price is high

**Rating:** 2.5/5.0 stars

**Reviewed by:** Aravind S. | Data Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 02, 2022

**What do you like best about AWS Cloud Map?**

Best one source approach for maintaining all the applications

**What do you dislike about AWS Cloud Map?**

Cost is too huge and huge dependency on the but reduces down time

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

One stop solution and reduce down time by continuous monitoring of health

  ### 48. King of cloud discovery resources

**Rating:** 4.5/5.0 stars

**Reviewed by:** Pallavi T. | Specialist, Enterprise (> 1000 emp.)

**Reviewed Date:** August 09, 2022

**What do you like best about AWS Cloud Map?**

define custom names for your application resources
and maintaing updated location

**What do you dislike about AWS Cloud Map?**

capital investment is required apart from this i dont think anything is bad

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

Increase application availibility
increase developer productivity

  ### 49. AWS Cloud map

**Rating:** 5.0/5.0 stars

**Reviewed by:** Tauseef M. | Managing Director, Enterprise (> 1000 emp.)

**Reviewed Date:** June 22, 2022

**What do you like best about AWS Cloud Map?**

Excellent support.
Complete guide available
Easy to use
Integration with containers
Security
DevOps
MQ

**What do you dislike about AWS Cloud Map?**

Little expensive for small scale businesses.
Trial free is not available.

**Recommendations to others considering AWS Cloud Map:**

Best available in the market

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

No need to invest on servers and don't have to worry about the cusomer data to be compromised.

  ### 50. Mapping Service By AWS

**Rating:** 5.0/5.0 stars

**Reviewed by:** Narendra Pal Singh R. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 05, 2022

**What do you like best about AWS Cloud Map?**

It can register with any service and resource.

**What do you dislike about AWS Cloud Map?**

Sometimes API integration has issues calling.

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

It is a fully managed service and efficiently works with DNS queries.



- [View AWS Cloud Map pricing details and edition comparison](https://www.g2.com/products/aws-cloud-map/reviews?section=pricing&secure%5Bexpires_at%5D=2026-05-29+06%3A12%3A44+-0500&secure%5Bsession_id%5D=29b02c8f-c356-44a1-bd50-c6346752b5fb&secure%5Btoken%5D=e952ff4d6203b3242118dcce47b3a855556db613f17030eeeed2ca68b5e25f8b&format=llm_user)
## AWS Cloud Map Integrations
  - [Agentforce Sales (formerly Salesforce Sales Cloud)](https://www.g2.com/products/agentforce-sales-formerly-salesforce-sales-cloud/reviews)


## Top AWS Cloud Map Alternatives
  - [Docker](https://www.g2.com/products/docker-inc-docker/reviews) - 4.6/5.0 (287 reviews)
  - [Google Kubernetes Engine (GKE)](https://www.g2.com/products/google-kubernetes-engine-gke/reviews) - 4.5/5.0 (215 reviews)
  - [ZooKeeper](https://www.g2.com/products/zookeeper/reviews) - 4.3/5.0 (87 reviews)

