Confirming A Running EBS/EC2 Instance: Difference between revisions
Jump to navigation
Jump to search
m (Video8 moved page Confirming A Running EC2 Instance to Confirming A Running EBS/EC2 Instance: more accurate title) |
No edit summary |
||
| (One intermediate revision 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]. | * 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 | 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 | ||
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.