forked from pivotal-cf/docs-pks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aws-requirements.html.md.erb
105 lines (89 loc) · 3.21 KB
/
aws-requirements.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
title: AWS Prerequisites and Resource Requirements
owner: PKS
---
<strong><%= modified_date %></strong>
This topic describes the prerequisites and resource requirements for installing <%= vars.product_full %> on Amazon Web Services (AWS).
##<a id='prerequisites'></a> Prerequisites
Before you install <%= vars.product_short %>, you must install one of the following:
* Ops Manager <%= vars.ops_man_version_2_5 %>
* Ops Manager <%= vars.ops_man_version_2_6 %>
<p class="note"><strong>Note:</strong> You use Ops Manager to install and configure <%= vars.product_short %>. Each
version of Ops Manager supports multiple versions of <%= vars.product_short %>. To confirm that your Ops Manager version
supports the version of <%= vars.product_short %> that you install, see <a href="release-notes.html"><%= vars.product_short %> Release Notes</a>.</p>
To install an Ops Manager version that is compatible with the <%= vars.product_short %> version you intend to use,
follow the instructions in the corresponding version of the Ops Manager documentation.
<p class="note"><strong>Note</strong>: The topics below provide the Terraform procedures for deploying Ops Manager on AWS, not the manual procedures. The Terraform procedures are the currently supported path for deploying Ops Manager on AWS for use with <%= vars.product_short %>.</p>
<table>
<tr>
<th>Version</th>
<th></th>
</tr>
<tr>
<td>Ops Manager v2.5</td>
<td>
<ul>
<li><a href="https://docs.pivotal.io/pcf/om/2-5/aws/prepare-env-terraform.html">Deploying Ops Manager on AWS Using Terraform</a></li>
<li><a href="https://docs.pivotal.io/pcf/om/2-5/aws/config-terraform.html">Configuring BOSH Director on AWS Using Terraform</a></li>
</ul>
</td>
</tr>
<tr>
<td>Ops Manager v2.6</td>
<td>
<ul>
<li><a href="https://docs.pivotal.io/pcf/om/2-6/aws/prepare-env-terraform.html">Deploying Ops Manager on AWS Using Terraform</a></li>
<li><a href="https://docs.pivotal.io/pcf/om/2-6/aws/config-terraform.html">Configuring BOSH Director on AWS Using Terraform</a></li>
</ul>
</td>
</tr>
</table>
##<a id='resources'></a> Resource Requirements
Installing Ops Manager and <%= vars.product_short %> requires the following virtual machines (VMs):
<table>
<tr>
<th>VM Name</th>
<th>VM Type</th>
<th>Default VM Count</th>
</tr>
<tr>
<td>Pivotal Container Service</td>
<td>m4.large ^*</td>
<td>1</td>
</tr>
<tr>
<td>BOSH Director</td>
<td>m4.large</td>
<td>1</td>
</tr>
</table>
<%= partial '_increase_persistent_disk' %>
<h3> Kubernetes Cluster Resources </h3>
Each Kubernetes cluster provisioned through <%= vars.product_short %> deploys the VMs listed below. If you deploy more
than one Kubernetes cluster, you must scale your allocated resources appropriately.
<table>
<tr>
<th>VM Name</th>
<th>Number</th>
<th>CPU Cores</th>
<th>RAM</th>
<th>Ephemeral Disk</th>
<th>Persistent Disk</th>
</tr>
<tr>
<td>master</td>
<td>1</td>
<td>2</td>
<td>4 GB</td>
<td>32 GB</td>
<td>5 GB</td>
</tr>
<tr>
<td>worker</td>
<td>1</td>
<td>2</td>
<td>4 GB</td>
<td>32 GB</td>
<td>50 GB</td>
</tr>
</table>