# Config your AWS credential
aws configure --profile da-q2
# Create terraform s3 backend for remote state
aws s3api create-bucket \
--bucket terraform-da-q2 \
--create-bucket-configuration LocationConstraint=ap-east-1 \
--profile da-q2
# Validate your terraform scripts, check qa.tfvars carefully
terraform plan --var-file=qa.tfvar
# Apply terraform to deploy your infra to aws
terraform apply --var-file=qa.tfvar
-
Notifications
You must be signed in to change notification settings - Fork 1
Sotatek-TrungLe/cgp-q2-
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Data analytics question 2 from CGP talent
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published