Which of the following is the correct way to attach an Internet Gateway to a VPC using AWS CLI?
Aaws ec2 create-internet-gateway --vpc-id vpc-12345678
Baws ec2 associate-internet-gateway --internet-gateway-id igw-12345678 --vpc-id vpc-12345678
Caws ec2 attach-internet-gateway --internet-gateway-id igw-12345678 --vpc-id vpc-12345678
Daws ec2 link-internet-gateway --internet-gateway-id igw-12345678 --vpc-id vpc-12345678