AWS

From Freephile Wiki
Jump to navigation Jump to search

Amazon Web Services, or AWS, is the cloud service offering from Amazon.

Once you have an account, you can interact in several ways. There is of course the browser-based 'console' which is overwhelming and complicated. Then there is also the console-based commands when logged into an instance. That is referred to as the AWS CLI [1]. But thankfully, there are a couple of command-line toolsets for manipulating the API and also Amazon Machine Images (AMI) right from the comfort of your own home.


Example ec2-cli commands[edit | edit source]

ec2-describe-instances
ec2-stop-instances i-ca51833a
ec2-terminate-instances -h


Info[edit | edit source]

Maybe check this out later https://news.ycombinator.com/item?id=7172060


References[edit source]