diff --git a/desktop_env/providers/aws/AWS_GUIDELINE.md b/desktop_env/providers/aws/AWS_GUIDELINE.md index 1029b43..d45ed0b 100644 --- a/desktop_env/providers/aws/AWS_GUIDELINE.md +++ b/desktop_env/providers/aws/AWS_GUIDELINE.md @@ -15,7 +15,8 @@ You need to assign values to several variables crucial for the operation of thes - Formatted as follows: ```python IMAGE_ID_MAP = { - "us-east-1": "ami-09bab251951b4272c", + "us-east-1": "ami-019f92c05df45031b", + "ap-east-1": "ami-07b4956131da1b282" # Add other regions and corresponding AMIs } ```