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
{{ message }}
This repository was archived by the owner on Mar 1, 2020. It is now read-only.
@@ -45,7 +45,7 @@ If you do not provide your own `deployment inputs` below, you must add these sec
45
45
46
46
On your Cloudify Manager, navigate to `Local Blueprints` select `Upload`.
47
47
48
-
[Right-click and copy URL](https://github.com/cloudify-examples/vpc-scenario2-blueprint/archive/master.zip). Paste where it says `Enter blueprint url`. Provide a blueprint name, such as `examples-network` in the field labeled `blueprint name`. Select `simple-blueprint.yaml` from `Blueprint filename` menu.
48
+
[Right-click and copy URL](https://github.com/cloudify-examples/aws-example-network/archive/master.zip). Paste where it says `Enter blueprint url`. Provide a blueprint name, such as `examples-network` in the field labeled `blueprint name`. Select `simple-blueprint.yaml` from `Blueprint filename` menu.
49
49
50
50
After the new blueprint has been created, click the `Deploy` button.
51
51
@@ -54,10 +54,18 @@ Navigate to `Deployments`, find your new deployment, select `Install` from the `
54
54
55
55
## Update Deployment
56
56
57
+
### Stage 1
57
58
In order to provide outbound internet access to the private subnet, you can update the deployment.
58
59
59
-
Navigate to `Deployments`, find your deployment, click on it. Once the deployment's page has loaded, click the `Update Deployment` button. [Right-click and copy URL](https://github.com/cloudify-examples/vpc-scenario2-blueprint/archive/master.zip). Paste where it says `Enter new blueprint url`. This time, select `update-blueprint.yaml` from `Blueprint filename` menu.
60
+
Navigate to `Deployments`, find your deployment, click on it. Once the deployment's page has loaded, click the `Update Deployment` button. [Right-click and copy URL](https://github.com/cloudify-examples/aws-example-network/archive/master.zip). Paste where it says `Enter new blueprint url`. This time, select `update-blueprint.yaml` from `Blueprint filename` menu.
60
61
62
+
### Stage 2
63
+
64
+
This update deployment stage will add support to the following:
65
+
- VPN Connection to old vpc `vpc_1` node
66
+
- VPC Peering between two vpc `vpc_1` & `vpc_2`
67
+
68
+
Navigate to `Deployments`, find your deployment, click on it. Once the deployment's page has loaded, click the `Update Deployment` button. [Right-click and copy URL](https://github.com/cloudify-examples/aws-example-network/archive/master.zip). Paste where it says `Enter new blueprint url`. This time, select `vpc-peering-blueprint.yaml` from `Blueprint filename` menu.
0 commit comments