diff --git a/nise/generators/aws/aws_constants.py b/nise/generators/aws/aws_constants.py index 9c3778e2..0fed0a02 100644 --- a/nise/generators/aws/aws_constants.py +++ b/nise/generators/aws/aws_constants.py @@ -17,6 +17,7 @@ """AWS Report Constants""" REGIONS = ( + # (location description, region code, sub region code, storage region) ("US East (N. Virginia)", "us-east-1", "us-east-1a", "USE1-EBS"), ("US East (N. Virginia)", "us-east-1", "us-east-1b", "USE1-EBS"), ("US East (N. Virginia)", "us-east-1", "us-east-1c", "USE1-EBS"),