File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test/AWS.Deploy.CLI.IntegrationTests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ public async Task BeanstalkArmDeployment()
214
214
interactiveService . StdInWriter . Write ( Environment . NewLine ) ; // Confirm selection and deploy
215
215
interactiveService . StdInWriter . WriteLine ( "more" ) ; // Select "Environment Architecture"
216
216
interactiveService . StdInWriter . WriteLine ( "1" ) ; // Select "EC2 Instance Type"
217
- interactiveService . StdInWriter . WriteLine ( "n " ) ; // Don't select free tier which forces t3.micro to be used instead of t2 .micro
217
+ interactiveService . StdInWriter . WriteLine ( "y " ) ; // select free tier which includes t3.micro
218
218
interactiveService . StdInWriter . WriteLine ( "1" ) ; // Select "x86_64"
219
219
interactiveService . StdInWriter . WriteLine ( "1" ) ; // Select "CPU Cores"
220
220
interactiveService . StdInWriter . WriteLine ( "1" ) ; // Select "Instance Memory"
You can’t perform that action at this time.
0 commit comments