TSBC-SW:WebPortal:ProSBC CloudFormation Installation: Difference between revisions
No edit summary |
No edit summary |
||
| (10 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE: TSBC-SW:ProSBC CloudFormation Installation}} | |||
This page guides people launching an instance of ProSBC using an AWS CloudFormation template.</br> | |||
*[[ | *[[File:CloudFormation_Json.zip|Click here to download CloudFormation JSON template]] | ||
To load the JSON file | To load the JSON file: | ||
1. | 1. Log in to AWS with your account | ||
2. Type CloudFormation in the search and select it | 2. Type '''CloudFormation''' in the search field and select it | ||
[[Image:Cloud_Formation_1.png|800px]] | [[Image:Cloud_Formation_1.png|800px]] | ||
3. Click | |||
3. Click '''Create Stack''' | |||
[[Image:Cloud_Formation_2.png|800px]] | [[Image:Cloud_Formation_2.png|800px]] | ||
4. Select Upload a template file and click | |||
4. Select '''Upload a template file''' and click '''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 '''Next''' | |||
[[Image:Cloud_Formation_3.png|800px]] | [[Image:Cloud_Formation_3.png|800px]] | ||
5. | |||
5. The '''Stack Details''' window is displayed | |||
[[Image:Cloud_Formation_4.png|800px]] | [[Image:Cloud_Formation_4.png|800px]] | ||
*'''Stack Name''': Enter a name for this newly created stack. | |||
*'''Instance Name''': Enter a name for the instance that will created. | |||
*'''Instance Type''': Select an 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. | 6. Click '''Next''' until the '''Submit''' button is shown. | ||
Latest revision as of 14:46, 8 January 2024
This page guides people launching an instance of ProSBC using an AWS CloudFormation template.
To load the JSON file:
1. Log in to AWS with your account
2. Type CloudFormation in the search field and select it
3. Click Create Stack
4. Select Upload a template file and click 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 Next
5. The Stack Details window is displayed
*Stack Name: Enter a name for this newly created stack. *Instance Name: Enter a name for the instance that will created. *Instance Type: Select an 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 is shown.