Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Terraform: Version 1.8+

  • AWS Authentication and Credentials: Please set it up
    Please properly configure AWS authentication in your local environment.

Expand
titleAWS Authentication and Credentials Setup Methods

You can set up credentials using various methods such as command-line options, environment variables, assume role, credentials files, configuration files, etc.

  • Command-line Options

    Code Block
    languagebash
    aws s3 ls --profile profile1
  • Environment Variables

    Code Block
    languagebash
    export AWS_ACCESS_KEY_ID="AWS_ACCESS_KEY_ID_XXX"
    export AWS_SECRET_ACCESS_KEY="AWS_SECRET_ACCESS_KEY_XXX"
    export AWS_SESSION_TOKEN="AWS_SESSION_TOKEN_XXX"
  • Assume role

    Code Block
    aws sts assume-role \
        --role-arn arn:aws:iam::123456789012:role/xaccounts3access \
        --role-session-name s3-access-example
  • Credentials and Configuration File

...

  • :
    Update in ~/.aws/credentials and ~/.aws/config

    Code Block
    languagebash
    aws configure
  • AWS Account:
    Ensure the following IAM permissions are in place:

...

Expand

...

titlex-install

...

Download Options

Platform

Architecture

File

Release Date

macOS

ARM64

View file
namex-install-darwin-arm64-.0.0.10.tar.gz

macOS

x86_64

View file
namex-install-darwin-x86_64-.0.0.10.tar.gz

Linux

ARM64

View file
namex-install-linux-arm64-.0.0.10.tar.gz

Linux

i386

View file
namex-install-linux-i386-.0.0.10.tar.gz

Linux

x86_64

View file
namex-install-linux-x86_64-.0.0.10.tar.gz

Windows

ARM64

View file
namex-install-windows-arm64-.0.0.10.zip

Windows

i386

View file
namex-install-windows-i386-.0.0.10.zip

Windows

x86_64

View file
namex-install-windows-x86_64-.0.0.10.zip

Installation Steps

1. Create a Standalone Stack

...