This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
AWSTemplateFormatVersion : 2010-09-09
3
- Description : VPC Infrastructure setup and deployment of Cloud9 IDE for SRV306 AWS Re:Invent Workshop 2018
3
+ Description : VPC Infrastructure setup and deployment of Cloud9 IDE for Serverless Auth Workshop
4
4
Resources :
5
5
# Create the Cloud9 Instance in a specified Subnet
6
6
Cloud9Instance :
7
7
Type : " AWS::Cloud9::EnvironmentEC2"
8
8
Properties :
9
- Description : " Cloud9 IDE for the SRV306 Serverless Authentication and Authorization Workshop at AWS Re:Invent 2018 "
9
+ Description : " Cloud9 IDE for the Serverless Authentication and Authorization Workshop
10
10
AutomaticStopTimeMinutes: 60
11
11
InstanceType: t2.micro
12
12
Name: !Sub ${AWS::StackName}-Cloud9Instance
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Use the AWS console to create an Amazon Cognito User Pool requiring e-mail verif
89
89
90
90

91
91
92
- 14. Leave all message defaults as-is and choose **Next step**.
92
+ 14. Leave all message and SES defaults as-is and choose **Next step**.
93
93
94
94
15. Skip adding any tags and click **Next step**.
95
95
You can’t perform that action at this time.
0 commit comments