We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a973a6 commit 03716f1Copy full SHA for 03716f1
.github/workflows/launch_ec2_instance.yml
@@ -48,5 +48,5 @@ jobs:
48
AWS_CONFIG_FILE: ./.aws/config
49
- name: Launch EC2 Instance
50
run: aws ec2 run-instances --image-id ami-05c1fa8df71875112 \
51
- --instance-type t2.micro --key-name marx4universe.pem --security-group-ids launch-wizard-4 \
+ --instance-type t2.medium --key-name marx4universe.pem --security-group-ids launch-wizard-4 \
52
--subnet-id subnet-9e956ae4
0 commit comments