fix: update AMI ID for us-east-1 region in AWS manager configuration
This commit is contained in:
@@ -33,7 +33,7 @@ DEFAULT_REGION = "us-east-1"
|
|||||||
# todo: public the AMI images
|
# todo: public the AMI images
|
||||||
# ami-05e7d7bd279ea4f14
|
# ami-05e7d7bd279ea4f14
|
||||||
IMAGE_ID_MAP = {
|
IMAGE_ID_MAP = {
|
||||||
"us-east-1": "ami-02fea2e5b77c79c17",
|
"us-east-1": "ami-00d1fe56632acbefd",
|
||||||
"ap-east-1": "ami-0c092a5b8be4116f5",
|
"ap-east-1": "ami-0c092a5b8be4116f5",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user