Getting Started with AWS
Securing an AWS Account
- Safeguard your passwords and access keys
- Activate multi-factor authentication (MFA) on the AWS account root user and any users with interactive access to AWS Identity and Access Management (IAM)
- Limit AWS account root user access to your resources
- Audit IAM users and their policies frequently
- Create Amazon Elastic Block Store (Amazon EBS) snapshots, Amazon Relational Database Service (Amazon RDS) snapshots, and Amazon Simple Storage Service (Amazon S3) object versions
- Use AWS Git projects to scan for evidence of unauthorized use
- Monitor your account and its resources
Note: If you're using AWS Identity Center or IAM federated users, the best practices for IAM users also apply to federated users.
Configure MFA & Password Policy
Activating MFA can help secure the accounts and prevent unauthorized users from logging in to accounts without a security token.
For increased security, it's a best practice to configure MFA to help protect your AWS resources. You can activate a virtual MFA for IAM users and the AWS account root user. Activating MFA for the root user affects only the root user credentials. IAM users in the account are distinct identities with their own credentials, and each identity has its own MFA configuration.
Do not use your root account for any AWS activity. Always create an IAM user. once you create an IAM user you have to set up a password policy.
set a custom password policy on your AWS account to specify complexity requirements and mandatory rotation periods for your IAM users' passwords. If you don't set a custom password policy, IAM user passwords must meet the default AWS password policy
for more information here is the link for reference
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_account-policy.html#password-policy-rules
Set up Budget & Alert
AWS Budgets gives you the ability to set custom budgets that alert you when your costs or usage exceed (or are forecasted to exceed) your budgeted amount.
You can also use AWS Budgets to set reservation utilization or coverage targets and receive alerts when your metrics drop below the threshold you define.
“P.S. If you read it till the end, Thank you!...
This article is part of AWS Career Growth Program (AWS-CGP) by Pravin Mishra
For more AWS related content please visit the website.”
Comments
Post a Comment