This issue is resolved in an upcoming release of the Management Pack for AWS for vRealize Operations Manager 6.x.
To resolve this issue, add the AWS root certificates to the vRealize Operations Manager 6.x trust store:
- Download the attached 52482_aws_import_certs.tar.gz tar file.
- Copy the 52482_aws_import_certs.tar.gz tar file to /tmp of the vRealize Operations Manager Primary node.
- Log into the Primary node as root via SSH or Console.
- Change to the /tmp directory:
cd /tmp
- Extract the 52482_aws_import_certs.tar.gz tar file:
tar -zxvf 52482_aws_import_certs.tar.gz
- Change to the /tmp/aws_import_certs directory:
cd /tmp/aws_import_certs
- Execute the script to install the AWS root certificates to the vRealize Operations Manager 6.x trust store:
./import_aws_certs.py
Note: This script will restart the collector service on the vRealize Operations Manager node.
- Repeat steps 2-7 on all other nodes in the cluster.