AWS Deployment Artefacts
Holdings Microservices for AWS deployment is available as a single release bundle. It contains:
- ms-holdings-package-aws-<release.xxxx>.jar file
- AWS script files:
- install-aws-dynamo.sh and
install-aws-postgresql.sh - destroy-aws-dynamo.sh and
destroy-aws-postgresql.sh
- install-aws-dynamo.sh and
DynamoDB
- Use the script install-aws-dynamo.sh to deploy the Holdings Microservices in the AWS environment using AWS services for DynamoDB.
- Use the script destroy-aws-dynamo.sh to stop and remove the setup for DynamoDB.
PostgreSQL DB
- Use the script install-aws-postgresql.sh to deploy the Holdings Microservices in the AWS environment using AWS services for PostgreSQL DB.
- Use the script destroy-aws-postgresql.sh to stop and remove the setup for PostgreSQL DB.
Depending on the data ingestion type, ensure that you configure the applicable setup:
- For Transact Ingestion, configure the Transact DES Setup. For more information, refer to Configuration DES - HMS(Kinesis - AWS) & HMS RR.PARAM and ILP Configuration.
- For External Account Aggregation Ingestion, configure the EventHub Creation. For more information, refer to HMS Account Aggregation Kinesis Creation.
- For event processor ingestion, configure the EventHub Creation. For more information, refer to HMS EventProcessor Kinesis Creation.
In this topic