Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.32 KB

README - Using Terraform to Provision Mabel eCommerce in AWS

================================================================================

Mabel eCommerce in AWS

Terraform code sample for Mabel eCommerce resource configuration Use at your own risk.

✅ Prerequisites

There are a few services you'll need in order to get this project off the ground:

  • AWS Account with permissions to create resources
  • Rubrik Polaris SaaS Subscription
  • Terraform

📘 How to Use This Project

Ensure the following resources are created in AWS:

  1. VPC in your desired region. Oregon (us-west-2) is selected by default. Gather the id value.
  2. A subnet with 4 or more available private IP addresses in your VPC. Gather the id value.
  3. A security group to assign to the Mabel eCommerce EC2 instances. Gather the id value.
  4. A Key Pair to assign to the Mabel eCommerce EC2 instances for console access. Gather the name value.

Modify the Terraform configuration as follows:

  1. Clone this repository and navigate to the code folder.
  2. Supply the values into the terraform.tfvars file along with an AWS access key and secret key with permissions to create and delete resources. Alternatively, use the AWS CLI to store your credentials.

📌 License