Software Alternatives & Reviews

Deploying Django Application on AWS with Terraform. Setting up Celery and SQS

Redis Amazon SQS AWS Identity and Access Management Amazon ECS
  1. 1
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    Web server and Celery communicate via some backend. It could be Redis or RabbitMQ. But we use AWS as a cloud provider. So, we can use the SQS backend. Celery docs says:.

    #Key-Value Database #NoSQL Databases #Databases 183 social mentions

  2. Amazon Simple Queue Service is a fully managed message queuing service.
    Pricing:
    • Open Source
    Here we've created a new SQS instance, a new IAM user, granted access to this SQS instance to this user, and created an IAM Access Key to give access to SQS from Django application. Let's look at the new instance in AWS console:.

    #Data Integration #Stream Processing #Web Service Automation 64 social mentions

  3. AWS Identity and Access Management enables you to securely control access to AWS services and resources for your users.
    Here we've created a new SQS instance, a new IAM user, granted access to this SQS instance to this user, and created an IAM Access Key to give access to SQS from Django application. Let's look at the new instance in AWS console:.

    #Identity And Access Management #Identity Provider #SSO 52 social mentions

  4. Amazon EC2 Container Service is a highly scalable, high-performance​ container management service that supports Docker containers.
    Pricing:
    • Open Source

    #Developer Tools #Containers As A Service #Cloud Computing 46 social mentions

Discuss: Deploying Django Application on AWS with Terraform. Setting up Celery and SQS

Log in or Post with