AWS Deployment Artefacts
Prerequisite
Follow the instructions in the page - Account Aggregation with notification delivery feature in order to enable the notification feature.
Deployment Artifacts
This section shows the folder structure of Account Aggregation package. Account Aggregation Microservices for AWS deployment is available as single release bundle - ms-accountaggregation-package-aws-<release.xxxx>.zip.
It consists of the ms-accountaggregation-package-aws-<release.no>.jar file and the AWS script files.
For MySQL Database:
- The install-aws.sh script is used to deploy the AccountAggregation Microservices in the AWS environment using AWS services.
- Use destroy-aws.sh script to stop and remove the setup.
For MSSQL Database:
- The install-aws-mssql.sh script is used to deploy the AccountAggregation Microservices in the AWS environment using AWS services.
- Use destroy-aws-mssql.sh script to stop and remove the setup.
For Oracle Database:
- The install-aws-oracle.sh script is used to deploy the AccountAggregation Microservices in the AWS environment using AWS services.
- Use destroy-aws-oracle.sh script to stop and remove the setup.
For PostgreSQL Database:
- The install-aws-postgresql.sh is used to deploy the AccountAggregation Microservices in the AWS environment using AWS services.
- Use destroy-aws-postgresql.sh is script to stop and remove the setup.
The OAS Swagger json document will be available in the location: /ms-accountaggregate-package-aws-<release no>.jar/api.
In this topic