================================================================================
Terraform code sample for Mabel eCommerce resource configuration Use at your own risk.
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
Ensure the following resources are created in AWS:
- VPC in your desired region. Oregon (us-west-2) is selected by default. Gather the
id
value. - A subnet with 4 or more available private IP addresses in your VPC. Gather the
id
value. - A security group to assign to the Mabel eCommerce EC2 instances. Gather the
id
value. - A Key Pair to assign to the Mabel eCommerce EC2 instances for console access. Gather the
name
value.
Modify the Terraform configuration as follows:
- Clone this repository and navigate to the code folder.
- 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.