8000 GitHub - geraldsamosir/aws-jenkins
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

geraldsamosir/aws-jenkins

 
 

Repository files navigation

Requirement before you deploy:

Install Terraform CLI : https://learn.hashicorp.com/tutorials/terraform/install-cli?in=terraform/aws-get-started

Install AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html

Create AWS Account

Create AWS Credentials access keys

After all the requirement installed and AWS credentials has been configured

  1. To initialize the directory

    terraform init

  2. To see or simulate any change to your infrastructure

    terraform plan

  3. To create infrastructure

    terraform apply

    and type yes at the confirmation prompt

  4. To destroy your infrastructure

    terraform destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 72.7%
  • Shell 27.3%
0