AWS Cloud Map HTTP Namespace

This page shows how to write Terraform and CloudFormation for AWS Cloud Map HTTP Namespace and write them securely.

aws_service_discovery_http_namespace (Terraform)

The HTTP Namespace in AWS Cloud Map can be configured in Terraform with the resource name aws_service_discovery_http_namespace. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

  • arn optional computed - string
  • description optional - string
  • id optional computed - string
  • name required - string
  • tags optional - map from string to string

Explanation in Terraform Registry

AWS::ServiceDiscovery::HttpNamespace (CloudFormation)

The HttpNamespace in ServiceDiscovery can be configured in CloudFormation with the resource name AWS::ServiceDiscovery::HttpNamespace. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

Explanation in CloudFormation Registry

The HttpNamespace resource is an AWS Cloud Map resource type that contains information about an HTTP namespace. Service instances that you register using an HTTP namespace can be discovered using a DiscoverInstances request but can't be discovered using DNS. For the current quota on the number of namespaces that you can create using the same AWS account, see AWS Cloud Map quotas in the AWS Cloud Map Developer Guide.

Frequently asked questions

What is AWS Cloud Map HTTP Namespace?

AWS Cloud Map HTTP Namespace is a resource for Cloud Map of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.