You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cfn-resources/stream-connection/README.md
+48-2Lines changed: 48 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,52 @@ For instructions on setting up a profile, [see here](/README.md#mongodb-atlas-ap
11
11
12
12
See the [resource docs](docs/README.md). Also refer [AWS security best practices for CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/security-best-practices.html#creds) to manage credentials.
13
13
14
-
## Cloudformation Examples
14
+
## CloudFormation Examples
15
15
16
-
See the example [CFN Template](/examples/stream-connection/kafka-stream-connection.json) for example resource.
16
+
Example templates are available in the [examples directory](/examples/atlas-streams/stream-connection/):
17
+
18
+
-**Cluster Connection**: [cluster-stream-connection.json](/examples/atlas-streams/stream-connection/cluster-stream-connection.json) - Connects a Stream Workspace to an Atlas cluster
19
+
-**Kafka Connection**: [kafka-stream-connection.json](/examples/atlas-streams/stream-connection/kafka-stream-connection.json) - Connects a Stream Workspace to a Kafka cluster
20
+
-**Sample Connection**: [sample-stream-connection.json](/examples/atlas-streams/stream-connection/sample-stream-connection.json) - Uses a sample dataset
21
+
22
+
For detailed deployment and verification instructions, see the [examples README](/examples/atlas-streams/stream-connection/README.md).
23
+
24
+
## Deployment
25
+
26
+
### Prerequisites
27
+
1. An existing Atlas project
28
+
2. An existing Stream Workspace (create using `atlas streams instances create`)
29
+
3. For Cluster connections: An existing Atlas cluster
30
+
4. AWS credentials configured with CloudFormation permissions
0 commit comments