AWS User notification

Hello {{ full_name }},

This email has been sent to inform you about{% if access_key_is_expiring_soon %} upcoming{% endif %} changes to the AWS IAM User account associated with your email.


{% if access_key_deleted %}

IMPORTANT: {{ user_name }}'s access key {{ access_key_id_masked }} at {{ aws_account_alias }} has never been used, and it is older than {{ threshold }} days. It has been deleted according to security policy.

{% elif access_key_is_expiring_soon %}

IMPORTANT: {{ user_name }}'s access key {{ access_key_id_masked }} at {{ aws_account_alias }} is expiring soon. Keys older than {{ threshold }} days will be DISABLED automatically according to security policy.

{% elif access_key_expired %}

IMPORTANT: {{ user_name }}'s access key {{ access_key_id_masked }} at {{ aws_account_alias }} has been DISABLED automatically because it is older than {{ threshold }} days according to security policy.

{% endif %}

You can create a new access key here: My security credentials.
Please refer to the AWS Access Key Rotation Guide for step-by-step instructions on how to renew your expiring AWS AccessKeys.