diff --git a/.gitignore b/.gitignore index b685ed1..40a56f6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ msg infra/.terraform infra/.terraform.lock.hcl infra/terraform.tfvars +infra/keys/ +infra/out.plan +infra/terraform.tfstate +infra/terraform.tfstate.backup diff --git a/readme b/readme index 0c93edb..63be571 100644 --- a/readme +++ b/readme @@ -55,15 +55,15 @@ Gamma - Dev/Ansible host Crete - Primary Subnet used to host stuff -Olympus - [not sure where this fits but doc'd for future] - (Potential) Secondary subnet used to host (bigger) projects - Section 4. Network Layout ========================= Crete Refers to the primary subnet that most services live on. + Contains its own internet gateway as services here + basically require 24/7 internet access. + > High number of web services Subnet 10.0.0.128/25 @@ -84,13 +84,9 @@ Section 5. Image's Used for Hosting =================================== Primary Image Used - AMI - Ubuntu 20.04 - Rationale - It's the current LTS release so sec patches - will come in regularly and has good operability with - most of the tools I plan on using anyway. Most services - which are getting containerized rely on Alpine so - as long as Docker is properly updated maintaining - posture on this shouldn't be too bad. + AMI - Ubuntu Impish 21.10 + Rationale - Basically the latest release by cannonical + which I'm kinda just trusting they got things right xd Firewall setup Most of the firewall setup sits in AWS however they