pandian912

Results 4 comments of pandian912

Store account number in config... Get account number with aws api call and verify if they match

Validating the account number on aws credential initialization would be better i believe.

1) we can get account number from env variable 2) also handle case where account number is not present.. In such a case we disable acc number validation altogether.

Added comments here - https://github.com/intuit/CloudRaider/pull/13/files So the check priority will be like as follows: * account number from env variable (doucment the variable name in readme) * account number in...