Skip to content

Commit

Permalink
On Nitro-based instances, access serial logs directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Linton-Ford committed Jan 15, 2024
1 parent f5c43c3 commit 4edd9bb
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 4edd9bb

Please sign in to comment.