Skip to content

Commit

Permalink
Merge pull request #23 from bitnomial/clf-use-faster-console-output-f…
Browse files Browse the repository at this point in the history
…etch

On Nitro-based instances, access serial logs directly
  • Loading branch information
clf-cklf authored Jan 16, 2024
2 parents f5c43c3 + 4edd9bb commit 71fbf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AWS/PubKeys.hs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ getPubKey inst = tryJust handler $ do
keytype' = "ecdsa-sha2-nistp256"
command =
printf
"aws ec2 get-console-output --region %s --output text --instance-id %s"
"aws ec2 get-console-output --region %s --latest --output text --instance-id %s"
(region inst)
(instanceId inst)

Expand Down

0 comments on commit 71fbf64

Please sign in to comment.