Can I enter multiple IP ranges when deploying MATLAB Production Server R2020b Reference Architecture to AWS?

조회 수: 1 (최근 30일)
I am deploying the MATLAB Production Server Reference Architecture to AWS:
While deploying I can enter a parameter "Allow connections from IP Address" which "is the IP address range that will be allowed to connect to the cloud console that manages the server. The format for this field is IP Address/Mask." So that means I can enter only one range whereas I actually need to allow multiple ranges; how can I do this?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2021년 5월 11일
The ability to enter multiple IP ranges when deploying the MATLAB Production Server R2020b Reference Architecture to AWS is not available, you can indeed really only enter one range during initial deployment. If additional ranges are to be allowed access, these can be added later.
First, highlight the stack created in AWS Cloudformation portal, choose the 'Resource' tab, then:
If you want to allow more IP range to access license server deployed (if any):
  1. Click the physical ID of "MatlabProductionServerLicenseServerStack"
  2. From the opened stack, go to "resource" again and click the physical ID of "security group"
  3. In the opened security group portal, highlight the security group and choose "Inbound Rules", then click "Edit Inbound rules", you will be able to add/delete/edit security rules in the opened page.
  4. To add IP ranges to rules, click input fields under 'Source', then enter the new IP range in CIDR format. After modifying all rules, click 'Save rules', then the new rules will be saved.
If you want to allow more IP range to access MPS cloud console:
  1. Click the physical ID of "MatlabProductionServerResourcesStack"
  2. From the opened stack, go to "resource" again and click the physical ID of "MatlabProductionServerCloudStackElb1Sg"
  3. Find security group named "matlab-production-server-cloud-stack-elb-1-sg", then see steps 3 and 4 in previous option
If you want to allow more IP range to access MPS endpoints:
  1. Click the physical ID of "MatlabProductionServerResourcesStack"
  2. From the opened stack, go to "resource" again and click the physical ID of "MatlabProductionServerCloudStackElb2Sg"
  3. Find security group named "matlab-production-server-cloud-stack-elb-2-sg", then see steps 3 and 4 in previous option

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Installation에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by