pub async fn create_and_attach_igw( client: &Client, vpc_id: &str, tag: &str, ) -> Result<String, Error>
Creates an Internet Gateway and attaches it to the specified VPC