• Terraform
    • Configuration Language
      • Input Variables
      • Providers
      • Resources
      • Output Values
      • Local Values
      • Data Sources
      • Modules
    • Commands (CLI)
      • Environment Variables
      • apply
      • destroy
      • fmt
      • graph
      • import
      • init
      • output
      • plan
      • providers
      • state
    • Providers
      • AWS Provider
    • Provisioners
      • Provisioner Connection Settings
      • Provisioners Without a Resource
    • Modules
      • Module Sources
      • Module Composition
    • State
      • Purpose of Terraform State
      • Remote State
      • State Locking
    • Backends
      • Backend Configuration
      • Locking
  • Requirements
    • AWS Account
      • Set user details
      • Set permissions
      • Add tags (optional)
      • Review
      • Success
    • AWS Cloud9
      • Cloud9 Home
      • Create environment
      • Configure settings
      • Review
      • New environment
      • Environment clear
      • Preferences
      • Terminal
      • AWS configure
      • Install tools
  • Provisioning
    • Instance
    • ACM
      • variable.tf
      • provider.tf
      • acm.tf
      • route53.tf
      • output.tf
    • Lambda API
      • variable.tf
      • backend.tf
      • api-gateway.tf
      • iam-role.tf
      • lambda.tf
      • acm.tf
      • route53.tf
      • output.tf
      • result
    • Backend
    • VPC
      • variable.tf
      • backend.tf
      • vpc.tf
      • public-route.tf
      • public-subnet.tf
      • nat-gatweway.tf
      • private-route.tf
      • private-subnet.tf
      • output.tf
      • result
    • Bastion
      • variable.tf
      • backend.tf
      • data.tf
      • setup.sh
      • iam-role.tf
      • security-group.tf
      • instance.tf
      • eip.tf
      • output.tf
      • result
    • EKS
  • CleanUp
    • Instance
    • Lambda API
    • EKS
    • Bastion
    • VPC

  • GitHub
  • Credits
Home > Requirements > AWS Cloud9

AWS Cloud9

  1. 공통 CLI 환경 구성을 위해, AWS Cloud9 인스턴스를 만듭니다. AWS Cloud9 생성 바로가기
  • Cloud9 Home
  • Create environment
  • Configure settings
  • Review
  • New environment
  • Environment clear
  • Preferences
  • Terminal
  • AWS configure
  • Install tools