How to protect aws account.

0

I have created my AWS account for my project but people form different are accessing and creating services . How do i protect my account so no one can access it from other region.

Thanks,

Monica
asked 4 months ago114 views
1 Answer
0

Hello.

Although this is not a method of restricting to specific countries, it is possible to restrict IAM user usage by IP address.
https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_aws_deny-ip.html

When it comes to protecting AWS accounts, IAM users, etc., I think it would be safe to go through the following documents.
https://repost.aws/knowledge-center/security-best-practices

If you want to restrict the region you want to use, you need to set the policy as described in the document below.
https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_aws_deny-requested-region.html

If you are using AWS Organizations, you can also restrict the regions that can be used with SCP.
https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_examples_general.html

profile picture
EXPERT
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions