Which action will help increase security in the AWS Cloud?
Enable programmatic access for all IAM users.
Use IAM users instead of IAM roles to delegate permissions.
Rotate access keys on a reoccurring basis.
Use inline policies instead of customer managed policies.
Explanations:
Enabling programmatic access for all IAM users increases the risk of credential exposure and misuse.
Using IAM users instead of IAM roles limits flexibility and can lead to over-permissioning.
Rotating access keys on a recurring basis helps prevent unauthorized access and reduces the impact of key compromise.
Inline policies can lead to management difficulties; customer managed policies are generally more secure and manageable.