Skip to content

baitian-spring2021/ami-infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AMI Infrastructure Setup with Terraform

This setup enables IAM role for the AMI CI/CD workflow.

Configuration

Pre-requisites

  • AWS CLI
  • Terraform
  1. Clone this repository.
$ git clone {repo link}
  1. Set up the variables.tf file and configure the AWS credentials with AWS CLI.
$ aws configure --profile {your profile name}
  1. Initialize the working directory.
$ terraform init
  1. Plan the execution.
$ terraform plan
  1. Apply the resources to AWS cloud.
$ terraform apply -auto-approve
  • To destroy the Terraform resources.
$ terraform destroy -auto-approve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages