-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add all region to spread AWS image and make it public #15
Conversation
meilisearch.pkr.hcl
Outdated
"us-east-1", | ||
"us-east-2", | ||
"us-west-1", | ||
"us-west-2", | ||
"af-south-1", | ||
"ap-east-1", | ||
"ap-south-1", | ||
"ap-northeast-2", | ||
"ap-southeast-1", | ||
"ap-southeast-2", | ||
"ap-northeast-1", | ||
"ca-central-1", | ||
"eu-central-1", | ||
"eu-west-1", | ||
"eu-west-2", | ||
"eu-south-1", | ||
"eu-west-3", | ||
"eu-north-1", | ||
"me-south-1", | ||
"sa-east-1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"us-east-1", | |
"us-east-2", | |
"us-west-1", | |
"us-west-2", | |
"af-south-1", | |
"ap-east-1", | |
"ap-south-1", | |
"ap-northeast-2", | |
"ap-southeast-1", | |
"ap-southeast-2", | |
"ap-northeast-1", | |
"ca-central-1", | |
"eu-central-1", | |
"eu-west-1", | |
"eu-west-2", | |
"eu-south-1", | |
"eu-west-3", | |
"eu-north-1", | |
"me-south-1", | |
"sa-east-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", | |
"ap-southeast-3", | |
"ap-southeast-4", | |
"ca-central-1", | |
"cn-north-1", | |
"cn-northwest-1", | |
"eu-central-1", | |
"eu-central-2", | |
"eu-north-1", | |
"eu-south-1", | |
"eu-south-2", | |
"eu-west-1", | |
"eu-west-2", | |
"eu-west-3", | |
"me-central-1", | |
"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" |
Here is the updated regions list :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks !
But I think we don't have access to it instead, we modify it:
There are 6 Regions that are not enabled for this account:
ap-south-2
ap-southeast-3
ap-southeast-4
eu-south-2
eu-central-2
me-central-1
Did we make the modification on the AWS account before?
I can find these 4 regions:
cn-north-1
cn-northwest-1
us-gov-east-1
us-gov-west-1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've enabled the remaining ones into our account, it take some minutes in order to make it work :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can merge it now, and then check in the next release if all of the regions are available correctly!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Fixes #8