https://github.com/rgglez/aliyun-tools
Misc tools for "devops" in Aliyun (Alibaba Cloud)
https://github.com/rgglez/aliyun-tools
alibaba aliyun cloud devops-tools faas
Last synced: 7 months ago
JSON representation
Misc tools for "devops" in Aliyun (Alibaba Cloud)
- Host: GitHub
- URL: https://github.com/rgglez/aliyun-tools
- Owner: rgglez
- License: gpl-3.0
- Created: 2023-05-17T19:45:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T20:06:59.000Z (over 2 years ago)
- Last Synced: 2025-01-28T01:44:31.182Z (8 months ago)
- Topics: alibaba, aliyun, cloud, devops-tools, faas
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aliyun-tools
[](https://www.gnu.org/licenses/gpl-3.0)


Misc tools for "devops" in Aliyun (Alibaba Cloud).
- [aliyun-tools](#aliyun-tools)
- [check-function-acceleration-status.py](#check-function-acceleration-statuspy)
### check-function-acceleration-status.pyChecks the status of the Image Acceleration process of a Function Compute container, after you updated the function with a new container (from the Personal Edition of the ECS, for instance).
It presents an indicator while the image is preparing.It takes these parameters:
* **-f \** the FC function name. Required.
* **-s \** the FC service name. Required.
* **-t \** the time in seconds between checks. Optional. Default: 2 seconds.Examples:
```bash
python3 check-function-acceleration-status.py -s MyCoolService -f wipe-data
``````bash
python3 check-function-acceleration-status.py -s MyCoolService -f restore-backup -t 5
```See the source code for dependencies.