|
@@ -0,0 +1,11 @@
|
|
|
|
|
+# Amazon AWS management with Terraform
|
|
|
|
|
+
|
|
|
|
|
+The objective is to give a very brief introduction to _Amazon AWS_ management with _Terraform_, infrastructure as code (_IaC_) using a practical example.
|
|
|
|
|
+
|
|
|
|
|
+Things to cover:
|
|
|
|
|
+- Simple Storage Service (_S3_).
|
|
|
|
|
+- Virtual Private Cloud (_VPC_).
|
|
|
|
|
+- Elastic Computing (_EC2_).
|
|
|
|
|
+- Security Groups.
|
|
|
|
|
+
|
|
|
|
|
+In no way should this be considered as a complete solution, the goal is just to provide enough elements for a start so all participants can grow from there.
|