Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 696 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 696 Bytes

Instructions

  1. Create Terraform IAM user Create Terraform IAM user

  2. Grant Terraform IAM user access to admin everything (for now) Grant Terraform IAM user access to admin everything (for now)

  3. Generate Terraform IAM Keys. (Ideally this would be assumed roles instead, but for demonstration purposes that is beyond this training) Generate Terraform IAM Keys.

  4. Create .env/credentials file with AWS credentials and update backend.tf accordingly

  5. Create ssh public & private keys for access later. ssh-keygen -o -a 100 -t ed25519 Generate SSH Keys.