S3
1.Write a bash script to create a s3 bucket. The bucket name
should be created using a random function where you have
no idea of the name of the bucket. Use some commands to
retrieve the bucket name and cp a script file to it. Display
the contents of the bucket and delete it.
2.Write a bash script to modify the access control policy of an
existing bucket.
3.Write a bash script to create a bucket and host a static
website in it. Is the website accessible through curl and
through browser?
4.Using AWS CLI create an Ec2 instance. Use some command
to display the publicdns address of the ec2 instance. Using
the publicdns ssh into the instance through the script. Write
another remote script that should be copied to the ec2
instance. This script should contain steps to create a bucket
and attach an access point to it.