pages*: update outdated pages (#11821)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
Sebastiaan Speck
2023-12-28 16:48:20 +01:00
committed by GitHub
parent 7635f3426f
commit dcb53c85a0
83 changed files with 228 additions and 360 deletions

View File

@@ -16,11 +16,11 @@
`aws ec2 describe-volumes`
- Liste Informationen zu einem bestimmten EC2 Volumen auf:
- Lösche ein EC2 Volumen:
`aws ec2 describe-volume --volume-id {{volumen_id}}`
`aws ec2 delete-volume --volume-id {{volumen_id}}`
- Erstelle einen Snapshot, basierend auf einem EC2 Volumen:
- Erstelle einen Snapshot basierend auf einem EC2 Volumen:
`aws ec2 create-snapshot --volume-id {{volumen_id}}`