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.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
# VPC-Scenario2
2
+
# AWS Example Network
3
3
4
4
Amazon's [VPC Scenario 2](https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Scenario2.html) is the classic network architecture. It can support public-facing and private components.
5
5
@@ -34,18 +34,18 @@ _Check the blueprint for the exact version of the plugin._
34
34
35
35
If you do not provide your own `deployment inputs` below, you must add these secrets to your Cloudify Manager `tenant`:
36
36
37
-
* aws_access_key_id
38
-
* aws_secret_access_key
39
-
* ec2_region_name, such as `us-east-1`.
40
-
* ec2_region_endpoint, such as `ec2.us-east-1.amazonaws.com`.
41
-
* availability_zone, such as `us-east-1c`.
37
+
*`aws_access_key_id`
38
+
*`aws_secret_access_key`
39
+
*`ec2_region_name`, such as `us-east-1`.
40
+
*`ec2_region_endpoint`, such as `ec2.us-east-1.amazonaws.com`.
41
+
*`availability_zone`, such as `us-east-1c`.
42
42
43
43
44
44
## Installation
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 `aws-vpc-scenario2` 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/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.
49
49
50
50
After the new blueprint has been created, click the `Deploy` button.
0 commit comments