Need a sanity check... Using EC2 Metadata Credentials for pulumi up/preview/destroy is supported right?
b
bored-oyster-3147
05/26/2021, 6:37 PM
yes but the defaults were changed semi-recently. Pulumi used to check for that information by default but was a perf hit for the providers that didn't need those checks. So when you instantiate your aws provider you need to set the appropriate skip checks to false. So set
Well that would do it, we just upgraded from the 2.x aws provider. Thanks! I've been hitting my head against the wall trying to figure out what was up.