Confirming A Running EBS/EC2 Instance: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (4 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 | == 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]. | |||
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 | == Restarting a failed EBS environment == | ||
TK | TK | ||
| Line 14: | Line 20: | ||
== Creating alerts == | == Creating alerts == | ||
* 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]
- A list of managed domain names can be found at the Route 53 management console.
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]
- A health check alert can be created for managed domain names under the Route 53 management console.