Tag archives for aws Tagging EC2 and RDS Instances
Tagging EC2 and RDS Instances
After Launch (use CLI) aws ec2 run-instances --tag-specifications aws ec2 run-instances --image-id ami-abc12345 --count 1 \ --instance-type --key-name MyKeyPair \ --subnet-id subnet-6e7f829e \ --tag-specifications 'ResourceType=instance,Tags=' 'ResourceType=volume,Tags=' On Launch Can add…