How to turn on AWS EC2 using Github Actions
Below we are going to write a Github Action that turns on an AWS EC2 server
Create a GitHub account
Create a new repository
Setup file for workflow
Folder named .github
Folder in .github called workflows
Create a file called turnOnAWSEC2.yml
Se...
blog.azcodez.com4 min read