AWS Training for Beginners - Day 3
Previous posts in this series are Day 1 and Day 2 . Youtube video of this post - Day 3 AWS Hands-on It's time to do some Hands-on. If you do these steps and then remove the resources in AWS then the overall cost incurred will be less than 1 USD. Create a free AWS account ( linked with credit card usually) And login to the AWS console - https://console.aws.amazon.com Understand AWS S3 with an example Now next to try to understand a very common and easy AWS service - Simple Storage Service (S3) S3 has buckets (similar to Folders in your computer). And we can control level of access. Once we have public access enabled, S3 will provide a Public URL to access from anywhere. Created a bucket " aws -training-test-bucket-12345". This name is bit lengthy :) to maintain like a unique name across all buckets in S3; a rule imposed in AWS. Do a s imple test in Linux terminal. wget https://aws-training-test-bucket-...