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 11---
22 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
44 Resources :
55 # Create the Cloud9 Instance in a specified Subnet
66 Cloud9Instance :
77 Type : " AWS::Cloud9::EnvironmentEC2"
88 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
1010 AutomaticStopTimeMinutes: 60
1111 InstanceType: t2.micro
1212 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
8989
9090 
9191
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**.
9393
949415. Skip adding any tags and click **Next step**.
9595
You can’t perform that action at this time.
0 commit comments