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 36a3528 commit eff4203Copy full SHA for eff4203
.github/workflows/launch_ec2_instance.yml
@@ -47,6 +47,5 @@ jobs:
47
AWS_SHARED_CREDENTIALS_FILE: ./.aws/credentials
48
AWS_CONFIG_FILE: ./.aws/config
49
- name: Launch EC2 Instance
50
- run: aws ec2 run-instances --image-id ami-05c1fa8df71875112 \
51
- --key-name marx4universe.pem --security-group-ids launch-wizard-4 \
52
- --subnet-id subnet-9e956ae4
+ run: aws ec2 run-instances --image-id ami-05c1fa8df71875112 --key-name marx4universe --security-group-ids sg-07c8684f6311ac6dd \
+ --subnet-id subnet-9e956ae4 --region=us-east-2 --instance-type=t2.small
0 commit comments