Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 634 Bytes

challenge-04.md

File metadata and controls

24 lines (14 loc) · 634 Bytes

The challenge

  • User Terraform to create an environment on AWS.
  • Use Ansible to install and configure any service on your servers.

Environment Infrastructure:

  • Create a VPC with a public subnet and a privet subnet.
  • Create Two EC2:
    • First: Deploy any application that uses any DB of your choice.
    • Second: Use it as your DB server. It can't be accessed from public internet
  • Create any other needed resources.

Requirements:

  • Database server can't be accessed from public internet.
  • Don't create any AWS resource manually.

What to deliver?

All Code will be delivered in a github/bitbucket repo.