FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. aws
    Log in to post
    • All categories
    • danD

      Can you run fusionauth in AWS fargate?

      Q&A
      • aws fargate from-slack • • dan
      4
      0
      Votes
      4
      Posts
      1.2k
      Views

      danD

      8GB is way plenty. 1 or 2GB is generally adequate, it can depend a bit, but FusionAuth doesn't keep much in RAM. Scaling out horizontallly is likely more effective than more ram per instance. This way you can handle more logins per second--these are going to be cpu bound.

    • danD

      Do you support sig4 auth headers for AWS Elasticsearch?

      Q&A
      • elastic elasticsearch aws • • dan
      2
      0
      Votes
      2
      Posts
      6.2k
      Views

      danD

      If you are using https://aws.amazon.com/elasticsearch-service/ for your Elasticsearch server, you can access it via AWS APIs and use IAM to control access: https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-ac.html

      However, FusionAuth doesn't currently support the AWS signature for Elasticsearch requests.

      The recommended way of securing such clusters is to place it in a private subnet and restricting traffic to it using a security group. More information: https://fusionauth.io/docs/v1/tech/installation-guide/securing#fusionauth-search

      If you have to make it public to make it accessible to resources outside if AWS you could use a source IP lock, a VPN, basic auth if AWS supports it, or you could proxy the request perhaps to another endpoint that can build the AWS sig v4 header.