-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
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