AWS Storage (Revision)

Activities
- Create an s3 bucket for public access
- upload a file and access using url
- Delete the s3 bucket
- Create an s3 bucket and deny public access
- enable versioning
- Create a lifecycle rule to move data
- gt 60 days move to infrequent access
- gt 365 days move to glacier deep archive
- Create an ec2 instance with ubuntu os
- Add an ebs volume of size 1 GB to the running ec2 instance
- execute command
sudo lsblk - now increase the ebs volume to 2 GB
- execute command
sudo lsblk - Remove ec2 instances and volumes.
