[sammelsurium] AWS EC2

1 · · June 27, 2023, 1:42 p.m.
EC2 Cheatsheet AWS CLI Eine Resource über AWS CLI erstellen oder Terraform aws ec2 run-instances \ --image-id ami-030e490c34394591b \ --instance-type t2.micro \ --subnet-id subnet-xxx \ --security-group-ids sg-xxx \ --key-name xxx \ --count 1 \ --tag-specifications 'ResourceType=instance,Tags=[{Key=Name,Value=test}]' Eine Resource über AWS CLI löschen > aws ec2 terminate-instances --instance-ids i-094687axxx { "TerminatingInstances": [ { "CurrentState": { ...