Add message about expected time for NAT gateway creation

This commit is contained in:
Justin Santa Barbara 2017-01-20 11:08:05 -05:00
parent b749173156
commit 76b1e6cc2e
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ func (e *NatGateway) waitAvailable(cloud awsup.AWSCloud) error {
return fmt.Errorf("NAT Gateway %q did not have ID", e.Name)
}
glog.Infof("Waiting for NAT Gateway %q to be available", id)
glog.Infof("Waiting for NAT Gateway %q to be available (this often takes about 5 minutes)", id)
params := &ec2.DescribeNatGatewaysInput{
NatGatewayIds: []*string{e.ID},
}