clean code

This commit is contained in:
yuanmengqi
2025-06-10 04:06:54 +00:00
parent caf487b7cc
commit 7315aec6e6
29 changed files with 8 additions and 749 deletions

View File

@@ -15,8 +15,7 @@ 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-019f92c05df45031b",
"ap-east-1": "ami-07b4956131da1b282"
"us-east-1": "ami-00674d875de9addc1"
# Add other regions and corresponding AMIs
}
```