Microservices
R24 AMR | Min(s) read

Installing SRMS 2.0 in AWS

This section helps you to install SRMS 2.0 in AWS.

Pre-requisites

Ensure to install the following in your system before you proceed with deployment.

  • An AWS account with an active subscription.
  • AWS CLI should be installed and configured.
  • Deploy Generic Configuration Microservice and make sure Generic configuration service is up and running in AWS. Read Deploying Generic Configuration Microservice in AWS for more details.

Installing SRMS 2.0 in AWS

To install SRMS 2.0,

  1. Place the generated zip file from the target folder in the installation directory and unzip it.
  2. Navigate to the installation directory in an AWS command line.
  3. Modify the region information in the install-aws.sh script specific to your installation

    --region eu-west-2

    --event-source-arn arn:aws:kinesis: eu-west-2

    --uri arn:aws:apigateway:eu-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-2

  4. Execute the install-aws.sh shell script. Once the installation is complete, the lambda functions are created in AWS. cmd: ./install-aws.sh
  5. Log in to the AWS portal and cross-check that the Lambda functions and API gateway are created properly.
  6. The below screenshots show that:

    • The servicerequestv2 API gateway is created.

    • The lambda function is created.

Copyright © 2020- Temenos Headquarters SA

Published on :
Wednesday, June 12, 2024 3:49:47 PM IST