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 @@ -172,7 +172,7 @@ public async Task BeanstalkArmDeployment()
172172 await _interactiveService . StdInWriter . WriteAsync ( Environment . NewLine ) ; // Confirm selection and deploy
173173 await _interactiveService . StdInWriter . WriteLineAsync ( "more" ) ; // Select "Environment Architecture"
174174 await _interactiveService . StdInWriter . WriteLineAsync ( "1" ) ; // Select "EC2 Instance Type"
175- await _interactiveService . StdInWriter . WriteLineAsync ( "n " ) ; // Don't select free tier which forces t3.micro to be used instead of t2.micro
175+ await _interactiveService . StdInWriter . WriteLineAsync ( "y " ) ; // t3.micro is in free tier so use that
176176 await _interactiveService . StdInWriter . WriteLineAsync ( "1" ) ; // Select "x86_64"
177177 await _interactiveService . StdInWriter . WriteLineAsync ( "1" ) ; // Select "CPU Cores"
178178 await _interactiveService . StdInWriter . WriteLineAsync ( "1" ) ; // Select "Instance Memory"
You can’t perform that action at this time.
0 commit comments