Skip to content

Commit 6f55d7b

Browse files
committed
pulling back documentation changes
1 parent 1f6e6bb commit 6f55d7b

25 files changed

Lines changed: 0 additions & 404 deletions

docs/content/110-appendices.adoc

Lines changed: 0 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -9,105 +9,6 @@
99

1010
This documentation was generated for GeoWave version ${project.version} from commit ${buildNumber}.
1111

12-
[[vpc-appendix]]
13-
[appendix]
14-
<<<
15-
=== Create EC2 VPC (Network Interface/Subnet Id)
16-
17-
From the “Services” dropdown, select VPC. Then click on the “Start VPC Wizard” button.
18-
19-
image::create-ec2-vpc-1.png[scaledwidth="100%",alt="VPC wizard"]
20-
21-
The default VPC setup is VPC with a single public subnet. This is what we will use for the example here, however other VPC
22-
setups will work as well.
23-
24-
image::create-ec2-vpc-2.png[scaledwidth="100%",alt="VPC subnet"]
25-
26-
You can use the default values for everything in this step and create a useable VPC. We recommend that you add a VPC name and
27-
change the default Subnet name to make them both easier to identify later on.
28-
29-
Click the “Create VPC” button and after a short period of time you will receive a confirmation of your VPC creation.
30-
31-
Click the “Subnets” link on the left side of the page and find your new subnet.
32-
33-
image::create-ec2-vpc-3.png[scaledwidth="100%",alt="VPC created"]
34-
35-
Record the Subnet ID. You will need it if you are using the AWS CLI method to create your cluster.
36-
37-
For a more detailed walkthough of creating an AWS VPC please see the Amazon documentation http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/getting-started-create-vpc.html[here].
38-
39-
[[bucket-appendix]]
40-
[appendix]
41-
<<<
42-
43-
=== Create AWS S3 Bucket
44-
45-
From the “Services” dropdown, select S3 then click the “Create Bucket” button.
46-
47-
image::create-aws-bucket-1.png[scaledwidth="100%",alt="Create bucket"]
48-
49-
Enter your desired name for the bucket, select your region and click the “Create” button.
50-
51-
For more detailed information on creating and using S3 buckets please see the Amazon documentation http://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html[here].
52-
53-
[[keypair-appendix]]
54-
[appendix]
55-
<<<
56-
57-
=== Create EC2 Key Pair
58-
59-
From the “Services” dropdown, select EC2. Then select the “Key Pairs” link on the left side of the page and click the
60-
“Create Key Pair” button.
61-
62-
*Note:* Ensure that your selected region (top right side of the page) is the same as the one you will be creating you
63-
cluster in. Key pairs cannot be used across regions.
64-
65-
Enter a name for the key pair in the popup and click the “Create” button.
66-
67-
image::create-key-pair-1.png[scaledwidth="100%",alt="Create key pair"]
68-
69-
When you create the key pair Amazon will automatically begin to download your private key. Save this somewhere you will
70-
remember, because you will need it to ssh into your cluster.
71-
72-
For more detailed information on AWS EC2 Key Pairs please see the Amazon documentation http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#having-ec2-create-your-key-pair[here].
73-
74-
[[security-appendix]]
75-
[appendix]
76-
<<<
77-
78-
=== Create EC2 Security Group
79-
80-
From the “Services” dropdown, select EC2. Then select the “Security Groups” link on the left side of the page and click the
81-
“Create Security Group” button.
82-
83-
image::create-security-group-1.png[scaledwidth="100%",alt="Create security group"]
84-
85-
Enter a name for the security group, a description (if desired) and select the VPC to associate this security group with.
86-
87-
If you haven’t created a VPC please see the <<create-ec2-vpc-network-interface-subnet-id, Create EC2 VPC section>>.
88-
89-
Click the “Create” button to create your security group.
90-
91-
Select your security group from the list. Click on the “Inbound” tab towards the bottom of the page and click the
92-
“Edit” button.
93-
94-
image::create-security-group-2.png[scaledwidth="100%",alt="Create security group"]
95-
96-
In the popup window, select SSH from the “Type” drop down, Anywhere from the “Source” drop down, then click the “Save”
97-
button.
98-
99-
image::create-security-group-3.png[scaledwidth="100%",alt="Create security group"]
100-
101-
For more detailed information on AWS EC2 Security Groups please see the Amazon documentation http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html[here].
102-
103-
[[cli-appendix]]
104-
[appendix]
105-
<<<
106-
107-
=== AWS CLI Setup
108-
109-
Please see the Amazon documentation http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html[here].
110-
11112
[[todo-appendix]]
11213
[appendix]
11314
<<<

0 commit comments

Comments
 (0)