Any IAM user that has access to AWS Management console has a login-profile. You can disable a user from logging
Continue readingCategory: IAM
How to check if an IAM user has a login profile(password)
Determine if a user has login profile by running the below command. aws iam get-login-profile –user-name username Sample output of
Continue readingHow to access S3 from EC2 Instance using IAM role
An application running on EC2 instance that needs access to S3 requires credentials. You can distribute credentials to the app
Continue readingHow to create an IAM role and attach it to the EC2 Instance
IAM roles allow you to grant privileges to IAM resources. Login to the AWS Management console and select IAM. In
Continue readingHow to create an IAM Group
An IAM group is nothing but a collection of IAM users. Groups can simplify managing permissions for multiple users. Instead
Continue readingHow to create an IAM User
Login to the AWS console as root user or as an IAM user with IAMFullAccess policy. Choose IAM service under
Continue reading