Still pretty slow.
@@ -1694,7 +1694,7 @@
[aws]
# Enable the detection of an IAM role providing the credentials automatically. It can take a few seconds.
- ## has_iam_detection=true
+ ## has_iam_detection=false
[[aws_accounts]]
# Default AWS account
@@ -1680,7 +1680,7 @@
@@ -153,7 +153,7 @@ def get_key_expiry():
HAS_IAM_DETECTION=Config(
help=_('Enable the detection of an IAM role providing the credentials automatically. It can take a few seconds.'),
key='has_iam_detection',
- default=True,
+ default=False,
type=coerce_bool
)