Skip to content

ccoltx/aws-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-terraform

This is my project to learn and explore terraform (in AWS to start).

Installation and Configuration

Terraform

Follow the instructions here: https://learn.hashicorp.com/tutorials/terraform/install-cli?in=terraform/aws-get-started

$ brew tap hashicorp/tap
$ brew install hashicorp/tap/terraform

To update

$ brew upgrade hashicorp/tap/terraform

AWS

Create a IAM User

⚠️ Don´t use your AWS root account!

If not already done, create an IAM User.

Go to https://console.aws.amazon.com/iam/ and add a new User. Create access key.

Install and configure AWS CLI

Follow the instructions here: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html

https://formulae.brew.sh/formula/awscli

brew install awscli
  • Configure the AWS CLI with credentials, so it can access the API
    aws configure
  • get the AWS Access Key ID and AWS Secret Access Key for the IAM user from the formerly created IAM user
  • choose an appropriate supported region
  • use default output format json

Examples

Here are the Terraform examples.

External Links

AWS Samples aws-serverless-airline-booking

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published