@ConditionalOnAwsCloudEnvironment
it would seem that it is intended that one be able to run outside AWS even with the artifacts built into the app. However the condition is only actually used on a couple of the autoconfiguration classes supplied by the -autoconfigure
artifact, such that I get startup errors. WDYT about a PR to add the condition in all of these places?
Ec2MetadataRegionProvider#getRegion()
RegionProvider
is Ec2MetadataRegionProvider
, boom