Todo after AWS cloud signup

Congratulations, If you have signed up for the AWS cloud.

You will be seeing a plethora of services. Along with your utilization, here are few things that should be done after signup for aws cloud services, some of them are must do to keep the AWS account maintained, however, you can do these things at any stage or any point in time. So if you already have an account, just validate.

  1. Add MFA for the root user. [MUST DO]
  2. Add another IAM user and assign Administrator access to that user. use that user to do rest of the task. [MUST DO][https://docs.aws.amazon.com/polly/latest/dg/setting-up.html]
  3. Make sure, Root user has no active access keys. If there is any access key associated with the root account make than inactive. Use IAM user for the same. [MUST DO]
  4. Add account Alias [SHOULD DO].
    • On IAM dashboard , in the right side , you can set up alias name for your AWS account so that you do not need to remember the account id while login as IAM.

5. Create a trail IN AWS Cloudtrail service to log the events for your account. By default, aws provide 90 days event period, but you can create trail and put the logs on S3 to keep that for a longer period. This is an auditable logs system for all activities in aws account. [SHOULD DO][https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-create-a-trail-using-the-console-first-time.html]

6. Make a Budget and Budget Alarm for your account expense. This can make you to take pro-active action in case budget threshold cross. [https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/budgets-create.html]

Leave a Reply

Your email address will not be published. Required fields are marked *