The default sign-in url for your AWS account is as shown below where account_id is the unique identifier of your
Continue readingHow to Change the password of an IAM user
Change the password of an IAM user by running the below command where username is the name of the user
Continue readingHow to disable AWS Management Console access for IAM user
Any IAM user that has access to AWS Management console has a login-profile. You can disable a user from logging
Continue readingHow 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 readingAWS Lambda Cheat Sheet
Serverless Compute Service Scales automatically Pay as you use. No charge when code is not running. Event-driven – Event can
Continue readingAWS SQS Cheat Sheet
Amazon SQS is a hosted queue service Secure, Durable, Scalable and Reliable Facilitates integration of components No upfront cost. 1
Continue readingHow to Launch Cost Explorer
Login to your AWS account from AWS Management Console and expand the dropdown menu next to your account name on
Continue readingAmazon Redshift Interview Questions
What is the purpose of using AWS Redshift database ? What are the advantages of AWS Redshift database over an
Continue readingHow to delete an S3 bucket
From AWS CLI Here is the command to delete an s3 bucket where bucketname is the name of the bucket
Continue readingHow to get the canonical id of your AWS account
From AWS Command Line Interface, run the below command to get the canonical id of your AWS account. aws s3api
Continue reading