Skip to content

Commit c8c01a0

Browse files
committed
a-bit-of-a-mess
1 parent d5996de commit c8c01a0

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

content/trial_getting_started/examples/basic/aws_basics.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ You should already be familiar with the concepts from the [Fundamentals Example.
2929
This example expects the following prerequisites:
3030

3131
* 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>}}).
3336

3437
## Deployment Steps
3538

@@ -44,9 +47,9 @@ Create the following secrets in the {{< param cfy_manager_name >}}:
4447
| Secret Name | Description |
4548
| ---------------------------------------------------------------- | ------------------------------------ |
4649
| `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+
4852

49-
{{< param cloud >}} credentials can be created by following the guide [here]({{< param cloud_auth_ui_link>}}).
5053

5154
### Upload Plugins
5255

@@ -61,15 +64,15 @@ Upload the following plugins to the {{< param cfy_manager_name >}}:
6164

6265
### Upload Blueprint
6366

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.
6568

6669
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" >}})
6770

6871
* **Blueprint package**: `https://github.com/cloudify-community/blueprint-examples/releases/download/latest/virtual-machine.zip`
69-
* **Blueprint name**: virtual-machine
72+
* **Blueprint name**: `<any-blueprint-id-that-will-be-used-later-on>`
7073
* **Blueprint YAML file**: aws.yaml
7174

72-
### Deploy & Install
75+
### Deploy and Install
7376

7477
Once the blueprint has been uploaded, it will be displayed on the Blueprints page. Create a new deployment, adjusting any inputs as needed.
7578

@@ -89,7 +92,7 @@ This example deployed a simple infrastructure. A virtual instance (VM) was creat
8992
* Examining the Deployment page in the {{< param cfy_console_name >}} for more information about your deployed nodes, topology, installation logs.
9093

9194

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.
9396

9497
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" >}})
9598

content/trial_getting_started/examples/fundamentals/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ To upload a blueprint to the {{< param cfy_manager_name >}}, select the **Bluepr
8888

8989
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**:
9090

91+
>Note: you can also levrage deploy feature which will create the deployment and not trigger install , which you can do later on.
92+
9193
![Create a deployment]( /images/trial_getting_started/first_service/fundamentals/create_deployment.png )
9294

9395
You will be directed to the **Deployment** page and will be able to track the progress of the execution:

0 commit comments

Comments
 (0)