Confirming A Running EBS/EC2 Instance: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:AWSCategory:PythonCategory:Web Development == Overview == Documentation on maintaining EC2 instances, including confirming that an EC2 instance is up and...") |
No edit summary |
||
| (5 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 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 EBS environment == | |||
TK | |||
== 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 == | |||
<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.