5621c5445b2e4f31536ddeaeecebf29fd05808ef
workshops.md
| ... | ... | @@ -108,6 +108,20 @@ ls -l my_key_file.pem |
| 108 | 108 | ``` |
| 109 | 109 | |
| 110 | 110 | |
| 111 | +### Set an AWS Budget Alert |
|
| 112 | + |
|
| 113 | +Many beginning users of AWS are concerned about cost. |
|
| 114 | + |
|
| 115 | +It is common for new users to accidentally incur costs they did not expect. This may happen by leaving an EC2 instance running or selecting a very expensive EC2 instance by accident. |
|
| 116 | + |
|
| 117 | +This is the reason new AWS accounts are very limited in the services they can use. |
|
| 118 | + |
|
| 119 | +Set up an AWS budget with alerts to avoid unexpected charges. |
|
| 120 | + |
|
| 121 | +Search for AWS Budget in the AWS console and follow the prompts to set up a budget. We reccomend setting a limit of $1.00 for new accounts still under the free tier. |
|
| 122 | + |
|
| 123 | +If charges are incurred and approach the $1.00 limit you will receive an email. This enables you to investigate the source of the cost and correct if needed. |
|
| 124 | + |
|
| 111 | 125 | |
| 112 | 126 | |
| 113 | 127 | --- |