To allow Cloudlvl to manage your AWS infrastructure, you need to provide secure access to your AWS account. There are two recommended methods:
IAM Roles (Recommended): More secure with temporary credentials and fine-grained permissions, but requires more setup steps.IAM User: Simpler to set up with permanent access keys, but less secure for production environments.
IAM roles provide enhanced security by using temporary credentials and can be configured with precise permissions. This is the recommended approach for production environments.