Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 775e9b7

Browse files
committed
update DevOps developer instance type from t1.micro to t2.micro
1 parent 5f63b87 commit 775e9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevOps/CloudFormation/developer-instance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Resources:
3232
Type: "AWS::EC2::Instance"
3333
Properties:
3434
ImageId: !FindInMap [RegionMap, !Ref "AWS::Region", amiId]
35-
InstanceType: t1.micro
35+
InstanceType: t2.micro
3636
KeyName: !Ref "KeyName"
3737
IamInstanceProfile: !Ref InstanceProfile
3838
NetworkInterfaces:

0 commit comments

Comments
 (0)