Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 580 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 580 Bytes

Amazon AWS with Terraform

In this repository, the AWS main services can be created using Terraform and its state management for a clean automation of AWS provision.

Use AWS CLI to export credentials:

export AWS_ACCESS_KEY_ID="your-access-key-id"
export AWS_SECRET_ACCESS_KEY="your-secret-access-key"

Then use Terraform to create and manage the services:

terraform fmt

terraform init
terraform validate

terraform plan
terraform apply

terraform destroy

For testing, you may also use localstack