Imagine you want to store your photos and access them from anywhere. Which of these best describes the main benefit of cloud computing?
Think about how you can access your photos from different places without carrying a device.
Cloud computing lets you use online services to store and access data anytime, anywhere, without needing your own hardware.
You want to save documents and photos in the cloud so you can access them anytime. Which AWS service should you use?
Think about a service designed to store files and objects.
Amazon S3 is a service for storing and retrieving any amount of data, like files and photos, from anywhere.
You create an S3 bucket to store private files but forget to set permissions. What is the likely result?
Think about what happens if you leave a door open in a public place.
If permissions are not set correctly, S3 buckets can be publicly accessible, exposing private data.
You have a virtual server running on EC2. What happens to the server and your data when you stop it?
Think about turning off a computer but keeping the hard drive safe.
Stopping an EC2 instance shuts down the virtual server but preserves data on attached storage like EBS volumes.
You manage users in AWS IAM. Which practice best improves security?
Think about adding an extra lock on your door besides the key.
Multi-factor authentication adds a second step to verify identity, greatly improving security.