diff --git a/desktop_env/providers/aws/manager.py b/desktop_env/providers/aws/manager.py index e28474a..b3ce1f1 100644 --- a/desktop_env/providers/aws/manager.py +++ b/desktop_env/providers/aws/manager.py @@ -33,7 +33,7 @@ DEFAULT_REGION = "us-east-1" # todo: public the AMI images # ami-05e7d7bd279ea4f14 IMAGE_ID_MAP = { - "us-east-1": "ami-02fea2e5b77c79c17", + "us-east-1": "ami-00d1fe56632acbefd", "ap-east-1": "ami-0c092a5b8be4116f5", }