Skip to content

ashuraits/terraform-aws-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS cli

Install OSx

brew install awscli

Install Windows

https://awscli.amazonaws.com/AWSCLIV2.msi

Configure

aws configure

Check current account

aws sts get-caller-identity

Check profile

 cat ~/.aws/credentials

SSH key

Generate

ssh-keygen -t rsa

Show public key

cat ~/.ssh/id_rsa.pub

Step 1 : VPC & Instance

./terraform init
./terraform apply
git fetch --all --tags
git checkout step2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages