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 up to 5 tags to filter
Sort by most recent
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...
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...
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...
I am going to use ECS on EC2 for the API architecture that will involve running several Services (e.g. separate adjustable 'container sets'). I need service-to-service communication for them and seems...
![Enter image description here](/media/postImages/original/IMOBm6eNbOT0-Rod--i0cMFg)
Using this architecture I have set up my http api in account a. I added an integration with a vpc link using cloud...
I need to create a cloud map service that will allow my http api in account A to communicate with my private rest api in account B. This service needs to register the private endpoint's DNS name. What...
I am setting up a VPC endpoint to allow communication between my two AWS Accounts. Account A is using an http api with cloud map to call the private api in account b. I need to setup a VPC endpoint in...
How do I configure my VPC link to point to a CloudMap service in a separate account. When I go to make a VPC link, I have to choose a VPC, but only see VPCs in my own account. I want to be registering...