Confirming A Running EBS/EC2 Instance: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:AWS]][[Category:Python]][[Category:Web Development]]
[[Category:AWS]][[Category:Elastic Beanstalk]][[Category:Python]][[Category:Web Development]]
== Overview ==
== Overview ==


Documentation on maintaining EC2 instances.  
Documentation on maintaining EC2 instances.  


== Confirming an existing EC2 instance ==
== Confirming an existing EBS instance ==


* A list of managed domain names can be found at the [https://console.aws.amazon.com/route53/home Route 53 management console].
* A list of managed domain names can be found at the [https://console.aws.amazon.com/route53/home Route 53 management console].


== Restarting a failed EC2 instance ==
The health of an Elastic Beanstalk environment can be checked on a ''local'' command line by navigating to the git repository for that environment and executing the command
 
<pre>
$ eb health
</pre>
 
== Restarting a failed EBS environment ==


TK
TK
Line 14: Line 20:
== Creating alerts ==
== Creating alerts ==


TK
* A health check alert can be created for managed domain names under the [https://console.aws.amazon.com/route53/home Route 53 management console].


== Notes ==
== Notes ==
<references />
<references />

Latest revision as of 14:54, 30 May 2020

Overview[edit]

Documentation on maintaining EC2 instances.

Confirming an existing EBS instance[edit]

The health of an Elastic Beanstalk environment can be checked on a local command line by navigating to the git repository for that environment and executing the command

$ eb health

Restarting a failed EBS environment[edit]

TK

Creating alerts[edit]

Notes[edit]