You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## Cloud 9 Bootstrapping
2
2
3
3
### Summary
4
-
This example Cloudformation Deployment shows how to deploy an AWS Cloud9 Environment for yourself or team members and run an automated bootstrap so you can install software components needed on the fly.
4
+
This Cloudformation Deployment shows how to deploy an AWS Cloud9 Environment for yourself or team members and run an automated bootstrap so you can install software components needed on the fly.
5
5
This is usefull for workshops, unified deployments, etc.
6
6
7
7
you may use the template directly or leverage the bash shell script for deployment
@@ -11,10 +11,10 @@ There are a few parameters you might want to adjust.
11
11
12
12
| Parameter Name | Description |
13
13
| ------------- | ------------- |
14
-
|ExampleC9InstanceType|Example Cloud9 EC2 instance type |
15
-
|ExampleC9EnvType| Environment Type. For yourself or to be deployed to a team member 3rd person by you? |
16
-
|ExampleOwnerArn| if you selected "3rd person" when choosing ExampleC9EnvType please add the OwnerARN of the User or Role |
17
-
|ExampleC9InstanceVolumeSize| The size of the System Volume for the Cloud9 instance |
14
+
|C9InstanceType| Cloud9 EC2 instance type |
15
+
|C9EnvType| Environment Type. For yourself or to be deployed to a team member 3rd person by you? |
16
+
|OwnerArn| if you selected "3rd person" when choosing C9EnvType please add the OwnerARN of the User or Role |
17
+
|C9InstanceVolumeSize| The size of the System Volume for the Cloud9 instance |
18
18
19
19
### Some tech Details
20
20
This deployment uses Cloudformation to deploy Cloud9
0 commit comments