You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2024. It is now read-only.
I've noticed that the available regions is quite a small list, is there a way that we can get around that by referencing a template that we put somewhere ourselves?
The only other tool I can think of is AWS Copilot, which does a similar job of creating CloudFormation Templates, but that doesn't require referencing a template that is only available in a specific region - it's all generated locally.
In our use case we want to use eu-west-2
The text was updated successfully, but these errors were encountered:
This could be small issue so I would recommend maintainers reserve all Bucket names with granted-releases-<AWS_REGION> because currently anyone can create bucket and possible host malware content in. If not like host every possible region then I would recommend allow custom Template Self-Host path set to gdeploy tool. This is POC i have tested to work:
Set version as environment variable
export GLIDE_VERSION=v0.12.0
Create S3 Bucket to region not officially supported
I've noticed that the available regions is quite a small list, is there a way that we can get around that by referencing a template that we put somewhere ourselves?
The only other tool I can think of is AWS Copilot, which does a similar job of creating CloudFormation Templates, but that doesn't require referencing a template that is only available in a specific region - it's all generated locally.
In our use case we want to use
eu-west-2
The text was updated successfully, but these errors were encountered: