pulumi-aws-django VS ecs-refarch-cloudformation

Compare pulumi-aws-django vs ecs-refarch-cloudformation and see what are their differences.

pulumi-aws-django

A Pulumi package for deploying Django applications to AWS using ECS Fargate and other managed services (by briancaffey)

ecs-refarch-cloudformation

A reference architecture for deploying containerized microservices with Amazon ECS and AWS CloudFormation (YAML) (by aws-samples)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
pulumi-aws-django ecs-refarch-cloudformation
2 5
7 1,675
- -
4.2 0.0
about 1 year ago 10 months ago
TypeScript Makefile
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pulumi-aws-django

Posts with mentions or reviews of pulumi-aws-django. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-07.

ecs-refarch-cloudformation

Posts with mentions or reviews of ecs-refarch-cloudformation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-07.
  • My Infrastructure as Code Rosetta Stone - Deploying the same web application on AWS ECS Fargate with CDK, Terraform and Pulumi
    8 projects | dev.to | 7 Jan 2023
    I first started out with IaC following this project aws-samples/ecs-refarch-cloudformation (which is pretty old at this point) and wrote a lot of CloudFormation by hand. The pain of doing that lead me to explore the CDK with Python. I learned TypeScript by rewriting the Python CDK code I wrote in TypeScript. I later worked with a team that was more experienced in Terraform and learned how to use that. I feel like Pulumi takes the best of the two tools and has a really great developer experience. There is a little bit of a learning curve with Pulumi, and you give up some of the simplicity of Terraform.
  • Daisy-chaining CloudFormation templates together
    1 project | /r/aws | 19 Jul 2022
    Yes, deploy them as nested stacks inside a parent template. You can reference outputs via !GetAtt NestedStackX.Outputs.OutputName. see this repo for an example https://github.com/aws-samples/ecs-refarch-cloudformation
  • My approach to building ad hoc developer environments using AWS ECS, Terraform and GitHub Actions (article link and diagram description in comments)
    2 projects | /r/aws | 12 Jun 2022
    Sure. My IaC journey actually started out with CloudFormation, and I learned a lot from this reference project: aws-samples/ecs-refarch-cloudformation. Then I picked up CDK when that became available and migrated a project from CloudFormation to CDK. It sounded like a nicer way to handle stacks in a familiar language with lots great one-liners and utility functions and constructs, and it definitely is. I have a similar project written in CDK that is an application/framework-first (Django) approach to learning and doing IaC that you can find here: https://github.com/briancaffey/django-cdk. This implements both ECS and EKS, but my attempts at learning EKS sort of fizzled out for now as I don't have the need to use it, and for the task at hand (running a monolithic Django application on AWS) I think ECS makes a LOT more sense.
  • Docker Hosting
    3 projects | /r/docker | 4 May 2022
    I'm mostly using just EC2 instances running Docker Engine and Docker Compose (with configs and Compose projects in Git), but I'm starting to use CloudFormation and ECS more. I've taken a lot of inspiration from https://github.com/aws-samples/aws-refarch-shibboleth, https://github.com/awslabs/ecs-refarch-continuous-deployment, and https://github.com/aws-samples/ecs-refarch-cloudformation. At some point in the future, I plan to refactor my CloudFormation/ECS deployments into something more cloud agnostic using Terraform/Kubernetes.
  • Best way to deploy docker compose to AWS ECS?
    1 project | /r/docker | 4 Mar 2021
    If you need more options that is provided the Docker/ECS tool listed above you can roll your own using CloudFormation (the AWS deployment scripting tool). There's a good starter here.

What are some alternatives?

When comparing pulumi-aws-django and ecs-refarch-cloudformation you can also consider the following projects:

django-step-by-step - A Django + Vue reference project that focuses on developer tooling and CI/CD + IaC

briancaffey

aws-refarch-shibboleth - Containerized version of the Shibboleth IdP running on AWS with AWS Secrets Manager and AWS CodePipeline integrations. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.

terraform-aws-django - Terraform modules for deploying Django applications on AWS using ECS Fargate

projen - Rapidly build modern applications with advanced configuration management

pulumi-component-provider-ts-boilerplate

ecs-refarch-continuous-deployment - ECS Reference Architecture for creating a flexible and scalable deployment pipeline to Amazon ECS using AWS CodePipeline

terraform-aws-ecs-alb-service-task - Terraform module which implements an ECS service which exposes a web service via ALB.

cdk-django - A CDK library that provides high-level constructs for hosting Django applications on AWS

aws-tags-example - An example of enforcing AWS tagging policies, as well as auto-tagging