forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_filestore_s3_config.html.md.erb
45 lines (42 loc) · 2.56 KB
/
_filestore_s3_config.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
To use an external S3-compatible filestore for your Elastic Runtime file storage, perform the following steps:
1. In the Elastic Runtime tile, select **File Storage**.
1. Select the **External S3-Compatible Filestore** option and complete the following fields:
* Prepend `https://` to the endpoint for your region and copy it
into the Ops Manager **URL Endpoint** field.
<br />
For example, in the **us-west-2** region, use
`https://s3-us-west-2.amazonaws.com/`.
* Enter the **Access Key** and **Secret Key** of the `pcf-user` you created when configuring AWS for PCF.
* For **S3 Signature Version** and **Region**, use the **V4 Signature** values. AWS recommends using [Signature Version 4](http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html#signature-versions).
* For **Region**, enter the region in which your S3 buckets are located, such as `us-west-2`.
* Select **Server-side Encryption (available for AWS S3 only)** to encrypt the contents of your S3 filestore.
* Enter values for the remaining fields as follows:
<table border="1" class="nice" >
<tr>
<th>Ops Manager Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td><strong>Buildpacks Bucket Name</strong></td>
<td><code>pcf-buildpacks-bucket</code><br></td>
<td>This S3 bucket stores app buildpacks.</td>
</tr>
<tr>
<td><strong>Droplets Bucket Name</strong></td>
<td><code>pcf-droplets-bucket</code></td>
<td>This S3 bucket stores app droplets. Pivotal recommends that you use a unique bucket name for droplets, but you can also use the same name as above.</td>
</tr>
<tr>
<td><strong>Packages Bucket Name</strong></td>
<td><code>pcf-packages-bucket</code></td>
<td>This S3 bucket stores app packages. Pivotal recommends that you use a unique bucket name for packages, but you can also use the same name as above.</td>
</tr>
<tr>
<td><strong>Resources Bucket Name</strong></td>
<td><code>pcf-resources-bucket</code></td>
<td>This S3 bucket stores app resources. Pivotal recommends that you use a unique bucket name for app resources, but you can also use the same name as above.</td>
</tr>
</table>
1. Click **Save**.
<p class="note"><strong>Note</strong>: For more information regarding AWS S3 Signatures, see the <a href="http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating Requests</a> topic in the AWS documentation.</p>