
When we create a security-group in the AWS API, there is sometimes a delay before we can tag it (the AWS API is eventually consistent). So we wrap CreateTags in a simple retry loop.
When we create a security-group in the AWS API, there is sometimes a delay before we can tag it (the AWS API is eventually consistent). So we wrap CreateTags in a simple retry loop.