diff --git a/CHANGELOG.md b/CHANGELOG.md index 442c5783..c9c85db6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ FEATURES: - add: cc_metrics_policy_document permissions to CC IAM Role - add: cc_autoscale_lifecycle_policy_document permissions to CC IAM Role - remove: cc_callhome_policy_document as no longer required +* ZSEC support for AWS region ap-south-2 (Hyderabad) ENHANCEMENTS: * ZSEC bash script inputs for ASG deployments diff --git a/examples/zsec b/examples/zsec index 1d335bdd..231d10e3 100755 --- a/examples/zsec +++ b/examples/zsec @@ -131,7 +131,7 @@ case $mfa_response in esac done -aws_regions=["af-south-1","ap-east-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-south-1","ap-southeast-1","ap-southeast-2","ca-central-1","cn-north-1","cn-northwest-1","eu-central-1","eu-north-1","eu-south-1","eu-west-1","eu-west-2","eu-west-3","me-south-1","sa-east-1","us-east-1","us-east-2","us-gov-east-1","us-gov-west-1","us-west-1","us-west-2"] +aws_regions=["af-south-1","ap-east-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-south-1","ap-south-2","ap-southeast-1","ap-southeast-2","ca-central-1","cn-north-1","cn-northwest-1","eu-central-1","eu-north-1","eu-south-1","eu-west-1","eu-west-2","eu-west-3","me-south-1","sa-east-1","us-east-1","us-east-2","us-gov-east-1","us-gov-west-1","us-west-1","us-west-2"] # if .zsecrc is not present we'll assume that AWS env was never set if [[ $dtype == "base" && ! -e ./.zsecrc ]]; then # Get MFA session token