Skip to content

Remove hardcoded values from AWS configuration #9

@scottbrown

Description

@scottbrown

Problem

The AWS configuration package contains hardcoded account-specific values that make the configuration non-portable across different AWS environments.

Current Issues

  • Hardcoded AWS account ID in alias file
  • Region-specific commands that may not work in all environments

Solution

  • Replace hardcoded account IDs with environment variables or AWS profile references
  • Create region-agnostic command aliases
  • Use AWS CLI configuration best practices for portability

Benefits

  • Portable configuration across different AWS accounts
  • Enhanced security by removing account-specific data
  • More flexible AWS CLI setup
  • Better adherence to AWS CLI best practices

Implementation Notes

  • Use AWS_ACCOUNT_ID environment variable where needed
  • Leverage AWS profiles for account-specific configurations
  • Update aliases to be region-agnostic where possible

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions