Trigger Lambda function upon Adding account to organization

0

How to invoke a lambda function when a either user account is created and invited to organization or when existing account is added to organization.

Basically, how to track this activity

Keerthi
preguntada hace 2 meses121 visualizaciones
1 Respuesta
1

You can do this via a CloudTrail trail - AWS Organizations will log all API calls here such as inviting an account.

If your trail is sent to CloudWatch Logs you can create a Metric Filter with a filter pattern matching the events you want, and you can create an alarm on the filter.

Or you can use the CloudTrail event stream into EventBridge, which is more real-time.

See https://docs.aws.amazon.com/organizations/latest/userguide/orgs_security_incident-response.html for more info.

EXPERTO
respondido hace 2 meses
profile picture
EXPERTO
revisado hace 2 meses
EXPERTO
Leo K
revisado hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas