AWS: Difference between revisions

From Freephile Wiki
adds command examples
No edit summary
Line 16: Line 16:
ec2-terminate-instances -h
ec2-terminate-instances -h
</source>
</source>
== Info ==
Maybe check this out later https://news.ycombinator.com/item?id=7172060


{{References}}
{{References}}


[[Category:Virtualization]]
[[Category:Virtualization]]

Revision as of 13:11, 8 April 2015

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]

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


Info[edit]

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


References[edit]