All Posts
How to Execute an Ansible Playbook?
📅 January 10, 2024Two files are required to execute an Ansible Playbook: an Ansible Playbook and an Ansible Inventory file.
關於 Shankera | DevOps 工程師
📅 January 1, 2024Shankera 是一位專業的 DevOps 工程師,專精於 AWS 雲端架構、Kubernetes 容器編排、CI/CD 自動化部署等技術領域。
Automation test environment with Jenkins, Git, Terraform and Amazon ECR/ECS
📅 December 30, 2023簡單紀錄透過 Jenkins、Git、Terraform 和 Amazon ECR/ECS 實現的端對端應用程式部署流程。
SQS(Amazon Simple Queue Service)、SNS(Amazon Simple Notification Service)、Kinesis 和 ActiveMQ
📅 December 21, 2023introduced SQS, SNS, Kinesis and ActiveMQ
How to click a element in svg with selenium
📅 November 1, 2023Sometimes we need to click a element in svg with selenium, but it is not easy to do that. This article will show you how to do that.