16
16
## 1.0 Introduction
17
17
18
18
** StackGuardian Private Runner** represents infrastructure that supports
19
- registering external (self-hosted) instances to the StackGuradian platform.
20
- Configuration is very simple, get credentials from StackGuradian platform,
19
+ registering external (self-hosted) instances to the StackGuardian platform.
20
+ Configuration is very simple, get credentials from StackGuardian platform,
21
21
and run ` main.sh ` script with credentials.
22
22
23
23
Check [ Setup] ( #setup ) for more details.
@@ -33,7 +33,7 @@ Only, _task definition_ will live on _AWS ECS_.
33
33
34
34
## 3.0 Setup
35
35
36
- > ** IMPROTANT :**
36
+ > ** IMPORTANT :**
37
37
> To ensure a smooth lifecycle for your instance, it is important to avoid having any IAM Roles attached to it.
38
38
> Having IAM Roles attached can potentially cause connection issues and disrupt the instance's functioning.
39
39
> Therefore, it is recommended to remove or detach any IAM Roles from the instance to prevent any complications during its lifecycle.
@@ -52,7 +52,7 @@ provided credentials from _StackGuardian_ platform.
52
52
53
53
### 3.1 Environment
54
54
55
- There are couple of environment variables that can be overriden for the purposes of testing:
55
+ There are couple of environment variables that can be overridden for the purposes of testing:
56
56
57
57
```
58
58
SG_BASE_API
@@ -104,8 +104,8 @@ main.sh deregister \
104
104
105
105
### 3.4 Restart
106
106
107
- As of now, restart is not nativly supported.
108
- But, to achieve similar experinece it is enough to [`deregister`](#32 -de-registration) and then [`register`](#31 -registration) again.
107
+ As of now, restart is not natively supported.
108
+ But, to achieve similar experience it is enough to [`deregister`](#33 -de-registration) and then [`register`](#32 -registration) again.
109
109
110
110
> This should fix all troubles if something is not working.
111
111
0 commit comments