-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkentcloud9templatefile
36 lines (36 loc) · 951 Bytes
/
kentcloud9templatefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Parameters:
EC2InstanceType:
Default: t2.micro
Description: EC2 instance type on which IDE runs
Type: String
AutoHibernateTimeout:
Default: 30
Description: How many minutes idle before shutting down the IDE
Type: Number
SubnetIdentifier:
Description: SubnetId
Type: AWS::EC2::Subnet::Id
Resources:
IDE:
Type: AWS::Cloud9::EnvironmentEC2
Properties:
Repositories:
- RepositoryUrl: https://github.com/stelligent/mu-cloud9.git
PathComponent: github.com/stelligent/mu-cloud9
Description: Cloud9 IDE
AutomaticStopTimeMinutes:
Ref: AutoHibernateTimeout
SubnetId:
Ref: SubnetIdentifier
InstanceType:
Ref: EC2InstanceType
Name:
Ref: AWS::StackName
Outputs:
Cloud9URL:
Value:
Fn::Join:
- ''
- - https://console.aws.amazon.com/cloud9/home/environments/
- Ref: IDE
Description: Cloud9 environment