Skip to content

Commit

Permalink
content: aws ec2 describe images
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-salvagni committed Jul 19, 2024
1 parent 77dd2b0 commit b49e558
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/content/notes/aws-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ aws cloudfront create-invalidation <distribution-id>

## EC2

### EC2 ssh
List available EC2 Images

```sh
aws ec2 describe-images | grep ubuntu
```

SSH into an EC2 instance

```sh
chmod 0400 keypair.pe`
Expand Down

0 comments on commit b49e558

Please sign in to comment.