Skip to content

Commit 458c016

Browse files
committed
Merge branch '7.2.0-post' into 7.2.1-post
2 parents 5ffc9de + 8c7b2d8 commit 458c016

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
This example uses :ref:`ccloud-stack` to automatically create a stack of fully managed services in |ccloud|.
1+
This example uses the :cloud:`ccloud-stack utility for Confluent Cloud|examples/ccloud/docs/ccloud-stack.html` to automatically create a stack of fully managed services in |ccloud|.
22
By default, the ``ccloud-stack`` utility creates resources in a new |ccloud| environment in cloud provider ``aws`` in region ``us-west-2``.
33
If you want to reuse an existing |ccloud| environment, or if ``aws`` and ``us-west-2`` are not the target provider and region, you may configure :ref:`other ccloud-stack options <ccloud-stack-options>` before you run this example.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
The easiest way to follow this tutorial is with `Confluent Cloud <https://www.confluent.io/confluent-cloud/tryfree/>`__ because you don't have to run a local |ak| cluster.
22
When you sign up for `Confluent Cloud <https://www.confluent.io/confluent-cloud/tryfree/>`__, apply promo code ``C50INTEG`` to receive an additional $50 free usage (`details <https://www.confluent.io/confluent-cloud-promo-disclaimer/>`__).
33
From the Console, click on `LEARN <https://confluent.cloud/learn>`__ to provision a cluster and click on ``Clients`` to get the cluster-specific configurations and credentials to set for your client application.
4-
You can alternatively use the supported `CLI <https://docs.confluent.io/confluent-cli/current/>`__ or `REST API <https://docs.confluent.io/cloud/current/client-apps/kafka-rest/krest-qs.html>`__, or the community-supported :ref:`ccloud-stack`.
54

6-
If you don't want to use |ccloud|, you can also use this tutorial with a |ak| cluster running on your :ref:`local host <quickstart>` or any other remote server.
5+
You can alternatively use the supported `CLI <https://docs.confluent.io/confluent-cli/current/>`__ or `REST API <https://docs.confluent.io/cloud/current/get-started/krest-qs.html>`__, or the community-supported :cloud:`ccloud-stack utility for Confluent Cloud|examples/ccloud/docs/ccloud-stack.html`.

cloud-etl/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Run
211211
CLUSTER_CLOUD=azure CLUSTER_REGION=westus2 ./start.sh
212212
213213
214-
#. As part of this script run, :ref:`ccloud-stack` creates a new |ccloud| stack of fully-managed resources and also generates a local configuration file with all connection information, cluster IDs, and credentials, which is useful for other demos/automation. View this local configuration file, where ``SERVICE ACCOUNT ID`` is auto-generated by the script.
214+
#. As part of this script run, the :cloud:`ccloud-stack utility for Confluent Cloud|examples/ccloud/docs/ccloud-stack.html` creates a new |ccloud| stack of fully-managed resources and also generates a local configuration file with all connection information, cluster IDs, and credentials, which is useful for other demos/automation. View this local configuration file, where ``SERVICE ACCOUNT ID`` is auto-generated by the script.
215215

216216
.. sourcecode:: bash
217217

0 commit comments

Comments
 (0)