Actions

TSBC-SW:WebPortal:ProSBC CloudFormation Installation: Difference between revisions

No edit summary
No edit summary
Line 10: Line 10:


2. Type CloudFormation in the search and select it
2. Type CloudFormation in the search and select it
[[Image:Cloud_Formation_1.jpg|800px]]
[[Image:Cloud_Formation_1.jpg|800px]]


3. Click on to Create Stack button
3. Click on to Create Stack button
[[Image:Cloud_Formation_2.jpg|800px]]
[[Image:Cloud_Formation_2.jpg|800px]]


4. Select Upload a template file and click on '''Choose File''' to select the file. When the upload is finished it will create an URL in the S3 Bucket for that file to store. Click to '''Next'''
4. Select Upload a template file and click on '''Choose File''' to select the file. When the upload is finished it will create an URL in the S3 Bucket for that file to store. Click to '''Next'''
[[Image:Cloud_Formation_3.jpg|800px]]
[[Image:Cloud_Formation_3.jpg|800px]]


5. You will see the Stack Details Screen
5. You will see the Stack Details Screen
[[Image:Cloud_Formation_4.jpg|800px]]
[[Image:Cloud_Formation_4.jpg|800px]]
   '''Stack Name:''' You need to enter a name for this newly created stack.  
   '''Stack Name:''' You need to enter a name for this newly created stack.  

Revision as of 18:28, 13 November 2023

This page is intended to give assistance to people launching an instance of ProSBC using an AWS CloudFormation template.

Before starting to install, you must have a key pair for SSH access. Check the following link for how to create an AWS key Pair: Create key pairs

To load the JSON file please follow the procedure below:

1. Login to AWS with your account

2. Type CloudFormation in the search and select it

File:Cloud Formation 1.jpg

3. Click on to Create Stack button

File:Cloud Formation 2.jpg

4. Select Upload a template file and click on Choose File to select the file. When the upload is finished it will create an URL in the S3 Bucket for that file to store. Click to Next

File:Cloud Formation 3.jpg

5. You will see the Stack Details Screen

File:Cloud Formation 4.jpg

 Stack Name: You need to enter a name for this newly created stack. 
 Instance Name: You need to enter a name for the instance that will created. 
 Instance Type: Need to select instance type. by default it is m5.large. 
 Key Name: EC2 KeyPair to enable SSH access to the instance. 

6. Click Next until the Submit button.