Created
August 24, 2020 09:35
-
-
Save allanchua101/7e26821a1265027ad583be67ec216420 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LifecycleConfiguration: | |
Rules: | |
- Id: SetToStandardIAAfterAYear | |
Status: Enabled | |
Transitions: | |
- TransitionInDays: "365" | |
StorageClass: STANDARD_IA | |
- Id: SetToGlacierAfterThreeYears | |
Status: Enabled | |
Transitions: | |
- TransitionInDays: "1095" | |
StorageClass: GLACIER | |
- Id: DeleteArtifactsAfterSevenYears | |
Status: "Enabled" | |
ExpirationInDays: 2555 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment