> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/installation-setup/installation/amazon-web-services/aws-elastic-beanstalk.md).

# AWS Elastic Beanstalk

## AWS EBS-Einrichtung

NGSurvey kann auch in nur wenigen Minuten unter jedem AWS EBS-Stack bereitgestellt werden, indem Sie je nach Ihrer EBS-Konfiguration einen der folgenden Installationslinks verwenden, abhängig davon, ob Sie den NGINX Reverse Proxy aktivieren möchten oder nicht.&#x20;

* [Installations-Quellpaket für AWS Elastic Beanstalk mit aktiviertem Nginx](https://console.aws.amazon.com/elasticbeanstalk/home?region=eu-central-1#/newApplication?applicationName=ngSurvey\&platform=docker\&environmentType=SingleInstance\&withRds=true\&rdsDBEngine=sqlserver-ex\&sourceBundleUrl=https://ngsurvey.s3.eu-central-1.amazonaws.com/ngsurveyeenginx.aws.zip) \
  Konfiguriert ngSurvey mit einem vorkonfigurierten Nginx Reverse Proxy. Empfohlen.&#x20;

* [Installations-Quellpaket für AWS Elastic Beanstalk](https://console.aws.amazon.com/elasticbeanstalk/home?region=eu-central-1#/newApplication?applicationName=ngSurvey\&platform=docker\&environmentType=SingleInstance\&withRds=true\&rdsDBEngine=sqlserver-ex\&sourceBundleUrl=https://ngsurvey.s3.eu-central-1.amazonaws.com/ngsurveyee.aws.zip)\
  Konfiguriert ngSurvey ohne Standard-Nginx-Konfiguration. Nur empfohlen, wenn Sie nicht hinter einem Reverse Proxy ausgeführt werden möchten oder Nginx manuell konfigurieren möchten.

\
Nachdem Sie Ihre Quelldatei heruntergeladen haben, können Sie Ihre neue AWS EBS-Instanz mithilfe der Quelldatei und der folgenden Umgebungsvariablen konfigurieren.\
\ <mark style="color:rot;">**Um Ihr Zugriffstoken zu erhalten, wenden Sie sich an das Vertriebsteam von ngSurvey.**</mark>

<figure><img src="https://133942686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8fLhS0bmfBRyq0HdUm%2Fuploads%2FIpdXJhB4MoHzTkYWcIbE%2Fimage.png?alt=media&amp;token=038dfe3a-3047-40dc-96aa-828ed671d118" alt=""><figcaption></figcaption></figure>

## Lastverteilung

Wenn Sie ngSurvey auf mehreren Cluster-Knoten ausführen, stellen Sie sicher, dass Sie [verteiltes Caching aktivieren](/de/installation-setup/installation/cluster-scale-out-configuration.md) wenn Sie ngSurvey auf mehreren Serverinstanzen ausführen, um die Last zu verteilen.

## Datenbankeinrichtung

Standardmäßig konfiguriert ngSurvey automatisch die / erstellt / aktualisiert die Datenbank, die in Ihrer Verbindungszeichenfolge angegeben ist. Beachten Sie, dass ngSurvey, wenn Sie Ihren Container unter AWS ausführen, automatisch alle RDS-Verbindungseigenschaften übernimmt.\
\
Wenn Sie nicht möchten, dass ngSurvey Ihre Datenbank automatisch aktualisiert, können Sie die automatische Datenbankeinrichtung deaktivieren, indem Sie die Umgebungsvariable NGSurvey:AutoDBSetup auf false setzen.\
\
Wenn Sie eine manuelle Datenbankeinrichtung bevorzugen, können Sie die DACPAC-Datei aus dem app/database-Verzeichnis des Containers im Archiv entnehmen und dem Installationsverfahren für die Microsoft SQL Server-Datenbank folgen.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ngsurvey.com/de/installation-setup/installation/amazon-web-services/aws-elastic-beanstalk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
