Skip to content

Terrafom code for Amazon AWS solutions architect topics

Notifications You must be signed in to change notification settings

memor24/terraform-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Terrafom code for Amazon AWS solutions architect topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages