AWS Deployment Artefacts
This section shows the folder structure of Arrangement package. Arrangement Microservices for AWS deployment is available as single release bundle—ms-arrangement-package-aws-<release_number>.zip.
It consists of the ms-arrangement-package-aws-<release_number>.jar file and AWS script files.
For MySQL Database:
- The install-aws.sh script is used to deploy the Arrangement 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 Arrangement 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 Arrangement 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.
Prerequisite
- AWS CLI and Python 2.7.x should be installed prior to the deployment.
- Active MYSQL/MSSQL database connection details are required.
- User executing the script should have the necessary permissions to access or manage cloud resources such as Lambda functions, api-gateway, S3 bucket, Event streams, databases and so on.
- The install-aws.sh script is used to deploy the Arrangement Microservices in AWS.
- Use the respective destroy-aws.sh script to undeploy and remove the resources.
Prerequisite
- Configure the Transact DES Setup for Transact Ingestion in Feature - Arrangements → Ingestion - Arrangements → AMS Transact Ingestion → Configuration DES - AMS (Kinesis - AWS) & HMS RR.PARAM and ILP Configuration.
Prerequisite
- Configure the EventHub Creation for External Account Aggregation Ingestion in AMS Configuration → AWS Configuration AMS → AMS Account Aggregation Kinesis Creation.
Prerequisite
- Configure the EventHub Creation for event processor ingestion in AMS Configuration → AWSConfiguration AMS → AMS EventProcessor Kinesis Creation.
In this topic