Upgrading BOSH Director on AWS
Page last updated:
Warning: Pivotal Cloud Foundry (PCF) v2.3 is no longer supported because it has reached the End of General Support (EOGS) phase as defined by the Support Lifecycle Policy. To stay up to date with the latest software and security updates, upgrade to a supported version.
This topic describes how to upgrade BOSH Director for Pivotal Cloud Foundry (PCF) on Amazon Web Services (AWS).
Complete the tasks in this topic as part of the Ops Manager upgrade process. For more information, see Upgrading Pivotal Cloud Foundry.
Overview
In this procedure, you create an Ops Manager VM instance to host the upgraded version of Ops Manager. Then, to complete the Ops Manager upgrade, you export your existing Ops Manager installation onto this new VM.
For PCF installations on AWS, the VM that hosts the new version of Ops Manager uses an Amazon Machine Image (AMI) specific to your region.
To create an Ops Manager VM instance, do the following:
Retrieve the Ops Manager AMI ID. See Retrieve Ops Manager AMI ID.
Launch the AMI. See Launch Ops Manager AMI.
Edit the Ops Manager DNS A Record. See Edit Ops Manager DNS A Record.
Prerequisites
To complete the Ops Manager upgrade, you must have your Ops Manager decryption passphrase. You defined this decryption passphrase during the initial installation of Ops Manager.
Retrieve Ops Manager AMI ID
Ops Manager has a different AMI ID for each region. Retrieve and record the AMI ID for your region. You use this AMI ID when launching the Ops Manager AMI instance.
To retrieve the AMI ID for Ops Manager, perform the following steps:
- Navigate to the Pivotal Cloud Foundry Operations Manager section of Pivotal Network.
- Select the version of PCF you want to install from the Releases dropdown.
- In the Release Download Files, click the file named Pivotal Cloud Foundry Ops Manager for AWS to download a PDF.
- Open the PDF and record the AMI ID for your region.
Launch Ops Manager AMI
Use the AMI ID for your region to launch an AMI instance that hosts the new version of Ops Manager.
To launch the AMI for Ops Manager, perform the following steps:
- Navigate to your EC2 Dashboard.
- Click AMIs from the Images menu.
- Select Public images from the drop-down filter that says Owned by me.
Paste the AMI ID for your region into the search bar and press enter.
Note: There is a different AMI for each region. If you cannot locate the AMI for your region, verify that you have set your AWS Management Console to your desired region. If you still cannot locate the AMI, log in to the Pivotal Network and file a support ticket.
(Optional) If you want to encrypt the VM that runs Ops Manager with AWS Key Management Service (KMS), perform the following additional steps:
- Right click the row that lists your AMI and click Copy AMI.
- Select your Destination region.
- Enable Encryption. For more information about AMI encryption, see Encryption and AMI Copy from the Copying an AMI topic in the AWS documentation.
- Select your Master Key. To create a new custom key, see Creating Keys in the AWS documentation.
- Click Copy AMI. You can use the new AMI you copied for the following steps.
Select the row that lists your Ops Manager AMI and click Launch.
Choose m5.large for your instance type and click Next: Configure Instance Details.
Configure the following for your instance:
- Network: Select the VPC that you created.
- Subnet: Select
pcf-public-subnet-az0
. - Auto-assign for Public IP: Select Enable.
- IAM role: Select the IAM role associated with your pcf-user profile. If you have not created one, click Create new IAM role and follow the Guidelines for Creating User Roles on AWS.
- For all other fields, accept the default values.
Click Next: Add Storage and adjust the Size (GiB) value. The default persistent disk value is 50 GB. Pivotal recommends increasing this value to a minimum of 100 GB.
Click Next: Tag Instance
On the Add Tags page, add a tag with the key
Name
and valuepcf-ops-manager
.Click Next: Configure Security Group.
Select the
pcf-ops-manager-security-group
that you created in Step 5: Configure a Security Group for Ops Manager.Click Review and Launch and confirm the instance launch details.
Click Launch.
Select the
pcf-ops-manager-key
key pair, confirm that you have access to the private key file, and click Launch Instances. You use this key pair to access the Ops Manager VM.
Edit Ops Manager DNS A Record
After you deploy the new Ops Manager VM, edit the Ops Manager DNS record in the EC2 dashboard to point to the IP address for the new VM.
To edit the Ops Manager DNS A record, do the following:
Click View Instances to access the Instances page on the EC2 Dashboard.
Select the VM that you created in the previous section.
Locate the IPv4 Public IP value in the instance Description tab, and record this value for use in the next step.
In your DNS provider, edit the A record for
pcf.YOUR-SYSTEM-DOMAIN
to point to the IP address recorded in the previous step.
Next Steps
After you complete this procedure, continue the upgrade instructions in Upgrading Pivotal Cloud Foundry topic.