1. Create a AWS bucket in Mumbai Region (give any unique name) 2. Upload 2 empty files index.html and errors.html 3. Enable versioning on ...
1. Create a AWS bucket in Mumbai Region (give any unique name)
2. Upload 2 empty files index.html and errors.html
3. Enable versioning on bucket
4. Add some text in both the files and upload again and check that you can see both version of these files.
5. Make sure these 2 files are publicly available
6. Set a life cycle rule for these files on bucket level ( After 30 days it should be IA and after 365 days in Deep Archive)
7. Host static website with landing page index,HTML and error page errors.html
8. Link this bucket to a destination bucket in the us-east region and verify the files which are newly created should be available in the new region
9. Delete the bucket.
COMMENTS