Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
ec2
📤 Upload
📝 New File
📁 New Folder
Close
Editing: attach-classic-link-vpc.rst
**To link (attach) an EC2-Classic instance to a VPC** This example links instance i-1234567890abcdef0 to VPC vpc-88888888 through the VPC security group sg-12312312. Command:: aws ec2 attach-classic-link-vpc --instance-id i-1234567890abcdef0 --vpc-id vpc-88888888 --groups sg-12312312 Output:: { "Return": true }
Save
Cancel