0% found this document useful (0 votes)
43 views1 page

Configuring Amazon Rds As Peoplesoft Database 33

This document provides instructions for configuring an Amazon Route 53 DNS alias record to direct traffic for a PeopleSoft database hosted on Amazon RDS. It describes setting the record type to CNAME, setting the TTL to 300 seconds, and specifying the RDS instance hostname as the value without port information. It also provides an AWS CLI command example to create the Route 53 resource record set and the URL format to then connect to the PeopleSoft database using the DNS alias name and port.

Uploaded by

anandduhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views1 page

Configuring Amazon Rds As Peoplesoft Database 33

This document provides instructions for configuring an Amazon Route 53 DNS alias record to direct traffic for a PeopleSoft database hosted on Amazon RDS. It describes setting the record type to CNAME, setting the TTL to 300 seconds, and specifying the RDS instance hostname as the value without port information. It also provides an AWS CLI command example to create the Route 53 resource record set and the URL format to then connect to the PeopleSoft database using the DNS alias name and port.

Uploaded by

anandduhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Amazon Web Services Configuring Amazon RDS as an Oracle PeopleSoft Database

• Type: Choose CNAME.

• Alias: Choose No.

• TTL (Seconds): Enter 300.

• Value: The RDS instance hostname (do not add the port information
1521).

Using the AWS CLI


Execute the following command:

aws route53 change-resource-record-sets --hosted-zone-id


Z234334ABCDEF --change-batch '{"Changes": [{"Action":
"CREATE", "ResourceRecordSet": {"Name":
"psdmo.peoplesoft.local","Type": "CNAME", "TTL": 300,
"ResourceRecords": [{"Value":
"psdmo.ak34e3k.rds.amazonaws.com"}]}}]}'

After creating a DNS alias, connect to our demo database using the following
URL:

psfdmo.peoplesoft.local:1521/psfdmo

Page 29

You might also like