-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathcloudmap_metadata.yaml
More file actions
50 lines (49 loc) · 2.24 KB
/
cloudmap_metadata.yaml
File metadata and controls
50 lines (49 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
cloudmap_CustomAttributes:
title: Using Cloud Map service discovery with custom attributes
title_abbrev: Cloud Map custom attributes
synopsis_list:
- Create an Cloud Map namespace
- Create a DynamoDB table
- Create an Cloud Map data service and register the DynamoDB table
- Create an IAM role for Lambda functions
- Create the Lambda function to write data
- Create an Cloud Map app service and register the Lambda write function
- Create the Lambda function to read data
category: Scenarios
languages:
Bash:
versions:
- sdk_version: 2
github_name: "Sample developer tutorials"
github: https://github.com/aws-samples/sample-developer-tutorials/tree/main/tuts/004-cloudmap-custom-attributes
excerpts:
- description:
snippet_files:
- tuts/004-cloudmap-custom-attributes/cloudmap-custom-attributes.sh
services:
servicediscovery: {
CreateHttpNamespace, GetOperation, ListNamespaces, CreateService, ListServices, RegisterInstance, DeregisterInstance, DeleteService, DeleteNamespace}
cloudmap_ServiceDiscovery:
title: Get started with Cloud Map service discovery
title_abbrev: Cloud Map service discovery
synopsis_list:
- Create a public DNS namespace with Route 53 hosted zone integration
- Create services discoverable via DNS queries and API calls
- Register service instances with different discovery configurations
- Discover services using both DNS queries and Cloud Map API
- Verify service discovery using dig command and API calls
- Clean up resources in proper order (instances, services, namespace)
category: Scenarios
languages:
Bash:
versions:
- sdk_version: 2
github_name: "Sample developer tutorials"
github: https://github.com/aws-samples/sample-developer-tutorials/tree/main/tuts/010-cloudmap-service-discovery
excerpts:
- description:
snippet_files:
- tuts/010-cloudmap-service-discovery/cloudmap-service-discovery.sh
services:
servicediscovery: {
CreatePublicDnsNamespace, GetOperation, ListNamespaces, CreateService, RegisterInstance, DiscoverInstances, DeregisterInstance, DeleteService, DeleteNamespace}