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: content/trial_getting_started/examples/basic/aws_basics.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,10 @@ You should already be familiar with the concepts from the [Fundamentals Example.
29
29
This example expects the following prerequisites:
30
30
31
31
* A {{< param cfy_manager_name >}} setup ready. This can be either a [{{< param mgr_hosted_title >}}]({{< param mgr_hosted_link >}}), a [{{< param mgr_premium_title >}}]({{< param mgr_premium_link >}}), or a [{{< param mgr_community_title >}}]({{< param mgr_community_link >}}).
32
-
* Access to {{< param cloud >}} infrastructure is required to demonstrate this example.
32
+
* Access to {{< param cloud >}} infrastructure is required to demonstrate this example {and you already configured AWS API Keys}.
33
+
34
+
**NOTE** , if you don't have that already ...
35
+
{{< param cloud >}} credentials can be created by following the guide [here]({{< param cloud_auth_ui_link>}}).
33
36
34
37
## Deployment Steps
35
38
@@ -44,9 +47,9 @@ Create the following secrets in the {{< param cfy_manager_name >}}:
|`aws_access_key_id`| The access key ID used to access AWS |
47
-
|`aws_secret_access_key` The secret access key used to access AWS ||
50
+
|`aws_secret_access_key`| The secret access key used to access AWS |
51
+
48
52
49
-
{{< param cloud >}} credentials can be created by following the guide [here]({{< param cloud_auth_ui_link>}}).
50
53
51
54
### Upload Plugins
52
55
@@ -61,15 +64,15 @@ Upload the following plugins to the {{< param cfy_manager_name >}}:
61
64
62
65
### Upload Blueprint
63
66
64
-
The blueprint for this example handles describes all of the components in the environment's topology. Upload a new blueprint to the {{< param cfy_manager_name >}} with the values below.
67
+
The blueprint for this example describes all of the components in the environment's topology. Upload a new blueprint to the {{< param cfy_manager_name >}} with the values below.
65
68
66
69
Please refer to the [Fundamentals Example]({{< relref "/trial_getting_started/examples/fundamentals/" >}}) for an explanation of how to upload a blueprint using the [UI]({{< relref "/trial_getting_started/examples/fundamentals/#upload-blueprint" >}}) or [CLI]({{< relref "/trial_getting_started/examples/fundamentals/#upload-blueprint-and-deploy" >}})
Once the blueprint has been uploaded, it will be displayed on the Blueprints page. Create a new deployment, adjusting any inputs as needed.
75
78
@@ -89,7 +92,7 @@ This example deployed a simple infrastructure. A virtual instance (VM) was creat
89
92
* Examining the Deployment page in the {{< param cfy_console_name >}} for more information about your deployed nodes, topology, installation logs.
90
93
91
94
92
-
You can log in to the newly deployed {{< param cloud >}} instance by obtaining the public IP, SSH username, and SSH private key ouputs and capabilities.
95
+
You can log in to the newly deployed {{< param cloud >}} instance by obtaining the public IP, SSH username, and SSH private key from ouputs and capabilities.
93
96
94
97
Please refer to the [Fundamentals Example]({{< relref "/trial_getting_started/examples/fundamentals/" >}}) for an explanation of verification steps, including how to obtain outputs and capabilities using the [UI]({{< relref "/trial_getting_started/examples/fundamentals/#validate" >}}) or [CLI]({{< relref "/trial_getting_started/examples/fundamentals/#validate-1" >}})
Copy file name to clipboardExpand all lines: content/trial_getting_started/examples/fundamentals/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ To upload a blueprint to the {{< param cfy_manager_name >}}, select the **Bluepr
88
88
89
89
Once the blueprint is uploaded, it will be displayed in the Blueprints widget. To deploy the blueprint, click the **Deploy** button next to the blueprint you wish to deploy. Specify the deployment name and click **Install**:
90
90
91
+
>Note: you can also levrage deploy feature which will create the deployment and not trigger install , which you can do later on.
92
+
91
93

92
94
93
95
You will be directed to the **Deployment** page and will be able to track the progress of the execution:
0 commit comments