Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with 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.
Content language: English
Select tags to filter
Sort by most recent
54 results
I just see an option to create VPC link to NLB, there is nothing elese e.g. Cloudmap which is available for HTTP based apis. I am using ECS Service connect.
I have 2 services: nginx and nodejs in same VPC, cluster. I'm using ecs service connect to forward request from nginx to nodejs server. Now I'm facing with issue: when everything work fine, I force ne...
I am deploying Nginx and Node.js services on ECS. Nginx listens for requests from the ALB and forwards them to Node.js. Nginx uses upstream and proxy_pass to forward requests to the Node.js service. A...
when i update the ECS service with service discovery (Cloudmap, etc) , it does not add PORT to the target, while manually I can add one.
Hello,
I have EKS pod provide some api, and now want to register pod into cloudmap service, is there any way to register pod into cloudmap service automatically?
For example, if the node is changed,...
Can I use AWS Workload Discovery on an existing AWS infrastructure? I need to create a visual diagram of my current AWS architecture without having to manually create a workflow diagram, not trying to...
My backend setup for https://api.example.com is Route 53 -> Api Gateway HTTP API -> Cloud Map -> An EC2 instance running docker/django. When I make a fetch request from https://example.com, I get the ...
I have 2 ECS clusters say cluster A and cluster B each having multiple ECS services running like service-a1, service-a2, etc and service-b1, service-b2, etc respectively. Each service is running multi...
I have a setup with where I have the following:
* Custom domain name for HTTP API GW
* HTTP API GW with ANY proxy route. This route has a VPC LINK integration with CloudMap
* CloudMap Namespace with 1...
How Are Cloud Map Service IDs Generated?
I am creating a Service via CDK. It seems like no matter how many times I destroy and re deploy the Service it always has the same ID.
Using CDK, I am trying to configure an HTTP API Gateway integration that will proxy traffic to an ECS Service using Cloud Map and Service Connect. I need to specify the ARN of a service discovery ser...
1. AWS ECS **services per namespace** quotas
I want to ask about AWS ECS quotas for **services per namespace**
Does it mean that the namespace of Cloud Map can only be bound to a maximum of 100 servic...