Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arnathan2k/a9dbf4a5201cbe3fb44c94442a5eba1a to your computer and use it in GitHub Desktop.
Save arnathan2k/a9dbf4a5201cbe3fb44c94442a5eba1a to your computer and use it in GitHub Desktop.
AWS CLI Commands
Attach IGW to a VPC
aws ec2 attach-internet-gateway --vpc-id "vpc-f3cbfe8a" --internet-gateway-id "igw-6a631b0c" --region us-west-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment