> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/monitors/workflow-check-resolution/how-to-resolve-sprnito-check-for-configuring-password-policies-on-aws-accounts.md).

# How to resolve Sprinto check for configuring password policies on AWS accounts

### About:

Sprinto check: Password policy configured for all AWS accounts

The above-mentioned Sprinto check verifies that a password policy is configured and enforced for all AWS accounts within your organization. A password policy defines requirements for password complexity, expiration, and other security settings.

### Purpose:

This Sprinto check aims to ensure that strong password policies are in place for all AWS accounts, promote better security practices, and reduce the risk of unauthorized access. By enforcing a password policy, you can ensure that user passwords meet minimum complexity requirements, are rotated regularly, and adhere to other security guidelines, such as preventing password reuse or enforcing account lockout after a specified number of failed login attempts.

### How to fix this check:

Follow the below steps to resolve this check:

#### Before you begin

* Ensure you have the administrator privilege to manage AWS account password policies.

#### Configuring Password Policy

Follow the below steps to configure the password policy:

1. Log in to [AWS Console](https://aws.amazon.com/console/) using your credentials.
2. Navigate to the AWS IAM service.
3. Click on Account Settings under Access Management from the left-side navigation bar.

   <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72098580859/original/H7hK3dRBqrqgYkN_Q1H0_RbLdUQi9ooy8g.png?1716187166" alt=""><figcaption></figcaption></figure>
4. Ensure the Password policy is configured.

   <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72098580877/original/N4IC0_dzxR8zdBUFCN3Q5liJLT67-GHSig.png?1716187190" alt="" width="563"><figcaption></figcaption></figure>
5. If the Password policy isn’t configured, click Change password policy.
6. Configure the desired password policy settings, such as minimum password length, complexity requirements, expiration period, and account lockout settings.
7. Click Save Changes to apply the new password policy.
8. Repeat the above steps for any other AWS accounts within your organization that do not have a password policy configured.

Sprinto will detect the configuration change and set the related Sprinto check’s status to "Passing.”

Contact [Sprinto support](mailto:www.support@sprinto.com) if you have any queries related to the check or need assistance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinto.com/monitors/workflow-check-resolution/how-to-resolve-sprnito-check-for-configuring-password-policies-on-aws-accounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
