website/docs/install-config/install/aws.md
You can install authentik to run on AWS with a CloudFormation template.
Log in to your AWS account and create a CloudFormation stack with our template.
Under the Certificate ARN input, enter the previously created certificate ARN. You can also configure other settings if needed. You can follow the prompts to create the stack.
This stack will create the following resources:
The stack will output the endpoint of the ALB that to which you can point your DNS records.
To launch authentik, in your browser go to:
http://<domain_you_configured>/if/flow/initial-setup/
:::info Initial setup in browser
You will get a Not Found error if initial setup URL doesn't include the trailing forward slash /. Also verify that the authentik server, worker, and PostgreSQL database are running and healthy. Review additional tips in our troubleshooting docs.
:::
If you require further customization, we recommend you install authentik via Docker Compose or Kubernetes.