Skip to content

Commit

Permalink
Fix typo in AWS CLI command (#175)
Browse files Browse the repository at this point in the history
* Fix typo in AWS CLI command

* Update index.html
  • Loading branch information
arianvp authored Nov 3, 2024
1 parent d4a56fc commit 7df6b20
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,7 @@ <h2>Terraform / OpenTofu</h2>
</pre>
<h2>AWS CLI</h2>
<pre id="awscli2">
aws ec2 describe-images --owners _OWNER_ID_ \
--filter 'Name=name,Values=nixos/24.05*' \
--filter 'Name=architecture,Values=arm64'
aws ec2 describe-images --owners _OWNER_ID_ --filter 'Name=name,Values=nixos/24.05*' 'Name=architecture,Values=arm64' --query 'sort_by(Images, &CreationDate)'
</pre>

<h2>AMI table</h2>
Expand Down Expand Up @@ -299,4 +297,4 @@ <h2>AMI table</h2>
</table>
</body>

</html>
</html>

0 comments on commit 7df6b20

Please sign in to comment.