Skip to content

Commit e2e51cc

Browse files
committed
README: Warn of cost of premature transition to cold storage
1 parent f28eb16 commit e2e51cc

1 file changed

Lines changed: 22 additions & 12 deletions

File tree

README.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
- Try the sample backup vaults, or "bring your own vaults" (BYOV).
2020

2121
- Try the default `aws/backup` KMS key, which lets you experiment by backing
22-
up unencrypted EFS file systems -- or "bring your own key" (BYOK).
22+
up unencrypted EFS file systems -- or "bring your own key" (BYOK) to back
23+
up any
24+
[resources that AWS Backup supports](https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource).
2325

2426
- Create 3 CloudFormation stacks from 1 template for a minimum installation,
25-
or deploy across many accounts and regions by creating a StackSet.
27+
or deploy across many accounts and regions with a StackSet.
2628

2729
Jump to:
2830
[Quick Start](#quick-start)
@@ -35,19 +37,20 @@ Jump to:
3537

3638
## Quick Start
3739

38-
1. Check the prerequisites...
40+
1. Check prerequisites.
3941

4042
If you have already used AWS Backup from the AWS Console, to make a backup
41-
in one AWS account (your "main account") and copy the backup to another
42-
account (your "backup account"), you are probably ready for the
43-
quick-start. Find your `o-` Organization ID in the lower left corner of
44-
the
43+
in one AWS account (your "main account") and copy it to another AWS
44+
account ("your backup account"), you are ready to try the quick-start.
45+
Find your `o-` Organization ID in the lower left corner of the
4546
[AWS Organizations](https://us-east-1.console.aws.amazon.com/organizations/v2/home/accounts)
4647
console page.
4748

4849
<details>
4950
<summary>For complex environments, or if you are new to AWS Backup...</summary>
5051

52+
Check that:
53+
5154
- AWS Organizations is configured.
5255
- Every AWS account where you intend to install Backup Events is in your
5356
organization.
@@ -84,7 +87,7 @@ Jump to:
8487
ID.
8588

8689
3. Switch to your main region, that is, the region where most of your
87-
resources (housed in another account) are.
90+
resources (housed in a different account) are.
8891

8992
- Your main region will double as the _alternate_ for your backup region.
9093

@@ -101,7 +104,7 @@ Jump to:
101104
- Backup region - _Specify a different region that you do not use much_
102105
- Alternate for backup region - _From quick-start Step 3_
103106
- Days (from creation) to keep original backups - _Note, but do not change
104-
this for the quick-start. With incremental backups, aim to keep the
107+
this, for the quick-start. With incremental backups, aim to keep the
105108
previous one
106109
[long enough](https://docs.aws.amazon.com/aws-backup/latest/devguide/metering-and-billing.html)
107110
for the next scheduled backup to complete._
@@ -143,7 +146,7 @@ Jump to:
143146
of a copy job. At that point, the original backup should show a "Retention
144147
period" of 8 days (instead of the initial 14 days).
145148

146-
Switch to the backup AWS account and check for copies of your backup in
149+
Switch to your backup AWS account and check for copies of your backup in
147150
the main region and the backup region.
148151

149152
13. In case of trouble, focus on the main region and check, in both accounts
@@ -163,8 +166,8 @@ Jump to:
163166
backups expire, at a small cost).
164167

165168
- You will not be able to fully delete a Backup Events CloudFormation
166-
stack if backups remain in the stack's sample vault. This prevents the
167-
proliferation of unmanaged vaults.
169+
stack as long as backups remain in the stack's sample vault. This
170+
prevents the proliferation of unmanaged vaults.
168171

169172
## Accounts and Regions
170173

@@ -309,6 +312,13 @@ software at your own risk. You are encouraged to evaluate the source code._
309312
[AWS Backup restore testing](https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing.html)
310313
can help.
311314

315+
- Set lifecycles in your backup plans, and when making on-demand backups, but
316+
**specify 7 days minimum before backups are transitioned to cold storage** /
317+
the "archive tier". Allow time for cross-account and cross-region copies to
318+
complete, and for original backups to be scheduled for deletion. If the
319+
original backup or the first copy enters cold storage too soon, you pay to
320+
store it for 90 days, and possibly to retrieve it for copying.
321+
312322
- Compare backup storage costs over time to assess the success of your
313323
NewDeleteAfterDays setting (which is applied to original backups, after they
314324
have been copied to your backup account), of incremental backups (if

0 commit comments

Comments
 (0)