瀏覽代碼

Initial commit

Efren Yevale Varela 4 年之前
當前提交
fa8e69bcd3
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -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.