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,
- Place the generated zip file from the target folder in the installation directory and unzip it.
- Navigate to the installation directory in an AWS command line.
- 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
- Execute the install-aws.sh shell script. Once the installation is complete, the lambda functions are created in AWS. cmd: ./install-aws.sh
- Log in to the AWS portal and cross-check that the Lambda functions and API gateway are created properly.
- The servicerequestv2 API gateway is created.
- The lambda function is created.
The below screenshots show that:
In this topic