terraform
install terraform
install aws cli
go to aws console , go to security credentials, get/create access keys
use aws configure
to configure access keys to .aws/credentials in to default group
create terraform folder
create main.tf file in folder:
provider block , aws
resources block , ec2 instance
Last updated