Giter Site home page Giter Site logo

garysassano / pulumi-aws-wordpress Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 15 KB

Pulumi project that deploys WordPress to AWS using ECS Fargate with RDS backend

Python 100.00%
aws pulumi wordpress pulumi-aws python ecs fargate rds rds-mysql ecs-fargate

pulumi-aws-wordpress's Introduction

pulumi-aws-wordpress

Pulumi project that deploys WordPress to AWS using ECS Fargate with RDS backend.

Resources Deployed

     Type                                 Name                                 Plan       
 +   pulumi:pulumi:Stack                  pulumi-aws-wordpress-dev             create     
 +   ├─ custom:resource:VPC               wp-example-net                       create     
 +   │  ├─ aws:ec2:Vpc                    wp-example-net-vpc                   create     
 +   │  ├─ aws:ec2:InternetGateway        wp-example-net-igw                   create     
 +   │  ├─ aws:ec2:Subnet                 wp-example-net-subnet-eu-central-1a  create     
 +   │  ├─ aws:ec2:SecurityGroup          wp-example-net-rds-sg                create     
 +   │  ├─ aws:ec2:SecurityGroup          wp-example-net-fe-sg                 create     
 +   │  ├─ aws:ec2:Subnet                 wp-example-net-subnet-eu-central-1b  create     
 +   │  ├─ aws:ec2:RouteTable             wp-example-net-rt                    create     
 +   │  ├─ aws:ec2:RouteTableAssociation  vpc-route-table-assoc-eu-central-1a  create     
 +   │  └─ aws:ec2:RouteTableAssociation  vpc-route-table-assoc-eu-central-1b  create     
 +   ├─ random:index:RandomPassword       db_password                          create     
 +   ├─ custom:resource:Frontend          wp-example-fe                        create     
 +   │  ├─ aws:ecs:Cluster                wp-example-fe-ecs                    create     
 +   │  ├─ aws:iam:Role                   wp-example-fe-task-role              create     
 +   │  ├─ aws:lb:TargetGroup             wp-example-fe-app-tg                 create     
 +   │  ├─ aws:iam:RolePolicyAttachment   wp-example-fe-task-policy            create     
 +   │  ├─ aws:lb:LoadBalancer            wp-example-fe-alb                    create     
 +   │  ├─ aws:lb:Listener                wp-example-fe-listener               create     
 +   │  ├─ aws:ecs:TaskDefinition         wp-example-fe-app-task               create     
 +   │  └─ aws:ecs:Service                wp-example-fe-app-svc                create     
 +   └─ custom:resource:Backend           wp-example-be                        create     
 +      ├─ aws:rds:SubnetGroup            wp-example-be-sng                    create     
 +      └─ aws:rds:Instance               wp-example-be-rds                    create     

pulumi-aws-wordpress's People

Contributors

garysassano avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.