EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB484513: How to configure MicroStrategy on AWS on a private subnet


Community Admin

• Strategy


This article walks you through configuring MicroStrategy on AWS on a private subnet.

To deploy Strategy environments on a private subnet, some prerequisites are required to be met:

  1. A VPC containing two private subnets and at least one public subnet
  2. A NAT gateway
  3. An Internet gateway
ka04W000001Iwn9QAC_0EM2R000000aqBZ.jpeg


Begin by creating a VPC with a specified CIDR Range. For this example, 172.31.0.0/16 is used:

ka04W000001Iwn9QAC_0EM2R000000aqBo.jpeg


Next three subnets will be created. Two will be private and one will be public. Ensure that the two subnets that will become the private ones are in different availability zones.

ka04W000001Iwn9QAC_0EM2R000000aqC8.jpeg


Create a NAT gateway and place it into the public subnet that was created.

ka04W000001Iwn9QAC_0EM2R000000aqCD.jpeg


Create an internet gateway:

ka04W000001Iwn9QAC_0EM2R000000aqCI.jpeg


Two route tables are needed. One will be used by the private subnets and the other by the public subnets.
Each will have one route that points to local (the full CIDR range of the VPC) and the other will either point to the NAT gateway (private) or the internet gateway (public).
Private:

ka04W000001Iwn9QAC_0EM2R000000aqCN.jpeg


Public:

ka04W000001Iwn9QAC_0EM2R000000aqCS.jpeg


Move to the Strategy Cloud Provisioning Console account management page and click Configure New. Input the account number and region. Select the Use Existing VPC? checkbox.

ka04W000001Iwn9QAC_0EM2R000000aqCc.jpeg


Click Configure and in the AWS page that comes up, click next to use the Strategy CloudFormation template.
On the next page, select the VPC created earlier and for the VPC CIDR block, input the CIDR block of the VPC.
Leave the two public subnets blank and for the private subnets use the two private subnets created earlier.

ka04W000001Iwn9QAC_0EM2R000000aqCh.jpeg


Click next through the rest of the pages and the Strategy on AWS CloudFormation will begin creating. After it is complete, return to the Cloud Provisioning Console, validate the account, and begin provisioning Strategy on AWS environments in private subnets.

For Configurations Using a Proxy Server


Two parameter store configurations need to be changed in order to work with the proxy server.
Open the AWS console and navigate to Systems Manager > Parameter Store.
The first setting change will be in

/MicroStrategy/Proxy
. Input the following value for the parameter details (with the IP changed to match the proxy configuration):

{
"HTTP_PROXY":"http://10.0.0.84:8080",
"HTTPS_PROXY":"http://10.0.0.84:8080"
}

Note: HTTP_PROXY and HTTPS_PROXY parameters need to be modified. Be sure to validate the JSON before attempting to provision.
The second setting change will be in
/MicroStrategy/security-groups-platform
. Input the following value for the parameter details (with the IP changed to match the proxy configuration):

{
   "SecurityGroupIngress":[
      {
         "IpProtocol":"tcp",
         "FromPort":"80",
         "ToPort":"80",
         "CidrIp":"10.0.0.0/24"
      },
      {
         "IpProtocol":"tcp",
         "FromPort":"443",
         "ToPort":"443",
         "CidrIp":"10.0.0.0/24"
      }
   ]
}

 
Note: If environments with Usher will be provisioned, the parameters above must also be done to include ports 1443, 2443, 3443, and 4443. Simply copy one section of the parameter details above and change out the FromPort and ToPort. Be sure to validate the JSON before attempting to provision.


Comment

0 comments

Details

Knowledge Article

Published:

August 13, 2020

Last Updated:

August 13, 2020