...
Ditto for auth-prod and reposvc-prod
Create MySQL database
If necessary, create a new schema in the AWS RDS, e.g. using MySQL Workbench.
The schema name, for example, might be 'prodRepositoryDb'
Configure Environments
For the authentication service:
...
For 'SSL Cert' choose arn:aws:iam::325565585839:server-certificate/SynapseCert
Click on 'container' and enter the following:
AWS_ACCESS_KEY_ID: <<the appropriate key ID>>
AWS_SECRET_KEY: <<the appropriate secret key>>
JDBC_CONNECTION_STRING: jdbc:mysql://repo.c5sxx7pot9i8.us-east-1.rds.amazonaws.com/prodRepositoryDb
where 'prodRepositoryDb' is replaced by the schema name chosen above.
PARAM1: <<user in the DB schema>>
PARAM2: <<user password>>
PARAM3: <<???>>
PARAM4: <<???>>
For the Synapse Web Application:
...
For 'SSL Cert' choose arn:aws:iam::325565585839:server-certificate/SynapseCert
...
Set up Crowd
If necessary, the instructions are here:
...