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 may increase security risks by exposing resources.
Using IAM roles is a better practice than IAM users for delegating permissions securely in AWS.
Rotating access keys regularly helps reduce the risk of compromised credentials, improving security.
Customer managed policies provide more control and reusability than inline policies, enhancing security.