devopsacademyau / 2020-feb-project1-group2

Creative Commons Attribution Share Alike 4.0 International
0 stars 2 forks source link

IaC - VPC #3

Open starkmatt opened 4 years ago

starkmatt commented 4 years ago
starkmatt commented 4 years ago

After some extensive research it looks like regarding Infrastructure for WordPress they consist of the following pieces as Terraform Code files

I've made some progress in putting together some code, but wait and see which direction we will be going with Fargate or EC2.

starkmatt commented 4 years ago

Will upload current code to Git to share with team

deniseddi commented 4 years ago

Hi Matt, Great work! :) Your findings align with mine in regards to using EC2 (with ECS), EFS and RDS.

Oh, just to clarify things. Amazon Elastic Container Service (ECS) is the managed container orchestration service. So, in order to run and execute the container we have two options to chose from: Fargate or EC2 . They are the two main launch types and both options work together with ECS.

starkmatt commented 4 years ago

We will be reducing the code to just a VPC Design of the Wordpress Infrastructure

kikobr82 commented 4 years ago

Moved back to review, since it's not done yet. It will be done when the code to create the VPC is done and merged into the repository. Before picking another card, let's finish this one.