Hello team,
I went through the steps prescribed here inji-infra-cloud/aws/documentation/01-Deployment-CDK-INJI.md at develop · mosip/inji-infra-cloud · GitHub to deploy inji web and inji verify on AWS. All the stacks deploy successfully as per the screenshots. The domains set for inji web and inji verify remain unreachable despite the certificate being added succesfully
(base) antoine@Antoines-MacBook-Pro inji-infra-cloud % cdk deploy --all
****************************************************
*** Newer version of CDK is available [2.171.1] ***
*** Upgrade recommended (npm install -g aws-cdk) ***
****************************************************
--app is required either in command-line, in cdk.json or in ~/.cdk.json
(base) antoine@Antoines-MacBook-Pro inji-infra-cloud % cd aws
(base) antoine@Antoines-MacBook-Pro aws % cdk deploy --all
[WARNING] aws-cdk-lib.aws_ec2.VpcProps#cidr is deprecated.
Use ipAddresses instead
This API will be removed in the next major release.
✨ Synthesis time: 2.68s
vpcstackinji
vpcstackinji: deploying... [1/5]
✅ vpcstackinji (no changes)
✨ Deployment time: 5.16s
✨ Total time: 7.85s
eksec2stackinji
eksec2stackinji: deploying... [2/5]
eksec2stackinji: creating CloudFormation changeset...
✅ eksec2stackinji
✨ Deployment time: 65.73s
✨ Total time: 68.42s
mimotohelmStackinji
mimotohelmStackinji: deploying... [3/5]
✅ mimotohelmStackinji (no changes)
✨ Deployment time: 3.35s
✨ Total time: 6.03s
injiwebhelmStackinji
injiwebhelmStackinji: deploying... [4/5]
✅ injiwebhelmStackinji (no changes)
✨ Deployment time: 4.28s
✨ Total time: 6.97s
injiverifyhelmStackinji
injiverifyhelmStackinji: deploying... [5/5]
✅ injiverifyhelmStackinji (no changes)
✨ Deployment time: 3.54s
✨ Total time: 6.22s
(base) antoine@Antoines-MacBook-Pro aws %