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

    Can you run fusionauth in AWS fargate?

    Q&A
    • aws fargate from-slack • 4 Aug 2020, 19:17 • dan 4 Aug 2020, 19:18
    4
    0
    Votes
    4
    Posts
    1.7k
    Views

    D 4 Aug 2020, 19:18

    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.

  • D

    Do you support sig4 auth headers for AWS Elasticsearch?

    Q&A
    • elastic elasticsearch aws • 3 Jun 2020, 16:20 • dan 3 Jun 2020, 16:25
    2
    0
    Votes
    2
    Posts
    6.5k
    Views

    D 3 Jun 2020, 16:25

    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.